[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Mono.Posix / Mono.Unix.Native / ChangeLog
index ae5d097c7e9d657cbd5eb2a92411858fc2b7893b..3afd8e32e08df19dc59d8bc55a0301f03636b9ed 100644 (file)
@@ -1,3 +1,25 @@
+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: