libowfat/io
Felix von Leitner 39115302de typo 2003-11-01 04:52:35 +00:00
..
io_canread.c remove superfluous #includes 2003-10-31 23:34:40 +00:00
io_canwrite.c remove superfluous #includes 2003-10-31 23:34:40 +00:00
io_check.c remove superfluous #includes 2003-10-31 23:34:40 +00:00
io_close.c epoll now works enough for test/io5 2003-09-06 01:36:50 +00:00
io_closeonexec.c beginnings of the io library 2003-09-02 00:14:04 +00:00
io_createfile.c experimental io_batch implementation 2003-09-08 20:29:39 +00:00
io_dontwantread.c glibc compatibility ;) 2003-10-10 20:13:07 +00:00
io_dontwantwrite.c glibc compatibility ;) 2003-10-10 20:13:07 +00:00
io_eagain.c add sigio support 2003-09-12 22:03:51 +00:00
io_fd.c remove superfluous #includes 2003-10-31 23:34:40 +00:00
io_finishandshutdown.c add io_finishandshutdown 2003-11-01 00:12:10 +00:00
io_getcookie.c add iob_adds 2003-09-10 00:28:51 +00:00
io_nonblock.c set flag only if setting to non-blocking worked 2003-10-24 18:57:46 +00:00
io_pipe.c beginnings of the io library 2003-09-02 00:14:04 +00:00
io_readfile.c experimental io_batch implementation 2003-09-08 20:29:39 +00:00
io_sendfile.c forgot to include <unistd.h> 2003-10-06 02:03:43 +00:00
io_setcookie.c add iob_adds 2003-09-10 00:28:51 +00:00
io_timeout.c add long long buffer routines 2003-09-05 21:09:14 +00:00
io_timeouted.c make io_waituntil actually take an "until", not a "how long" 2003-10-02 23:30:53 +00:00
io_tryread.c add sigio support 2003-09-12 22:03:51 +00:00
io_tryreadtimeout.c remove superfluous #includes 2003-10-31 23:34:40 +00:00
io_trywrite.c add sigio support 2003-09-12 22:03:51 +00:00
io_trywritetimeout.c remove superfluous #includes 2003-10-31 23:34:40 +00:00
io_wait.c remove superfluous #includes 2003-10-31 23:34:40 +00:00
io_waitread.c add long long buffer routines 2003-09-05 21:09:14 +00:00
io_waituntil.c remove superfluous #includes 2003-10-31 23:34:40 +00:00
io_waituntil2.c typo 2003-11-01 04:52:35 +00:00
io_waitwrite.c add long long buffer routines 2003-09-05 21:09:14 +00:00
io_wantread.c glibc compatibility ;) 2003-10-10 20:13:07 +00:00
io_wantwrite.c glibc compatibility ;) 2003-10-10 20:13:07 +00:00
iob_addbuf.c remove superfluous #includes 2003-10-31 23:34:40 +00:00
iob_addbuf_free.c make iob_reset actually free the buffers 2003-10-31 23:42:04 +00:00
iob_addbuf_internal.c remove superfluous #includes 2003-10-31 23:34:40 +00:00
iob_addfile.c two internal structures were named io_entry; renamed the iob one to iob_entry 2003-09-26 15:55:44 +00:00
iob_adds.c add iob_adds 2003-09-10 00:28:51 +00:00
iob_adds_free.c make iob_reset actually free the buffers 2003-10-31 23:42:04 +00:00
iob_new.c two internal structures were named io_entry; renamed the iob one to iob_entry 2003-09-26 15:55:44 +00:00
iob_reset.c make iob_reset actually free the buffers 2003-10-31 23:42:04 +00:00
iob_send.c alloca may be defined in stdlib.h 2003-10-07 16:30:19 +00:00