2005-09-22 Chris Toshok <toshok@ximian.com>
[mono.git] / mcs / class / Mono.Posix / Mono.Unix /
2005-09-23 Chris Toshok2005-09-22 Chris Toshok <toshok@ximian.com>
2005-09-21 Marek Sieradzki2005-09-25 Marek Sieradzki <marek.sieradzki@gmail...
2005-09-20 Jonathan Pryor * Syscall.cs: Add [Map] to AccessMode and MmapProt...
2005-09-20 Jonathan Pryor * Makefile: Build the make-map.exe in Mono.Unix.Nativ...
2005-09-02 Jonathan PryorDoh!
2005-09-02 Jonathan PryorFlush.
2005-09-02 Jonathan Pryor * Stdlib.cs: Cache delegates passed to Stdlib.signal...
2005-07-01 Daniel Drake2005-07-01 Daniel Drake <dsd@gentoo.org>
2005-06-29 Miguel de IcazaOSX fixes
2005-06-29 Jonathan Pryor * UnixEnvironment: Add User, Login properties.
2005-06-29 Marek Safarerror messages review
2005-06-29 Jonathan Pryor * Syscall.cs: SyslogFacility shouldn't be [Flags]...
2005-06-28 Jonathan Pryor * Syscall.cs: correct value of LOG_CRON (it shouldn...
2005-06-27 Ben Maurerremove .cvsignore from everywhere, as it is useless...
2005-06-21 Atsushi Enoimported everything from my branch (which is slightly...
2005-06-15 Jonathan Pryor * Syscall.cs: s/LOG_USRE/LOG_USER/. Fixes #75274.
2005-06-14 Marek SafarSwitch to compiler-tester
2005-06-09 Jonathan Pryor * make-map.cs: Look for [Obsolete] members, and mark...
2005-06-08 Jonathan Pryor * Syscall.cs: Add execvp(2). (This should have been...
2005-06-08 Jonathan Pryor * Syscall.cs: Update comment with correct exception...
2005-06-07 Jonathan Pryor * UnixFileSystemInfo.cs: Don't use lstat(2), use...
2005-06-07 Jonathan Pryor * Syscall.cs: Document naming conventions.
2005-06-05 Jonathan Pryor * make-map.cs: Change automatic "ifdef HAVE_<header...
2005-06-03 Jonathan Pryor * Stdlib.cs: Add sanity checking to snprintf(3) to...
2005-06-02 Jonathan Pryor * StdioFileStream.cs: Remove FilePosition property...
2005-06-01 Jonathan Pryor * Stdlib.cs: Add comment for atexit(3) so I don't...
2005-05-31 Jonathan PryorFlush (oops).
2005-05-31 Jonathan Pryor * Syscall.cs, UnixConvert.cs: Rename LockFlags to...
2005-05-18 Jonathan Pryor * Stdlib.cs: Correct Mono_Posix_Stdlib_InvokeSignalHa...
2005-05-18 Jonathan Pryor * make-map.cs: Process the Mono.Posix namespace as...
2005-05-18 Jonathan Pryor * make-map.cs: Add a MphPrototypeFileGenerator, which...
2005-05-15 Konstantin Trigermerging the Mainsoft branch to the trunk
2005-05-13 Atsushi Eno2005-05-13 Atsushi Enomoto <atsushi@ximian.com>
2005-05-12 Jonathan Pryor * Syscall.cs: The Statvfs structure should contain...
2005-05-02 Joe Shaw2005-05-02 Joe Shaw <joeshaw@novell.com>
2005-04-30 Ben Maurer2005-04-30 Ben Maurer <bmaurer@ximian.com>
2005-04-29 Jonathan Pryor * UnixConvert.cs: Fix time_t -> DateTime conversions...
2005-04-29 Jonathan Pryor * Makefile: Ignore warnings 0219 (variable declared...
2005-04-21 Gonzalo Paniagua... 2005-04-21 Gonzalo Paniagua Javier <gonzalo@ximian...
2005-04-21 Gonzalo Paniagua... 2005-04-21 Gonzalo Paniagua Javier <gonzalo@ximian...
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-06 Miguel de IcazaAdd config.h
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-28 Jonathan Pryor * Mono.Posix_test.dll.sources: Added Test/Mono.Unix...
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 * UnixFile.cs: Cope with changes in UnixStream.
2005-02-02 Jonathan Pryor * Syscall.cs: Remove public sys_ methods. Some were...
2005-02-02 Jonathan Pryor * StdioFileStream.cs: Fix Length property to actually...
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-30 Jonathan Pryor * Stdlib.cs: sys_* functions shouldn't be public.
2005-01-14 Jonathan Pryor * make-map.cs: libMonoPosixHelper exports Mono_Posix...
2005-01-13 Jonathan Pryor * Stdlib.cs: Use Stdlib.LIBC instead of "libc".
2005-01-05 Jonathan Pryor * StdioFileStream.cs: Added; System.IO.Stream wrapper...
2005-01-05 Sebastien Pouliot2005-01-05 Sebastien Pouliot <sebastien@ximian.com>
2005-01-05 Sebastien Pouliot2005-01-05 Sebastien Pouliot <sebastien@ximian.com>
2005-01-05 Jonathan Pryor * Stdlib.cs: Re-order declarations to match the order...
2005-01-03 Jonathan Pryor * Syscall.cs: Update endfsent() and setfsent() declar...
2005-01-01 Jonathan Pryor * Stdlib.cs, Syscall.cs: Minimize duplicate declaratio...
2005-01-01 Jonathan Pryor * Stdlib.cs: Don't use C# v2 features; fixes build...
2004-12-30 Jonathan Pryor * Stdlib.cs: On miguel's suggestion, rename Sighandle...
2004-12-30 Jonathan Pryor * Stdlib.cs: Implement all C89 <stdio.h> functions...
2004-12-30 Jonathan Pryor * CdeclFunctions.cs: Remove warning about unused...
2004-12-29 Jonathan Pryor * UnixPath.cs: Add ReadSymbolicLink(), which takes...
2004-12-29 Jonathan Pryor * UnixPath.cs: Add check for when symlink points...
2004-12-29 Jonathan Pryor * Syscall.cs: Fix Object.Equals implementations.
2004-12-28 Jonathan Pryor * UnixFileSystemInfo.cs: Add a link(2) wrapper, Creat...
2004-12-28 Jonathan Pryor * Mono.Posix.dll.sources: Add UnixDriveInfo and UnixPath.
2004-12-28 Jonathan Pryor * Stdlib.cs: Add syslog(3) to XPrintfFunctions; Add...
2004-12-15 Jonathan Pryor * Stdlib.cs: Add more <stdio.h> wrappers, such as...
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 PryorRemove unnecessary Console.WriteLines, comment the...
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 * Stdlib.cs: Remove printf(3) and fprintf(3). These...
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.