* Syscall.cs: The Statvfs structure should contain a MountFlags enumeration,
[mono.git] / mcs / class / Mono.Posix / Mono.Unix / Syscall.cs
2005-05-12 Jonathan Pryor * Syscall.cs: The Statvfs structure should contain...
2005-04-20 Jonathan Pryor * Syscall.cs: Make all fork(2) and exec(2) functions...
2005-04-18 Jonathan Pryor * Syscall.cs: Update comment specifying which functio...
2005-04-12 Dick Porter2005-04-12 Dick Porter <dick@ximian.com>
2005-04-05 Miguel de IcazaAdd optional handling features
2005-04-05 Miguel de Icaza2005-04-05 Miguel de Icaza <miguel@novell.com>
2005-03-22 Martin Baulig**** Merged r40732-r40872 from MCS ****
2005-03-17 Jonathan Pryor * Stdlib.cs: Move Errno-related functionality into...
2005-02-02 Jonathan Pryor * Syscall.cs: Remove public sys_ methods. Some were...
2005-02-01 Jonathan Pryor * Stdlib.cs: Import "msvcrt", not "libc". These membe...
2005-01-31 Dick PorterBranch for io-layer daemonectomy work
2005-01-14 Jonathan Pryor * make-map.cs: libMonoPosixHelper exports Mono_Posix...
2005-01-03 Jonathan Pryor * Syscall.cs: Update endfsent() and setfsent() declar...
2005-01-01 Jonathan Pryor * Stdlib.cs, Syscall.cs: Minimize duplicate declaratio...
2004-12-30 Jonathan Pryor * CdeclFunctions.cs: Remove warning about unused...
2004-12-29 Jonathan Pryor * Syscall.cs: Fix Object.Equals implementations.
2004-12-28 Jonathan Pryor * Stdlib.cs: Add syslog(3) to XPrintfFunctions; Add...
2004-12-15 Jonathan Pryor * Syscall.cs: Fix the sys_kill and sys_crypt declarat...
2004-12-14 Marek SafarCopied remotely
2004-11-19 Marek Safarrenamed
2004-11-18 Lluis Sanchez2004-11-18 Lluis Sanchez Gual <lluis@novell.com>
2004-11-18 Jonathan Pryor * Mono.Posix.dll.sources: Add Mono.Unix/CdeclFunction...
2004-11-17 Atsushi Eno2004-11-17 Atsushi Enomoto <atsushi@ximian.com>
2004-11-16 Jonathan Pryor * Syscall.cs, UnixConvert.cs: Remove mount- and umoun...
2004-11-16 Jonathan Pryor * Mono.Posix.dll.sources: Rename Mono.Posix to Mono...
2004-11-16 Jonathan Pryor + Lots o' Renames, as the namespace changed.
2004-11-16 Jonathan Pryor * Rename Mono.Posix to Mono.Unix.