Commit Graph

58 Commits (78306e451e1bf8f8f569f4902378780469c11d7a)

Author SHA1 Message Date
leitner 83c1186870 fix for NetBSD 3.0 (they broke their sys/types.h)
remove support for ip6.int reverse lookup in DNS routines (the domain is
no longer delegated)
leitner 3c291ea2a8 document adding io_block
add rangecheck install target to GNUmakefile
cosmetics in rangecheck.h
leitner 276f370e69 include cdb into libowfat.a
leitner a4c134359f oops
leitner 6aee879fa3 add cdb_make.h
leitner c24de6da57 add cdb
leitner c1c50c7dbd further Windoze support (test/io5.c works, gatling still doesn't)
This is just to get gatling to work, I may remove it again after
    that.
leitner 9512cee614 add -D_REENTRANT to CFLAGS so libowfat can be used in multi-threaded
programs
leitner 89761dc11e revert testing change
leitner eeffc36387 remove even more warnings
64-bit cleanliness issue with auto-NULL-appending macros
leitner 9405f1271b remove gcc4-only warning option
leitner c874604f12 gcc 4 cleanups (mostly unsigned char* vs char*)
leitner 8853a10fc3 with diet libc, now install into proper platform specific lib dir (using diet -L, available in latest CVS version)
leitner 3524bc2b33 for this time for real
leitner f6f16b116c botched updates
leitner 7c6b77840e argh, my sed cannot do \< ?!?
leitner 15502bb3c1 new Makefile, better dependencies for Makefile in GNUmakefile
leitner 64465d5392 forgot to install errmsg.h
leitner 477da5466d botched dependency
leitner 8e104ff975 add alloca test
leitner 4ff7fd760b also remove havealloca.h on make clean
leitner 6c9aee6d2a make clean should not remove Makefile
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