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
2017-04-26Define HAVE_STRUCT_SOCKADDR_IN6 on Windows (#4755)Joshua Peterson
2017-02-01Fixes the Mono.Posix API breakage introduced in #3985Niklas Therning
2016-11-17Fix Mono.Posix tests on WindowsNiklas Therning
2016-04-17Implement mremap(2) usage on NetBSDKamil Rytarowski
2016-01-19[Mono.Posix] Add support for sending and receiving socket control messagesSteffen Kieß
2016-01-18[Mono.Posix] Add wrappers for struct sockaddr_*Steffen Kieß
2015-08-24Add socket-related functions and data structures to Mono.PosixSteffen Kieß
2015-01-13[Mono.Posix] Add support for OSX F_NOCACHEMiguel de Icaza
2014-05-23[Mono.Posix] Support OS X ENOATTRJonathan Pryor
2013-03-28Fix build break.Jonathan Pryor
2013-03-27Add nanosecond resolution times to struct StatSteffen Kieß
2013-03-27Add various methods and flags to SyscallSteffen Kieß
2010-10-22Update mappings after latest changes to Mono.PosixGonzalo Paniagua Javier
2008-11-052008-10-21 Bill Holmes <billholmes54@gmail.com>Bill Holmes
2008-10-16 * configure.in: Add checks for `struct flock`, `struct timespec`.Jonathan Pryor
2008-01-05 * map.h, map.c: Flush; add new ST_NOEXEC, ST_REMOUNT, and ST_BIND MountFlags Jonathan Pryor
2007-06-29 * configure.in: Add a check for `struct utimbuf'; needed by MonoPosixHelper.Jonathan Pryor
2006-11-30 * map.c: _cnm_return_val_if_overflow() should be a no-op unless DEBUG isJonathan Pryor
2006-11-18 * map.c: Flush (fix FromFilePermissions for SuppressFlags-marked values).Jonathan Pryor
2006-11-15 * map.c: Flush (removes warnings due to _cnm_return_val_if_overflow()).Jonathan Pryor
2006-11-15 * map.c: Flush (fixes FilePermissions conversion, allowing Syscall.stat() toJonathan Pryor
2006-11-08 * Makefile.am: Revert addition of L_SET et al; this breaks the Win32 build.Jonathan Pryor
2006-11-08 * Makefile.am: Add implementation macros for L_SET, L_INCR, and L_XTND.Jonathan Pryor
2006-10-28 * map.c: Improve handling of [Flags] enumerations which mix bitfields andJonathan Pryor
2006-10-26 * configure.in: Add type checks for structs pollfd, stat, timeval, timezone.Jonathan Pryor
2006-10-26 * create-native-map.exe: Remove. Just grab a new copy whenever we need toJonathan Pryor
2006-10-26 * create-native-map.exe: Update; Adds support for integral limit fallback.Jonathan Pryor
2006-10-26 * Makefile.am: Add "mph.h" to the generated code for map.c, so thatJonathan Pryor
2006-10-25 * dirent.c, errno.c, fcntl.c, fstab.c, grp.c, macros.c, pwd.c, signal.c, Jonathan Pryor
2005-12-28 * configure.in: Add check for <sys/mman.h>. Fixes #77091.Jonathan Pryor
2005-11-07 * map-icalls.h: Oddly, this file didn't get the new functions added inJonathan Pryor
2005-10-14 * Makefile.am (MPH_UNIX_SOURCE): Add syslog.c.Jonathan Pryor
2005-09-20 * Makefile.am (refresh): Use the make-map.exe in Mono.Unix.Native.Jonathan Pryor
2005-06-29 * map.c: Handle Syslog-related changes (SyslogFacility isn't a Jonathan Pryor
2005-06-28 * map.c, map.h: Handle Syslog-related changes (SyslogLevel isn't a [Flags]Jonathan Pryor
2005-06-27 * map.c, map.h: Add corrected spelling of LOG_USER.Jonathan Pryor
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