Commit Graph

4 Commits (708c358a745fa5e0f1bc142c3371b1a292423eb7)

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.