Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-06-05 * map-icalls.h, map.h: Change header comment so it matches what Jonathan Pryor
2005-06-01 * sys-mman.c: Add wrappers for mmap, munmap, mprotect, msync, mlock,Jonathan Pryor
2005-06-01 * map.h, map.c, map-icalls.h: Rename LockFlags to LockfCommand.Jonathan Pryor
2005-05-16 * sys-statvfs.c: Include "map.h" for Mono_Posix_ToMountFlags prototype.Jonathan Pryor
2005-05-13 * map.c, map.h: Add FromMountFlags, ToMountFlags. (MountFlags is used inJonathan Pryor
2005-04-19 * configure.in: Add check for <sys/xattr.h>.Jonathan Pryor
2005-04-06FlushMiguel de Icaza
2005-04-06Add properly ifdefed stuffMiguel de Icaza
2005-04-06Commit refresh of the API from running 'make refresh'Miguel de Icaza
2005-01-05Allow MonoPosixHelper to *actually* compile on Win32. (Thanks to eno on irc.)Jonathan Pryor
2005-01-05 * map.c: Include <config.h> so we can check for PLATFORM_WIN32.Jonathan Pryor
2005-01-05 * map.c: Fix Win32 build break. Win32 doesn't have all the sys/* headers.Jonathan Pryor
2004-12-28 * fstab.c: Added; wrap <fstab.h> functions: getfsent(3), getfsfile(3),Jonathan Pryor
2004-11-16 * Makefile.am: Remove sys-mount.c from the build.Jonathan Pryor
2004-11-08* support/map.c: Remove <poll.h> include. Building on Tigar (Mac OS X 10.4Jonathan Pryor
2004-11-05Integrate Mono.Posix OEE with Mono.Jonathan Pryor
2004-09-22OSX doesn't have O_SYNC; check to make sure O_SYNC is defined before compilin...Geoff Norton
2004-09-20 * support/map.c/h: Add poll events map functions. Use valuesJackson Harper
2004-03-18Quick fix fo macosx until this code is dumped.Paolo Molaro
2004-03-16Add refresh targetMiguel de Icaza
2004-03-16Move the platform dependent code here; Temporary solution until I get time t...Miguel de Icaza