summaryrefslogtreecommitdiffstats
path: root/sysdep/unix/io.c
AgeCommit message (Expand)Author
1999-03-01Added SK_MAGIC type sockets for internal use by system dependent code,Martin Mares
1999-02-13Perform gracious shutdown upon receipt of SIGTERM. Finally we canMartin Mares
1999-02-13Synchronize signals to the main select/event/timer loop.Martin Mares
1999-02-11Added simple event scheduling system to avoid recursive callingMartin Mares
1998-12-20die() -> bug() where appropriate.Martin Mares
1998-10-19Exporting fill_in_sockaddr() for use by other unix-dependent code.Martin Mares
1998-07-10Replaced remaining references of clock_t by bird_clock_t.Martin Mares
1998-06-04Fixed processing of timers.Martin Mares
1998-06-01Synced to new interface code.Martin Mares
1998-05-26Whee, multicast sockets work!Martin Mares
1998-05-24Added UNIX implementation of both timers and sockets. Timers should work,Martin Mares