Commit Graph

36 Commits (adcb7aee214309aebb64782b9e6d6acc8f1a9ad6)

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