Commit Graph

9 Commits

Author SHA1 Message Date
Felix von Leitner 68da613393 more defensive programming for SIGIO (*groan*) 2003-11-28 17:38:08 +00:00
Felix von Leitner 2e4bf41523 remove superfluous #includes
make it possibly to specify that a buffer should be freed
2003-10-31 23:34:40 +00:00
Felix von Leitner f72b2bac62 did not compile on BSD after SIGIO fix 2003-10-22 12:52:40 +00:00
Felix von Leitner d4bec7c063 Big Duh! _SIGIO and SIGIO look too close 2003-10-21 12:40:41 +00:00
Felix von Leitner 6f67e150a2 wrong fix 2003-10-21 12:37:49 +00:00
Felix von Leitner fb3d2aaff4 Add DEBUG=1 to GNUmakefile
the epoll guard broke SIGIO
2003-10-21 12:31:14 +00:00
Felix von Leitner 0616cd88b9 guard against one descriptor being flagged twice 2003-10-19 16:38:31 +00:00
Felix von Leitner 7a859cb66e add sigio support
extend code to cope with edge triggered event notification
add io_eagain() so that you can notify io_wait if accept() returned EAGAIN
2003-09-12 22:03:51 +00:00
Felix von Leitner 200f07718d add io_canread and io_canwrite 2003-09-05 22:59:58 +00:00