summaryrefslogtreecommitdiff
path: root/usr.bin/rdist
AgeCommit message (Expand)Author
2014-07-12The statdb code has never been complete herePhilip Guenther
2014-07-12Kill never enabled #ifdefsPhilip Guenther
2014-07-12config-def.h is now unnecessary; merge config-data.h into defs.hPhilip Guenther
2014-07-12Kill os-openbsd.h: we have <paths.h>, _PATH_RSH, and utimes()Philip Guenther
2014-07-12SETARGS and NEED_HASMNTOPT paths are dead; rshrcmd() and libz stuff arePhilip Guenther
2014-07-12Deleted unused local prototypes for systems stuffPhilip Guenther
2014-07-12No really, assume POSIX: errno is declared for us and sys/stat.h hasPhilip Guenther
2014-07-12Delete unused globalPhilip Guenther
2014-07-12Eliminate some annoying variable shadowingPhilip Guenther
2014-07-12Yes, we have setproctitle(). Delete that and several unused HAVE_* #definesPhilip Guenther
2014-07-12Unused variable from oldrdist cleanupPhilip Guenther
2014-07-11delete all traces of oldrdist -Server command. ok beck guentherTed Unangst
2014-07-10Missed a chunk of the previousPhilip Guenther
2014-07-10fleanse out oldrdist supportTed Unangst
2014-07-10Assume POSIX: write() takes size_t and returns ssize_tPhilip Guenther
2014-07-05Assume we have getfsstat(); simplify the interface to the *mountent()Philip Guenther
2014-07-05Assume BSD44: statfs()Philip Guenther
2014-07-05Our fork() never missesPhilip Guenther
2014-07-05Assume POSIX: sigrocmask()Philip Guenther
2014-07-05Assume POSIX: lchown(), fchown(), fchmod(), fchmodat()Philip Guenther
2014-07-05Assume POSIX: uid_t and gid_tPhilip Guenther
2014-07-05Assume POSIX: <dirent.h>, struct direntPhilip 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-05ELF uberalles!Philip Guenther
2014-07-05Delete ancient unused demo cronjobPhilip 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
2014-06-07remove last few uses of __PTheo de Raadt
2014-04-24simpler description for -P, avoiding the need to discuss rsh;Jason McIntyre
2014-04-19change some rsh references to ssh. poke by jmcTed Unangst
2014-02-13make .Ic markup consistent; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2013-12-21Constipate some functionsPhilip Guenther
2013-10-20catch up with elf(5)/stab(5) removal;Jason McIntyre
2013-08-18Fix calls to printf-like functions which passed a non-fixed stringPhilip Guenther
2013-07-05ELF_TOOLCHAIN bye bye.Miod Vallat
2012-11-12Once a C_RECVDIR command is sent, a matching C_END command has to bePhilip Guenthe
2012-11-12Fix various format string issues. Stop assuming time_t is long or smaller.Philip Guenthe
2011-09-03make -column lists pretty again;Jason McIntyre
2011-04-24delete a stupid SIGSEGV handler (not used)Theo de Raadt
2011-04-23improve line breaking in SYNOPSIS now that semantics of the .Bk macroIgor Sobrado
2011-04-21Fix more long vs 64bit type mismatches. Now 4GB i386 <-> macppcKenneth R Westerback
2011-04-18read(2) returns ssize_t. So use a ssize_t to store and test theKenneth R Westerback
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
2009-02-15make rdist silently ignore special file types which cannot be movedTheo de Raadt
2009-02-15exmaple -> example;Jason McIntyre
2008-08-10typo.Igor Sobrado