Commit Graph

4 Commits (798c06a7859f6f7f99b4c1922ee328611c4e1bc2)

Author SHA1 Message Date
leitner acd4fdb68b add/fix man pages
zero a buffer in io_passfd so valgrind does not complain when we pass it
to a syscall (which did not use the uninitialized parts anyway)
leitner 3004b518ef switch to size_t and ssize_t
leitner 95c129c81a document error signalling through (void*)0 return code.
leitner ae4b409c55 add and update man pages.