62 Commits

Author SHA1 Message Date
leitner
fda93bdca7 add CAS.h 2009-05-28 00:46:54 +00:00
leitner
9a71d11078 iopause.o dependency 2009-03-25 14:34:30 +00:00
leitner
0db2088836 Makefile dependency update 2009-03-13 21:48:57 +00:00
leitner
bb9cdaaafb add iarray 2009-03-12 21:32:43 +00:00
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)
2006-06-23 03:53:16 +00:00
leitner
3c291ea2a8 document adding io_block
add rangecheck install target to GNUmakefile
cosmetics in rangecheck.h
2006-04-17 05:09:39 +00:00
leitner
276f370e69 include cdb into libowfat.a 2005-11-25 15:39:58 +00:00
leitner
a4c134359f oops 2005-11-25 15:06:44 +00:00
leitner
6aee879fa3 add cdb_make.h 2005-11-25 15:06:09 +00:00
leitner
c24de6da57 add cdb 2005-11-25 15:02:31 +00:00
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.
2005-09-09 22:12:23 +00:00
leitner
9512cee614 add -D_REENTRANT to CFLAGS so libowfat can be used in multi-threaded
programs
2005-09-02 21:11:58 +00:00
leitner
89761dc11e revert testing change 2005-05-12 08:03:38 +00:00
leitner
eeffc36387 remove even more warnings
64-bit cleanliness issue with auto-NULL-appending macros
2005-05-12 06:52:29 +00:00
leitner
9405f1271b remove gcc4-only warning option 2005-05-03 12:14:29 +00:00
leitner
c874604f12 gcc 4 cleanups (mostly unsigned char* vs char*) 2005-04-23 15:50:16 +00:00
leitner
8853a10fc3 with diet libc, now install into proper platform specific lib dir (using diet -L, available in latest CVS version) 2005-04-08 19:43:48 +00:00
leitner
3524bc2b33 for this time for real 2005-01-31 18:14:50 +00:00
leitner
f6f16b116c botched updates 2004-12-25 16:47:36 +00:00
leitner
7c6b77840e argh, my sed cannot do \< ?!? 2004-07-29 10:59:40 +00:00
leitner
15502bb3c1 new Makefile, better dependencies for Makefile in GNUmakefile 2004-07-29 10:55:25 +00:00
leitner
64465d5392 forgot to install errmsg.h 2004-05-05 23:06:47 +00:00
leitner
477da5466d botched dependency 2004-03-28 01:49:35 +00:00
leitner
8e104ff975 add alloca test 2004-03-27 17:26:06 +00:00
leitner
4ff7fd760b also remove havealloca.h on make clean 2004-03-27 00:58:03 +00:00
leitner
6c9aee6d2a make clean should not remove Makefile 2004-02-26 17:55:19 +00:00
leitner
0c138d14d8 also delete libsocket 2004-01-09 23:54:28 +00:00
leitner
88995a9c5d work around apple madness 2004-01-08 19:10:41 +00:00
leitner
657d5c364f ranlib for macos x 2004-01-08 17:13:26 +00:00
leitner
f21e1c57a3 macos x support 2004-01-08 17:11:08 +00:00
leitner
f484ecdc5f support HP-UX sendfile (thanks Rolf Eike Beer) 2004-01-08 15:07:40 +00:00
leitner
f52aa87441 more alloca fixes 2004-01-06 23:35:06 +00:00
leitner
860c881a68 also install havealloca.h 2004-01-06 23:17:33 +00:00
leitner
0fbde45869 add haveinline dependency 2004-01-06 23:17:02 +00:00
leitner
0bae11b63e remove socket_sendfile now that we have io_sendfile
make Makefile should also work with a BSD make ;)
2004-01-01 03:39:51 +00:00
leitner
884e0b09b8 head -1 -> head -n 1 2003-12-05 16:45:34 +00:00
leitner
c07f633db8 make Makefile better 2003-11-14 20:28:51 +00:00
leitner
0a38894c43 *duh* one extra zero 2003-11-11 19:50:42 +00:00
leitner
5e892205bf duh, really use -Os 2003-11-07 14:36:06 +00:00
leitner
20bd85b52d diet -Os please 2003-11-07 13:48:28 +00:00
leitner
82a4ae868d broken lose32 port using mingw (don't use!!!)
initial Solaris /dev/poll port
2003-11-06 20:47:59 +00:00
leitner
07a205405b Add DEBUG=1 to GNUmakefile
the epoll guard broke SIGIO
2003-10-21 12:31:14 +00:00
leitner
620f269149 this time "make Makefile" actually produces a Makefile that works on FreeBSD 2003-10-07 16:40:20 +00:00
leitner
b295650a73 even better BSD make compat ;) 2003-10-07 16:27:54 +00:00
leitner
276577dd52 improve "make Makefile" 2003-10-07 16:22:51 +00:00
leitner
736aba29ed test for BSD sendfile 2003-10-06 01:52:13 +00:00
leitner
57e7673e42 one more strip for cosmetical reasons 2003-09-27 02:05:22 +00:00
leitner
f5c135d0d2 bug fix 2003-09-26 19:27:59 +00:00
leitner
071fc272b6 add clever hack to auto-detect the diet libc 2003-09-26 18:22:46 +00:00
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
2003-09-12 22:03:51 +00:00