[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Mono.Posix / Mono.Unix.Native / ChangeLog
index ecb111076d0079ab07b955fb0788b348faffd4ea..3afd8e32e08df19dc59d8bc55a0301f03636b9ed 100644 (file)
@@ -1,3 +1,42 @@
+2010-07-21  Jackson Harper  <jackson@ximian.com>
+
+       * Syscall.cs: Add bindings to the various epoll
+       functions. (epoll_create, epoll_ctl, epoll_wait).
+
+2008-12-19  Jonathan Pryor  <jpryor@novell.com>
+
+       * NativeConvert.cs: Add FromRealTimeSignum(), ToRealTimeSignum().
+         Patch thanks to tim.jenks@realtimeworlds.com.
+       * RealTimeSignum.cs: Added; structure which represents a real-time
+         signal, a value V such that V >= SIGRTMIN and V <= SIGRTMAX.
+         Patch thanks to tim.jenks@realtimeworlds.com.
+       * Stdlib.cs: Add SetSignalAction() and raise() overloads which accept
+         a RealTimeSignum instance.
+         Patch thanks to tim.jenks@realtimeworlds.com.
+
+2008-10-15  Jonathan Pryor  <jpryor@novell.com>
+
+       * Syscall.cs: [Map] Flock, add Timespec, bind nanosleep(2).
+       * NativeConvert.generated.cs: Flush (Add TryCopy methods for Flock,
+         Timespec).
+
+2008-01-28  Jonathan Pryor  <jpryor@novell.com>
+
+       * Stdlib.cs: Obsolete Stdlib.signal(), as it's not safe; see also:
+         http://lists.ximian.com/pipermail/mono-devel-list/2008-January/026501.html
+         http://lists.ximian.com/pipermail/mono-devel-list/2008-January/026503.html
+         Add SetSignalAction() as a replacement.
+
+2008-01-22  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Syscall.cs: Fix Flock.Equals to avoid NRE (and return false if object 
+       is null). Found using Gendarme.
+
+2008-01-05  Jonathan Pryor  <jonpryor@vt.edu>
+
+       * Syscall.cs: Add ST_NOEXEC, ST_REMOUNT, ST_BIND to MountFlags.  Patch from
+         Joe Dluzen <jdluzen@gmail.com>.
+
 2007-12-17  Jonathan Pryor  <jonpryor@vt.edu>
 
        * Syscall.cs: Bind uname(2).