Commit Graph

21 Commits (3fb960078f038bd7213c386965519c6e9a251d27)

Author SHA1 Message Date
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 bbae4b370b this time "make Makefile" actually produces a Makefile that works on FreeBSD 2003-10-07 16:40:20 +00:00
Felix von Leitner d64f1f7732 even better BSD make compat ;) 2003-10-07 16:27:54 +00:00
Felix von Leitner 50dc98ed42 improve "make Makefile" 2003-10-07 16:22:51 +00:00
Felix von Leitner b67f816052 test for BSD sendfile 2003-10-06 01:52:13 +00:00
Felix von Leitner 305461f70a one more strip for cosmetical reasons 2003-09-27 02:05:22 +00:00
Felix von Leitner fc64bacd1e bug fix 2003-09-26 19:27:59 +00:00
Felix von Leitner 48dc3ef73c add clever hack to auto-detect the diet libc 2003-09-26 18:22:46 +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 4944158e8b add iob.h to installed header files 2003-09-12 11:39:02 +00:00
Felix von Leitner ffc6fb7cf8 add small explanation to iob.h 2003-09-08 21:05:27 +00:00
Felix von Leitner e81432667d more kqueue/epoll 2003-09-06 01:15:00 +00:00
Felix von Leitner e9c1559f7e BSD still sucks 2003-09-06 00:56:21 +00:00
Felix von Leitner 4f44b2fe9f more bsd compat 2003-09-06 00:55:17 +00:00
Felix von Leitner 2bfd03db57 more BSD compat 2003-09-06 00:54:27 +00:00
Felix von Leitner 0e172d2f56 cvsignore the new tests and remove their results in make clean 2003-09-06 00:53:05 +00:00
Felix von Leitner cfdfd14b4c add epoll and kqueue tests 2003-09-06 00:52:11 +00:00
Felix von Leitner 7c5beaf741 reverse return code for safemult API to conform to newer djb APIs 2003-09-05 21:25:51 +00:00
Felix von Leitner bb3243fbe2 beginnings of the io library 2003-09-02 00:14:04 +00:00
Felix von Leitner 7a18b91761 add API for integer multiplication with overflow detection 2003-08-22 15:03:10 +00:00
Felix von Leitner 1d18bc4f89 rename Makefile to GNUmakefile; create Makefile target 2003-05-27 20:18:09 +00:00