50 Commits

Author SHA1 Message Date
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
leitner
5a4d2cc732 add iob.h to installed header files 2003-09-12 11:39:02 +00:00
leitner
c2453002d3 add small explanation to iob.h 2003-09-08 21:05:27 +00:00
leitner
d213018a01 more kqueue/epoll 2003-09-06 01:15:00 +00:00
leitner
c55706c7da BSD still sucks 2003-09-06 00:56:21 +00:00
leitner
c6d746a042 more bsd compat 2003-09-06 00:55:17 +00:00
leitner
b201df5c9e more BSD compat 2003-09-06 00:54:27 +00:00
leitner
402af4190d cvsignore the new tests and remove their results in make clean 2003-09-06 00:53:05 +00:00
leitner
61d7ecbdc2 add epoll and kqueue tests 2003-09-06 00:52:11 +00:00
leitner
ef0495b5e2 reverse return code for safemult API to conform to newer djb APIs 2003-09-05 21:25:51 +00:00
leitner
49818590ee beginnings of the io library 2003-09-02 00:14:04 +00:00
leitner
d1df715971 add API for integer multiplication with overflow detection 2003-08-22 15:03:10 +00:00
leitner
674a60b278 rename Makefile to GNUmakefile; create Makefile target 2003-05-27 20:18:09 +00:00