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
2008-09-142008-09-14 Carlos Alberto Cortez <calberto.cortez@gmail.com>Carlos Alberto Cortez
2008-07-232008-07-22 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
2008-05-062008-04-05 Carlos Alberto Cortez <calberto.cortez@gmail.com>Carlos Alberto Cortez
2008-04-18FixMiguel de Icaza
2008-04-18Remove redundant timeout check, de-select, use-poll insteadMiguel de Icaza
2008-04-012008-03-31 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
2008-02-12 * signal.c: SLES9 has glib 2.2, so we can't rely on g_atomic_int_*().Jonathan Pryor
2008-02-12 * signal.c: Fix another build break; g_atomic_int_set() (part of GLib 2.10)Jonathan Pryor
2008-02-08 * signal.c: Mono_Unix_UnixSignal_WaitAny() semantic change: return the indexJonathan Pryor
2008-02-07 * signal.c: Make the signal handler thread-safe, so that it can safely beJonathan Pryor
2008-02-05 * signal.c: Fix the Win32 build.Jonathan Pryor
2008-02-04 * signal.c: Provide support functions for Mono.Unix.UnixSignal, which Jonathan Pryor
2008-01-05 * map.h, map.c: Flush; add new ST_NOEXEC, ST_REMOUNT, and ST_BIND MountFlags Jonathan Pryor
2007-12-18 * map.h: Flush; add Mono_Posix_Syscall__Utsname, Mono_Posix_Syscall_uname()Jonathan Pryor
2007-11-012007-11-01 Geoff Norton <gnorton@novell.com>Geoff Norton
2007-10-25 * stdio.c: Provide errno as a parameter and set errno before callingJonathan Pryor
2007-10-14Add support for sending breaksMiguel de Icaza
2007-09-08 * dirent.c: NAME_MAX isn't defined on Solaris; fix the build.Jonathan Pryor
2007-09-04 * dirent.c: Fix `struct dirent' overflow on Solaris. See #82678.Jonathan Pryor
2007-09-04 * dirent.c: Fix logic to determine if readdir_r() succeeded.Jonathan Pryor
2007-08-142007-08-14 Wade Berrier <wberrier@novell.com>Wade Berrier
2007-08-12First part of patch for bug #81967,Miguel de Icaza
2007-06-29 * dirent.c, grp.c, pwd.c, stdio.c, syslog.c, unistd.c: Following in theJonathan Pryor
2007-06-29 * configure.in: Add a check for `struct utimbuf'; needed by MonoPosixHelper.Jonathan Pryor
2007-06-27 * grp.c, pwd.c: Only return failure if a documented errno is encountered.Jonathan Pryor
2007-03-29* supportw.c (SendMessageA/GetWindowLongA): Return values to fix some Wade Berrier
2007-01-232007-01-23 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
2007-01-05This time only use the embedded zlib if we cant find a suitable zlibMiguel de Icaza
2007-01-04Added zlib files to the build, it will be part of MonoSupportMiguel de Icaza
2006-11-30 * map.c: _cnm_return_val_if_overflow() should be a no-op unless DEBUG isJonathan Pryor
2006-11-182006-11-18 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
2006-11-182006-11-18 Jelle Hissink <Jelle.Hissink@C-it.nl>Miguel de Icaza
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-13 * mph.h: Add macro for XATTR_AUTO, so that XattrFlags mapping works (asJonathan 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-11-02 * stdio.c: Some BSDs define clearerr(3) as a macro, so we need to castJonathan Pryor
2006-11-02 * configure.in: Add type checks for blkcnt_t, blksize_t, suseconds_t. SomeJonathan 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* Makefile.am: remove map-icalls.h so make dist succeedsWade Berrier
2006-10-25 * dirent.c, errno.c, fcntl.c, fstab.c, grp.c, macros.c, pwd.c, signal.c, Jonathan Pryor
2006-10-18Do not depend on glib/types.hMiguel de Icaza
2006-09-15 * configure.in: Remove check for setkey(3).Jonathan Pryor
2006-08-142006-08-13 Miguel de Icaza <miguel@novell.com>Miguel de Icaza