83 Commits (25181575b689f291bd21401c461aaa9c8e97d917)

Author SHA1 Message Date
leitner c18a0dbf62 actually check in AIX sendfile code 21 years ago
leitner cae1a561fd integrate Linux sendfile into trysendfile.c infrastructure
first stab at AIX 5 sendfile support
21 years ago
leitner 7bcba8b2d1 still had bus error :( 21 years ago
leitner 91060a1772 still bus error 21 years ago
leitner 6d35239e2c bus error?! 21 years ago
leitner e92d4ca5f5 prefetching leaked memory 21 years ago
leitner f21e1c57a3 macos x support 21 years ago
leitner 8f188cc95b macos x support 21 years ago
leitner 7ddce27f49 Support Solaris 9 sendfile 21 years ago
leitner 4740036c6f #define _LARGEFILE64_SOURCE 21 years ago
leitner f484ecdc5f support HP-UX sendfile (thanks Rolf Eike Beer) 21 years ago
leitner 8ce9e6c016 sendfile 21 years ago
leitner 2a516c901a recent change corrected sendfile parameters but not internal usage 21 years ago
leitner fa476a9200 add experimental prefetching support 21 years ago
leitner f52aa87441 more alloca fixes 21 years ago
leitner 876738bd8e make cast nicer 21 years ago
leitner 03461c6eb1 more defensive programming for SIGIO (*groan*) 21 years ago
leitner 3cac9c2b80 make sure the mmap based io_sendfile actually works (and terminates) 21 years ago
leitner 9a0e23f420 oops, left debug #undef in 21 years ago
leitner a17f7c30d2 use mmap on BSD without sendfile 21 years ago
sanjiyan a58d400d5c fixing the poll call in io_waituntil2 21 years ago
leitner 0a38894c43 *duh* one extra zero 21 years ago
sanjiyan 29cfd8df4e reset timer correct. 21 years ago
sanjiyan 90bde5e569 reset the timer in the correct way. 21 years ago
leitner 6622288c7c make BSD sendfile actually work 21 years ago
leitner ba849a2720 duh!!! Typo prevented iob_send from using FreeBSD sendfile 21 years ago
leitner a4cf7a8a8b fix Solaris /dev/poll 21 years ago
leitner 65adb024f5 bug fixing time 21 years ago
leitner 82a4ae868d broken lose32 port using mingw (don't use!!!)
initial Solaris /dev/poll port
21 years ago
leitner b81e8bcd27 typo 21 years ago
leitner 17f3955f84 handle BSD errors 21 years ago
leitner 361872ffa4 handle errors properly 21 years ago
leitner 96be549818 handle errors signalled by epoll 21 years ago
leitner 0335358787 add io_finishandshutdown 21 years ago
leitner 0ba7b25005 make iob_reset actually free the buffers 21 years ago
leitner 543987da58 remove superfluous #includes
make it possibly to specify that a buffer should be freed
21 years ago
leitner 27ffe564a7 set flag only if setting to non-blocking worked 21 years ago
leitner fcd6082250 did not compile on BSD after SIGIO fix 21 years ago
leitner 209fef467e Big Duh! _SIGIO and SIGIO look too close 21 years ago
leitner ec060d6dee wrong fix 21 years ago
leitner 07a205405b Add DEBUG=1 to GNUmakefile
the epoll guard broke SIGIO
21 years ago
leitner 963fa817de guard against one descriptor being flagged twice 21 years ago
leitner b01e72af69 quick fix to non-block issue 21 years ago
leitner eaa4dea67b correctly initialize records before reusing them in io_fd
do something about unexpected epoll events
21 years ago
leitner 29ae01d54f glibc compatibility ;) 21 years ago
leitner 2e1da4790c alloca may be defined in stdlib.h 21 years ago
leitner d00a672dad alloca warning removal 21 years ago
leitner f6b5de0c93 forgot to include <unistd.h> 21 years ago
leitner b97909c538 remove warning 21 years ago
leitner 0c64df2331 make BSD sendfile optional (NetBSD doesn't have it) 21 years ago