Displaying 10 results from an estimated 10 matches for "_sc_page_size".
2020 Aug 22
0
[ANNOUNCE] klibc 2.0.8
...is is available in the git
repository at:
https://git.kernel.org/pub/scm/libs/klibc/klibc.git
and as a tarball at:
https://mirrors.kernel.org/pub/linux/libs/klibc/2.0/
New features:
- Support for building with clang and lld, at least on x86
- Defined sysconf(), initially supporting only _SC_PAGE_SIZE
- Defined clearerr() as extern
- Defined stdio _unlocked functions and macros
- Support for building without bash
Bug fixes:
- Fix build regression with gcc 10
- Executable stacks are disabled on architectures where they are not
needed
- fstype no longer checks whether an ext4 module is installe...
2004 Sep 11
2
[LLVMdev] lib/System Changes
...::GetPageSize() method has been implemented in two
ways. Older unix systems can use the lib/System/Unix/Process.cpp
implementation that is based on the old getpagesize(3) function. This
has been deprecated in SUSv2 and doesn't exist in POSIX 1003.1. The new
way to get this value is with sysconf(_SC_PAGE_SIZE). That
implementation can be found in lib/System/Unix/SUS/Process.cpp file. If
your platform supports sysconf(2), please convert the #include in
platform/Process.cpp from:
#include "../Unix/Process.cpp"
to:
#include "../Unix/SUS/Process.cpp"
Sorry for the inconvenience if any o...
2013 Jan 18
0
Wine release 1.5.22
...--------------------------------------------------
Bugs fixed in 1.5.22 (total 50):
8292 RemoveFontResourceEx not implemented - certain games go into infinite loop (Fifa Manager 2007, Neuro Hunter, Prince of Persia 3D)
14775 Visere fails to run
15672 getpagesize() is deprecated, sysconf(_SC_PAGE_SIZE) should be used instead
16371 Evernote treeview icons black
16942 Call of Duty 5: World at war has no sound (no FLOAT support in DSound)
20699 TeamViewer 3 - characters repeat in the chat window
21370 TeamViewer: Minor drawing error: background offset by 1 pixel
21440 Teamviewer: cra...
2019 Sep 11
6
[PATCH 0/4] HMM tests and minor fixes
These changes are based on Jason's latest hmm branch.
Patch 1 was previously posted here [1] but was dropped from the orginal
series. Hopefully, the tests will reduce concerns about edge conditions.
I'm sure more tests could be usefully added but I thought this was a good
starting point.
[1] https://lore.kernel.org/linux-mm/20190726005650.2566-6-rcampbell at nvidia.com/
Ralph Campbell
2012 Aug 09
8
[PATCH V2 0/6] virtio-trace: Support virtio-trace
Hi All,
The following patch set provides a low-overhead system for collecting kernel
tracing data of guests by a host in a virtualization environment.
A guest OS generally shares some devices with other guests or a host, so
reasons of any problems occurring in a guest may be from other guests or a host.
Then, to collect some tracing data of a number of guests and a host is needed
when some
2012 Aug 09
8
[PATCH V2 0/6] virtio-trace: Support virtio-trace
Hi All,
The following patch set provides a low-overhead system for collecting kernel
tracing data of guests by a host in a virtualization environment.
A guest OS generally shares some devices with other guests or a host, so
reasons of any problems occurring in a guest may be from other guests or a host.
Then, to collect some tracing data of a number of guests and a host is needed
when some
2020 Jan 13
9
[PATCH v6 0/6] mm/hmm/test: add self tests for HMM
This series adds new functions to the mmu interval notifier API to
allow device drivers with MMUs to dynamically mirror a process' page
tables based on device faults and invalidation callbacks. The Nouveau
driver is updated to use the extended API and a set of stand alone self
tests is added to help validate and maintain correctness.
The patches are based on linux-5.5.0-rc6 and are for
2012 Jul 24
13
[RFC PATCH 0/6] virtio-trace: Support virtio-trace
Hi All,
The following patch set provides a low-overhead system for collecting kernel
tracing data of guests by a host in a virtualization environment.
A guest OS generally shares some devices with other guests or a host, so
reasons of any problems occurring in a guest may be from other guests or a host.
Then, to collect some tracing data of a number of guests and a host is needed
when some
2012 Jul 24
13
[RFC PATCH 0/6] virtio-trace: Support virtio-trace
Hi All,
The following patch set provides a low-overhead system for collecting kernel
tracing data of guests by a host in a virtualization environment.
A guest OS generally shares some devices with other guests or a host, so
reasons of any problems occurring in a guest may be from other guests or a host.
Then, to collect some tracing data of a number of guests and a host is needed
when some
2013 Jul 15
21
[PATCH 00 of 21 RESEND] blktap3/drivers: Introduce tapdisk server.
This patch series copies the core of the tapdisk process from blktap2, with
updates coming from blktap2.5.
Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>