summaryrefslogtreecommitdiffstats
path: root/usr.bin/rdist (follow)
Commit message (Expand)AuthorAgeFilesLines
* Assume NFS_CHECK and RO_CHECK are defined.guenther2015-01-211-17/+1
* Reduce opt_t from long to int.guenther2015-01-212-21/+20
* Remove unsafe micro-optimization of *bit test*guenther2015-01-211-2/+2
* Split out from rdist/defs.h the client-only and server-only bits intoguenther2015-01-2014-345/+325
* We all have syslog() now; assume LOG_PID and LOG_DAEMONguenther2015-01-202-21/+3
* Move MF_* to message.c tooguenther2015-01-202-10/+10
* Move struct distoptinfo into distopt.c, killing the DISTOPTINFO typedefguenther2015-01-204-62/+48
* Don't use utime(), so don't need <utime.h>guenther2015-01-201-4/+1
* SELECT_FD_TYPE is obsoleteguenther2015-01-202-11/+3
* Move #include <syslog.h> to the one file that needs itguenther2015-01-202-3/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-164-19/+19
* The statdb code has never been complete hereguenther2014-07-123-27/+3
* Kill never enabled #ifdefsguenther2014-07-121-21/+1
* config-def.h is now unnecessary; merge config-data.h into defs.hguenther2014-07-123-121/+7
* Kill os-openbsd.h: we have <paths.h>, _PATH_RSH, and utimes()guenther2014-07-126-92/+11
* SETARGS and NEED_HASMNTOPT paths are dead; rshrcmd() and libz stuff areguenther2014-07-122-20/+2
* Deleted unused local prototypes for systems stuffguenther2014-07-121-49/+1
* No really, assume POSIX: errno is declared for us and sys/stat.h hasguenther2014-07-121-15/+1
* Delete unused globalguenther2014-07-121-2/+1
* Eliminate some annoying variable shadowingguenther2014-07-122-15/+15
* Yes, we have setproctitle(). Delete that and several unused HAVE_* #definesguenther2014-07-122-29/+2
* Unused variable from oldrdist cleanupguenther2014-07-121-2/+1
* delete all traces of oldrdist -Server command. ok beck guenthertedu2014-07-111-12/+2
* Missed a chunk of the previousguenther2014-07-101-2/+2
* fleanse out oldrdist supporttedu2014-07-104-48/+5
* Assume POSIX: write() takes size_t and returns ssize_tguenther2014-07-102-16/+6
* Assume we have getfsstat(); simplify the interface to the *mountent()guenther2014-07-052-58/+5
* Assume BSD44: statfs()guenther2014-07-052-32/+2
* Our fork() never missesguenther2014-07-051-10/+1
* Assume POSIX: sigrocmask()guenther2014-07-052-16/+5
* Assume POSIX: lchown(), fchown(), fchmod(), fchmodat()guenther2014-07-054-86/+4
* Assume POSIX: uid_t and gid_tguenther2014-07-054-31/+15
* Assume POSIX: <dirent.h>, struct direntguenther2014-07-056-38/+17
* Assume POSIX: waitpid(), select(), and <sys/select.h>guenther2014-07-053-52/+5
* Assume C89: stdargs, const, and setvbuf()guenther2014-07-058-302/+47
* ELF uberalles!guenther2014-07-054-223/+11
* Delete ancient unused demo cronjobguenther2014-07-051-1/+0
* Use xcalloc() in waitup(): the calloc fails, simply returning ain't gonnaguenther2014-07-051-4/+2
* Use void* in malloc/realloc/calloc wrappersguenther2014-07-057-37/+33
* Convert a malloc+memset to a callocguenther2014-07-041-6/+4
* remove last few uses of __Pderaadt2014-06-071-5/+5
* simpler description for -P, avoiding the need to discuss rsh;jmc2014-04-241-8/+4
* change some rsh references to ssh. poke by jmctedu2014-04-191-3/+2
* make .Ic markup consistent; from Jan Stary <hans at stare dot cz>schwarze2014-02-131-9/+13
* Constipate some functionsguenther2013-12-212-14/+14
* catch up with elf(5)/stab(5) removal;jmc2013-10-201-5/+3
* Fix calls to printf-like functions which passed a non-fixed stringguenther2013-08-181-3/+3
* ELF_TOOLCHAIN bye bye.miod2013-07-051-3/+1
* Once a C_RECVDIR command is sent, a matching C_END command has to beguenther2012-11-121-4/+9
* Fix various format string issues. Stop assuming time_t is long or smaller.guenther2012-11-127-37/+38