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-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-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-052005-04-05 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
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
2005-01-04 * Makefile.am: Add libnsl to LIBS. Hopefully this will let sparc link.Jonathan Pryor
2005-01-03 * signal.c, stdio.c: Remove "function declaration isn't a prototype" warnin...Jonathan Pryor
2005-01-03 * mph.h, x-struct-str.c: Add "const" to parameters to removeJonathan Pryor
2005-01-03 * fstab.c: Remove some sparc compiler warnings.Jonathan Pryor
2005-01-03 * fstab.c: Solaris doesn't support getfsent(3), but it provides equivalentJonathan Pryor
2005-01-02 * stdio.c: More wrapper functions. I missed a few macros... This shouldJonathan Pryor
2004-12-30 * stdio.c: More wrapper functions. This should complete C89's <stdio.h>Jonathan Pryor
2004-12-30 * sys-statvfs.c: Further proving that changing code without compiling isJonathan Pryor
2004-12-30* signal.c: Mac OS X portability fixes -- it doesn't provide sighandler_t!Jonathan Pryor
2004-12-30 * Makefile.am: Add signal.c to the build.Jonathan Pryor
2004-12-30 * sys-statvfs.c: Fix Mac OS X build (statfs.f_frsize doesn't exist on OSX;Jonathan Pryor
2004-12-29 * unistd.c: Null-terminate the string returned by readlink(2). This worksJonathan Pryor
2004-12-28 * Makefile.am: Add GLIB_LIBS to the LIBS line, since we require linkingJonathan Pryor
2004-12-28 * fstab.c: Added; wrap <fstab.h> functions: getfsent(3), getfsfile(3),Jonathan Pryor
2004-12-23Thu Dec 23 14:58:09 EST 2004 Paolo Molaro <lupus@ximian.com>Paolo Molaro
2004-12-212004-12-21 Chris Toshok <toshok@ximian.com>Chris Toshok
2004-12-01 * mph.h: Use <glib.h>, not <glib/gtypes.h>, as the HP/UX compiler needsJonathan Pryor