merge upstream HEAD
[ghc-hetmet.git] / rts / posix / OSMem.c
2010-11-01 Ian LynaghOn Windows, when returning memory to the OS, we try...
2010-08-13 Ian LynaghReturn memory to the OS; trac #698
2010-04-06 Simon Marlowundo debugging code
2010-03-29 Simon MarlowNew implementation of BLACKHOLEs
2010-02-03 benl@cse.unsw.edu.auCast to (void*) to stifle warning about signedness
2009-09-10 Austin SeippFIX #711 implement osFreeAllMBlocks for unix
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-03-20 Austin Seippwibble in setExecutable
2008-09-30 Simon MarlowRemover PROT_EXEC flag from mmap()
2008-07-29 Simon MarlowFIX #2332: avoid overflow on 64-bit machines in the...
2008-01-15 Roman LeshchinskiyFIX BUILD (Solaris): include fcntl.h for file operations
2007-10-30 Manuel M T ChakravartyFix warning in OSMem for darwin
2007-10-17 Simon MarlowRefactoring: extract platform-specific code from sm...
2007-09-17 Simon Marlowavoid platform dependencies: my_uintptr_t ==> StgWord
2006-05-30 Simon Marlowreplace stgMallocBytesRWX() with our own allocator