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-07-122005-07-12 Daniel Drake <dsd@gentoo.org>Daniel Drake
2005-07-07Thu Jul 7 12:35:20 EDT 2005 Paolo Molaro <lupus@ximian.com>Paolo Molaro
2005-07-022005-07-01 Daniel Drake <dsd@gentoo.org>Daniel Drake
2005-07-012005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
2005-06-30rename a la miguelBen Maurer
2005-06-302005-06-29 Ben Maurer <bmaurer@ximian.com>Ben Maurer
2005-06-302005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
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-20Removal of -module that causes OSX to miss-behaveMiguel de Icaza
2005-06-142005-06-13 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
2005-06-08 * Makefile.am: Create an unversioned library. We won't make any gauranteesJonathan Pryor
2005-06-07 * configure.in: Add checks for mremap, remap_file_pages.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 * unistd.c: Oops -- deal with s/LockFlags/LockfCommand/ change.Jonathan Pryor
2005-06-01Flush (oops).Jonathan Pryor
2005-06-01 * map.h, map.c, map-icalls.h: Rename LockFlags to LockfCommand.Jonathan Pryor
2005-05-212005-05-20 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
2005-05-18 * map-icalls.h: Added; auto-generated file which contains Mono_Posix_*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-05-042005-05-03 Geoff Norton <gnorton@customerdna.com>Geoff Norton
2005-04-30 * stdio.c: Add Mono_Posix_Stdlib_DumpFilePosition, which create a hex stringJonathan Pryor
2005-04-19 * configure.in: Add check for <sys/xattr.h>.Jonathan Pryor
2005-04-07 * errno.c: Use the GNU version of strerror_r if _GNU_SOURCE is definedJonathan 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-04-052005-04-05 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
2005-02-16remove .cvsignore, as this is not used anymoreBen Maurer
2005-02-112005-02-10 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
2005-02-092005-02-08 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
2005-02-08 * grp.c: Oops. Didn't see other Solaris fix in #72292.Jonathan Pryor
2005-02-08 * grp.c, pwd.c: Clear errno before calling the actual calls, as errno mayJonathan Pryor
2005-02-04 * Makefile.am (MPH_C_SOURCE): Move errno.c into MPH_C_SOURCE, so it's builtJonathan Pryor
2005-02-04 * errno.c: Mono_Posix_Syscall_SetLastError should be in Stdlib, not Syscall,Jonathan Pryor
2005-01-25 * macros.c: Use gint64, not long, to match C# declaration. Fixes 71152.Jonathan Pryor
2005-01-242005-01-23 Geoff Norton <gnorton@customerdna.com>Geoff Norton
2005-01-14 * map.h: Correct Mono_Posix_OpenFlags values (they should now matchJonathan Pryor
2005-01-13 * fstab.c: Fix HPUX support. HPUX includes both <fstab.h> andJonathan Pryor
2005-01-06 * fstab.c: Add support for HPUX, which uses <checklist.h>.Jonathan Pryor
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
2005-01-05 * serial.c: HPUX compiler fix.Jonathan Pryor
2005-01-04 * stdio.c: Add wrapper for C99's snprintf(3).Jonathan Pryor
2005-01-04 * Makefile.am: Rewrite. Remove configure-generated warnings aboutJonathan Pryor
2005-01-04* Makefile.am (LIBS): Remove. Was overriding results of configure check.Raja R Harinath