summaryrefslogtreecommitdiffstats
path: root/usr.bin/rdistd/rdistd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* in getopt() blocks, stop incrementing flag variable which are supposedderaadt2015-02-081-2/+2
| | | | | to just be 0/1 ok miod florian
* Split out from rdist/defs.h the client-only and server-only bits intoguenther2015-01-201-2/+6
| | | | | | | | | rdist/client.h and rdistd/server.h Only put #includes in .h files that are necessary for the .h to be used; all other #includes go in the .c files Move all extern variable declarations to the .h files, renaming local variables to avoid shadowing Replace me_type member of mntent_t with an "is NFS?" flag bit
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-18/+1
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* one synopsis; sync usage()jmc2007-02-261-3/+3
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* o Sync w/ freerdist 0.92 minus the compress optionmillert2003-05-141-15/+19
| | | | | | | o KNF and ANSIfy the function headers Sparse file support is currently a no-op since it didn't work. Proper sparse file support will be added later.
* rdist 6.1.4 + OpenBSD patches + some -Wallmillert1998-06-261-3/+9
|
* rcsidderaadt1996-06-261-1/+3
|
* rdist 6.1.2dm1996-03-051-1/+1
|
* rdist 6.1.1dm1996-02-031-0/+113