91 Commits (f412a657fb0c2723bedd0e16604c3ef726a93940)

Author SHA1 Message Date
leitner 64465d5392 forgot to install errmsg.h 21 years ago
leitner 477da5466d botched dependency 21 years ago
leitner 8e104ff975 add alloca test 21 years ago
leitner 4ff7fd760b also remove havealloca.h on make clean 21 years ago
leitner 6c9aee6d2a make clean should not remove Makefile 21 years ago
leitner 0c138d14d8 also delete libsocket 21 years ago
leitner 88995a9c5d work around apple madness 21 years ago
leitner 657d5c364f ranlib for macos x 21 years ago
leitner f21e1c57a3 macos x support 21 years ago
leitner f484ecdc5f support HP-UX sendfile (thanks Rolf Eike Beer) 21 years ago
leitner f52aa87441 more alloca fixes 21 years ago
leitner 860c881a68 also install havealloca.h 21 years ago
leitner 0fbde45869 add haveinline dependency 21 years ago
leitner 0bae11b63e remove socket_sendfile now that we have io_sendfile
make Makefile should also work with a BSD make ;)
21 years ago
leitner 884e0b09b8 head -1 -> head -n 1 21 years ago
leitner c07f633db8 make Makefile better 21 years ago
leitner 0a38894c43 *duh* one extra zero 21 years ago
leitner 5e892205bf duh, really use -Os 21 years ago
leitner 20bd85b52d diet -Os please 21 years ago
leitner 82a4ae868d broken lose32 port using mingw (don't use!!!)
initial Solaris /dev/poll port
21 years ago
leitner 07a205405b Add DEBUG=1 to GNUmakefile
the epoll guard broke SIGIO
21 years ago
leitner 620f269149 this time "make Makefile" actually produces a Makefile that works on FreeBSD 21 years ago
leitner b295650a73 even better BSD make compat ;) 21 years ago
leitner 276577dd52 improve "make Makefile" 21 years ago
leitner 736aba29ed test for BSD sendfile 21 years ago
leitner 57e7673e42 one more strip for cosmetical reasons 21 years ago
leitner f5c135d0d2 bug fix 21 years ago
leitner 071fc272b6 add clever hack to auto-detect the diet libc 21 years ago
leitner 2a2e1ddc75 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
21 years ago
leitner 5a4d2cc732 add iob.h to installed header files 21 years ago
leitner c2453002d3 add small explanation to iob.h 21 years ago
leitner d213018a01 more kqueue/epoll 21 years ago
leitner c55706c7da BSD still sucks 21 years ago
leitner c6d746a042 more bsd compat 21 years ago
leitner b201df5c9e more BSD compat 21 years ago
leitner 402af4190d cvsignore the new tests and remove their results in make clean 21 years ago
leitner 61d7ecbdc2 add epoll and kqueue tests 21 years ago
leitner ef0495b5e2 reverse return code for safemult API to conform to newer djb APIs 21 years ago
leitner 49818590ee beginnings of the io library 21 years ago
leitner d1df715971 add API for integer multiplication with overflow detection 21 years ago
leitner 674a60b278 rename Makefile to GNUmakefile; create Makefile target 22 years ago