summaryrefslogtreecommitdiffstats
path: root/usr.bin/rdist/docmd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-5/+5
* have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediateespie2017-07-091-2/+2
* Split out from rdist/defs.h the client-only and server-only bits intoguenther2015-01-201-18/+11
* The statdb code has never been complete hereguenther2014-07-121-16/+1
* Yes, we have setproctitle(). Delete that and several unused HAVE_* #definesguenther2014-07-121-3/+1
* Assume POSIX: lchown(), fchown(), fchmod(), fchmodat()guenther2014-07-051-22/+1
* Assume POSIX: <dirent.h>, struct direntguenther2014-07-051-5/+6
* Assume C89: stdargs, const, and setvbuf()guenther2014-07-051-2/+2
* Use void* in malloc/realloc/calloc wrappersguenther2014-07-051-5/+4
* Fix various format string issues. Stop assuming time_t is long or smaller.guenther2012-11-121-6/+6
* Fix more long vs 64bit type mismatches. Now 4GB i386 <-> macppckrw2011-04-211-3/+3
* read(2) returns ssize_t. So use a ssize_t to store and test thekrw2011-04-181-2/+2
* Apply some tough type-love and give rdist a chance to handle fileskrw2011-04-101-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-17/+1
* typo.sobrado2008-08-101-3/+3
* rfc 3834 support: Auto-Submitted: auto-generated on lots of things; from Tamas TEVESZ; ok millertderaadt2006-12-111-2/+3
* Fix mail notification for rdist(1) as reported in user/5009. ok otto@moritz2006-02-121-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* o Sync w/ freerdist 0.92 minus the compress optionmillert2003-05-141-80/+96
* Whoops, forgot a return statement in last commitmillert2003-05-061-2/+3
* use POSIX regexmillert2003-05-061-9/+25
* strcpy/strcat/sprintf removal; krw@ OKmillert2003-04-191-20/+15
* strings; ok miod ho krwderaadt2003-04-051-6/+6
* a real pid_t cleanup.mpech2002-06-121-3/+3
* kill more registersmpech2001-11-191-28/+28
* Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering andmillert2001-06-231-9/+5
* Fix a serious memory consumption problem when running over directoriesmillert1999-02-041-3/+3
* rdist 6.1.4 + OpenBSD patches + some -Wallmillert1998-06-261-9/+20
* Use our rcmdsh(3) and support $RSH.millert1997-07-221-4/+5
* Don't print garbage on EOF.dm1997-02-121-3/+3
* rcsidderaadt1996-06-261-1/+3
* rdist 6.1.2dm1996-03-051-1/+10
* rdist 6.1.1dm1996-02-031-428/+864
* initial import of NetBSD treederaadt1995-10-181-0/+630