summaryrefslogtreecommitdiff
path: root/usr.bin/rdist
AgeCommit message (Collapse)Author
2008-08-10typo.Igor Sobrado
2008-02-11bump Mdocdate for pages committed in "febuary", necessary becauseJason McIntyre
of a typo in rcs.c;
2008-02-02document daily(8)'s running of /etc/Distfile;Jason McIntyre
2008-01-02remove unused functionCharles Longeau
from tobias@ ok millert@ tobias@
2007-09-14remove some warnings:Charles Longeau
unused variable `variable' `variable' might be used uninitialized in this function ok gilles@ ray@
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
ok pyr@, ray@, millert@, moritz@, chl@
2007-05-31convert to new .Dd format;Jason McIntyre
2007-03-01annotate EXAMPLES;Jason McIntyre
2007-03-01minor cleanup for the rest of this page;Jason McIntyre
2007-03-01tidy up the MESSAGE LOGGING section;Jason McIntyre
2007-03-01missed a comma;Jason McIntyre
2007-03-01some small improvements for the DISTFILES section;Jason McIntyre
2007-02-27some clarifications for the history, noexec, and sparse options;Jason McIntyre
help/ok otto
2007-02-26oops, somehow i managed to comment out an entire list;Jason McIntyre
2007-02-26show how -c works;Jason McIntyre
2007-02-26clean up the options description list;Jason McIntyre
2007-02-26put DO_COMPARE in the correct place, so that getdistoptlist() gets sortedJason McIntyre
alphabetically; ok otto
2007-02-26tidy up DESCRIPTION;Jason McIntyre
2007-02-26cleanup:Jason McIntyre
- remove old style groff escapes - use mdoc escapes - some macro cleanup
2007-02-26add STANDARDS, EXAMPLES, and CAVEATS sections;Jason McIntyre
rearrange text somewhat;
2007-02-26- one synopisJason McIntyre
- sort options - sync usage()
2006-12-11rfc 3834 support: Auto-Submitted: auto-generated on lots of things; from ↵Theo de Raadt
Tamas TEVESZ; ok millert
2006-02-12Fix mail notification for rdist(1) as reported in user/5009. ok otto@Moritz Jodeit
2004-10-04hierarchy is spelt hierarchy, ok djm@Jonathan Gray
2004-07-13bad macro here too: .I -> .ArJason McIntyre
2004-04-04.br workaround no longer necessary;Jason McIntyre
2004-01-05include path fixes for gcc3.Marc Espie
tests otto@, okay millert@
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-07-22- use :L variable modifier with ELF_TOOLCHAIN variableBrad Smith
- change 2 instances of the check from != "yes" to == "no" ok deraadt@
2003-06-10- section reorderJason McIntyre
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-14 o Sync w/ freerdist 0.92 minus the compress optionTodd C. Miller
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.
2003-05-06not compiled, nuke itTodd C. Miller
2003-05-06Whoops, forgot a return statement in last commitTodd C. Miller
2003-05-06use POSIX regexTodd C. Miller
2003-05-06Now that rcmdsh(3) can deal with an rsh command w/ args, deal withTodd C. Miller
-P path elements that have spaces.
2003-04-25add missing .El's for .Bl macros;Jason McIntyre
2003-04-19strcpy/strcat/sprintf removal; krw@ OKTodd C. Miller
2003-04-07replace strcpy calls that got inlined by gcc; ↵Theo de Raadt
Hans-Joerg.Hoexer@yerbouti.franken.de
2003-04-06kill another strcat; ok krwTheo de Raadt
2003-04-05strings; ok miod ho krwTheo de Raadt
2003-01-15typos; jmc@prioris.mini.pw.edu.plTheo de Raadt
2002-06-23uid_t and gid_t are unsignedTheo de Raadt
2002-06-12a real pid_t cleanup.Mike Pechkin
espie@ ok for make/, deraadt@ one extra eye, millert@ ok
2002-05-30snprintf in .y filesTheo de Raadt
2002-05-27unsigned vs unsigned intTheo de Raadt
2002-05-10Convert to mdoc, though there are still a few troff font directives left.Todd C. Miller
Examples could use updating.
2002-05-09Now use ssh, not rsh by default.Todd C. Miller
2002-05-09Fix noexec option on ELF systemsTodd C. Miller
2002-05-06do not install a SIGSEGV handlerTodd C. Miller