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
2018-02-05Support IBM AIX on POWER (#6677)Calvin
2017-10-03Prepare Mono for Android NDK with unified headers (#5680)Marek Habersack
2017-08-15[runtime] Use HOST_ defines instead of PLATFORM_ defines. (#5362)Zoltan Varga
2013-07-28Fix Syscall.readlink() for non-ascii targetsSteffen Kieß
2013-06-01Pass some defines in config.h instead of on the command line.Zoltan Varga
2013-05-30Revert "Pass more defines in config.h instead of on the command line. Pass li...Zoltan Varga
2013-05-30Pass more defines in config.h instead of on the command line. Pass libgc defi...Zoltan Varga
2013-03-27Add various methods and flags to SyscallSteffen Kieß
2010-04-20 * configure.in: Add header, structure member, and function checks as Jonathan Pryor
2007-06-29 * dirent.c, grp.c, pwd.c, stdio.c, syslog.c, unistd.c: Following in theJonathan Pryor
2006-10-25 * dirent.c, errno.c, fcntl.c, fstab.c, grp.c, macros.c, pwd.c, signal.c, Jonathan Pryor
2006-09-15 * configure.in: Remove check for setkey(3).Jonathan Pryor
2005-10-14 * Makefile.am (MPH_UNIX_SOURCE): Add syslog.c.Jonathan Pryor
2005-06-01 * unistd.c: Oops -- deal with s/LockFlags/LockfCommand/ change.Jonathan Pryor
2005-05-18 * map-icalls.h: Added; auto-generated file which contains Mono_Posix_*Jonathan Pryor
2005-01-03 * signal.c, stdio.c: Remove "function declaration isn't a prototype" warnin...Jonathan Pryor
2004-12-29 * unistd.c: Null-terminate the string returned by readlink(2). This worksJonathan Pryor
2004-11-12 * support/errno.c: Only export strerror_r if it's available.Jonathan Pryor
2004-11-08 * configure.in: Add new function/header/type checks for use byJonathan Pryor
2004-11-05Mac OS X and BSD portability fixes. MonoPosixHelper should now cleanlyJonathan Pryor
2004-11-05Integrate Mono.Posix OEE with Mono.Jonathan Pryor