summaryrefslogtreecommitdiff
path: root/usr.bin/rdist/child.c
AgeCommit message (Expand)Author
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2016-03-30In setnonblocking() rename "mode" variable to "flags".Todd C. Miller
2015-01-20Split out from rdist/defs.h the client-only and server-only bits intoPhilip Guenther
2015-01-20SELECT_FD_TYPE is obsoletePhilip Guenther
2014-07-05Our fork() never missesPhilip Guenther
2014-07-05Assume POSIX: sigrocmask()Philip Guenther
2014-07-05Assume POSIX: waitpid(), select(), and <sys/select.h>Philip Guenther
2014-07-05Assume C89: stdargs, const, and setvbuf()Philip Guenther
2014-07-05Use xcalloc() in waitup(): the calloc fails, simply returning ain't gonnaPhilip Guenther
2014-07-05Use void* in malloc/realloc/calloc wrappersPhilip Guenther
2014-07-04Convert a malloc+memset to a callocPhilip Guenther
2011-04-18Print size_t with %zu and ssize_t with %zd in error/debug output.Kenneth R Westerback
2011-04-10Apply some tough type-love and give rdist a chance to handle filesKenneth R Westerback
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-14 o Sync w/ freerdist 0.92 minus the compress optionTodd C. Miller
2002-06-12a real pid_t cleanup.Mike Pechkin
2001-11-19kill more registersMike Pechkin
1999-02-05Use rchildfdsn+1, not FD_SETSIZE for nfds in select()Todd C. Miller
1999-02-04Fix a serious memory consumption problem when running over directoriesTodd C. Miller
1998-06-26rdist 6.1.4 + OpenBSD patches + some -WallTodd C. Miller
1997-12-16do not overflow fd_setTheo de Raadt
1997-08-04save errno in sigchld handlersTheo de Raadt
1996-07-25Updated to rdist 6.1.3. Used real snprintf() (instead of string lengthTodd C. Miller
1996-06-26rcsidTheo de Raadt
1996-03-05rdist 6.1.2dm
1996-02-03rdist 6.1.1dm