libowfat/io
leitner ec060d6dee wrong fix
..
io_canread.c wrong fix
io_canwrite.c wrong fix
io_check.c write a small socket server with io_wait integration and add and debug
io_close.c epoll now works enough for test/io5
io_closeonexec.c beginnings of the io library
io_createfile.c experimental io_batch implementation
io_dontwantread.c glibc compatibility ;)
io_dontwantwrite.c glibc compatibility ;)
io_eagain.c add sigio support
io_fd.c correctly initialize records before reusing them in io_fd
io_getcookie.c add iob_adds
io_nonblock.c quick fix to non-block issue
io_pipe.c beginnings of the io library
io_readfile.c experimental io_batch implementation
io_sendfile.c forgot to include <unistd.h>
io_setcookie.c add iob_adds
io_timeout.c add long long buffer routines
io_timeouted.c make io_waituntil actually take an "until", not a "how long"
io_tryread.c add sigio support
io_tryreadtimeout.c oops, forgot !
io_trywrite.c add sigio support
io_trywritetimeout.c oops, forgot !
io_wait.c reverse return code for safemult API to conform to newer djb APIs
io_waitread.c add long long buffer routines
io_waituntil.c make io_waituntil actually take an "until", not a "how long"
io_waituntil2.c guard against one descriptor being flagged twice
io_waitwrite.c add long long buffer routines
io_wantread.c glibc compatibility ;)
io_wantwrite.c glibc compatibility ;)
iob_addbuf.c two internal structures were named io_entry; renamed the iob one to iob_entry
iob_addfile.c two internal structures were named io_entry; renamed the iob one to iob_entry
iob_adds.c add iob_adds
iob_new.c two internal structures were named io_entry; renamed the iob one to iob_entry
iob_reset.c man am I slow today
iob_send.c alloca may be defined in stdlib.h