libwine: Use sysconf() instead of getpagesize().
[wine] / libs / wine / mmap.c
2013-01-09  Alexandre Julliardlibwine: Use sysconf() instead of getpagesize().
2012-05-29  AndrĂ© Hentschellibwine: Add checks for DragonFly BSD.
2011-12-02  Francois Gougetlibwine: Include a couple of extra system headers to...
2011-12-01  Ken Thomaseslibwine: Reap child process to avoid leaving a zombie.
2011-06-22  Alexandre Julliardlibwine: Avoid a potential loop in reserve_area.
2011-01-17  Austin Englishlibwine: Add missing checks for FreeBSD_kernel.
2010-12-17  Alexandre Julliardlibwine: Reserve memory areas for 64-bit in case we...
2009-10-27  Alexandre Julliardlibwine: Reserve some low memory space even without...
2009-04-01  Alexandre Julliardlibwine: Don't export mmap functions for the Windows...
2009-03-09  Francois Gougetlibwine: Reenable the memory reservation code on FreeBSD.
2008-09-03  Alexandre Julliardlibwine: Reserve some malloc space on Solaris before...
2007-10-15  Gerald Pfeiferlibwine: Conditionally provide reserve_area().
2007-01-26  Joris Huizerlibwine: sign-compare fixes.
2006-12-05  Francois GougetAssorted spelling fixes.
2006-07-31  Alexandre Julliardlibwine: Better heuristic for finding the top of the...
2006-07-24  Alexandre Julliardlibwine: Added a function to enumerate the reserved...
2006-06-20  Alexandre Julliardlibwine: Better memory reservation algorithm for platfo...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-13  Alexandre Julliardlibwine: Only try to mmap the exact address when reserv...
2006-04-13  Alexandre Julliardlibwine: Reorganize the mmap code a bit to avoid some...
2006-02-05  Robert MillanEnable for GNU/kFreeBSD the same kernel-specific interf...
2006-01-23  Alexandre JulliardFixed a couple of warnings on MacOS.
2005-06-20  Wolfgang ThallerImplement try_mmap_fixed for Darwin.
2004-12-15  Gerald PfeiferMake us work on FreeBSD again by working around their...
2004-11-04  Gerald PfeiferDisable memory reservation code on FreeBSD, where it...
2004-07-24  Alexandre JulliardReserve the DOS area in mmap_init if it wasn't already...
2004-06-04  Alexandre JulliardAvoid zero size allocations.
2004-06-03  Alexandre JulliardCheck for existing reserved areas in mmap_init to avoid...
2004-05-28  Alexandre JulliardDon't rely on the reserved area list being empty in...
2004-05-27  Kevin KoltzauFixed last mmap issue with mingw windows build.
2004-05-25  Alexandre JulliardPortability fix.
2004-05-25  Alexandre JulliardAdded support for managing reserved memory areas in...