give a better error message in the non-threaded RTS for out-of-range FDs
[ghc-hetmet.git] / rts / posix / Select.c
2010-09-29 Simon Marlowgive a better error message in the non-threaded RTS...
2010-08-04 Ian LynaghTest for (fd < 0) before trying to FD_SET it
2009-12-16 Simon Marlow#include <sys/select.h> if we have it (#3760)
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-02-17 Simon Marlowcope with ThreadRelocated on the sleeping_queue
2008-11-06 Simon MarlowCope with ThreadRelocated when traversing the blocked_queue
2008-04-16 Simon MarlowAdd a write barrier to the TSO link field (#1589)
2007-09-27 jochemberndsen@dse.nlFIX BUILD FD_SETSIZE signed
2007-07-18 Simon MarlowwakeUpSleepingThreads: fix off by one
2007-03-22 Ian LynaghAdd an --install-signal-handlers=<yes|no> RTS flag...
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory
2006-09-05 Ian Lynaghnew RTS flag: -V to modify the resolution of the RTS...
2006-08-10 sven.panne@aedion.deMatch format strings and arguments for printf-like...
2006-04-07 Simon MarlowReorganisation of the source tree