2005-05-30  Ben Maurer  <bmaurer@ximian.com>

	* Syscall.cs (UnixEpoch): The DateTime for the start of the epoch
	may not have the same offset from GMT as does the result of
	addition. Therefore, do not convert the static reference point,
	rather convert the date we generate. Fixes bug 74266. Patch from
	fabrice@bellet.info (Fabrice Bellet).

2005-02-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* UnixEndPoint.cs: get the correct bytes when building the filename from
	a SocketAddress. Fixes bug #72850.

2004-12-30  Jonathan Pryor  <jonpryor@vt.edu>

	* Syscall.cs: Add [Obsolete] to Syscall, letting users know they should 
	  use Mono.Unix.Syscall (and related types) instead.  Mono.Posix.Syscall 
	  is effectively unmaintained, and should not be used.

2004-12-30  Jonathan Pryor  <jonpryor@vt.edu>

	* Syscall.cs: All syscall_ functions should explicitly specify EntryPoint 
	  so that an EntryPointNotFoundException is avoided.  Fixes 70706.

2004-11-16  Jonathan Pryor  <jonpryor@vt.edu>

	* IncludeAttribute.cs: Removed.
	* MapAttribute.cs: Removed.
	* Syscall.cs: Remove [Map] and [Include] attributes.

2004-07-09  Dick Porter  <dick@ximian.com>

	* PeerCred.cs: Get the unix socket peer credentials.

2004-05-26  Miguel de Icaza  <miguel@ximian.com>

	* Syscall.cs: Do not let the runtime handle strings, as we do not
	own those strings, we must transform the char * into a string
	ourselves. 

2004-05-03  Miguel de Icaza  <miguel@ximian.com>

	* Syscall.cs: Add symlink

2004-04-19  Miguel de Icaza  <miguel@ximian.com>

	* Syscall.cs: Use hex values for FileMode, since C# does not have
	an octal integer mode.

2004-03-30  Joshua Tauberer <tauberer@for.net>

	* Added readlink, strerror, opendir, readdir, closedir
	* Added Mono.Posix.Stat.UnixToDateTime(long unixtime) --> DateTime

2004-03-11  Joshua Tauberer <tauberer@for.net>

	* Syscall.cs: Removed argument to getgid that shouldn't be there.
		Added getusername, getgroupname which wrap getpwuid, getgrgid
		without dealing with pointers to structures.
		Removed duplicate FileMode enum nested in Syscall class.
		Added stat and lstat, which use StatMode enumeration
		(like FileMode but nicer and complete) and Stat struct.
	* macros.c: Helper functions for getpwuid, getgrgid, stat, lstat.

2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* Syscall.cs: moved the assembly attribute to a proper place
	and added 'signal.h'
	* make-map.cs: use reflection to invoke the properties, as it
	fails under MS runtime.
	

2004-01-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* Syscall.cs: moved assembly attribute and added unsafe block to fix
	the build on windows.

2003-11-11  Wojciech Polak <polak@gnu.org

	* Syscall.cs: Applied patch from Wojciech Polak <polak@gnu.org> to
	support IsAtty.

2003-05-16  Dick Porter  <dick@ximian.com>

	* UnixEndPoint.cs: New property to get and set the filename, like
	the IPEndPoint has for the IP address.  Also implement ToString().

Tue Apr 29 16:53:56 CEST 2003 Paolo Molaro <lupus@ximian.com>

	* Syscall.cs: remove the unsafe mess.

2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* Check in.
	* UnixEndPoint.cs: first file.

