summaryrefslogtreecommitdiff
path: root/usr.bin/rdist
AgeCommit message (Collapse)Author
2012-11-12Once a C_RECVDIR command is sent, a matching C_END command has to bePhilip Guenthe
sent later, even if the opendir() fails or the nodescend option is set. ok krw@, ian@
2012-11-12Fix various format string issues. Stop assuming time_t is long or smaller.Philip Guenthe
Enable warnings. ok krw@, ian@
2011-09-03make -column lists pretty again;Jason McIntyre
specifically, rewrite them to permit some markup in the column headers, and use "Ta" instead of literal tabs; mandoc does not currently match groff 100%, but a mandoc fix may be some time off, and we've gone enough releases with poorly formatting column lists. in some cases i have rewritten the lists as -tag, where -column made little sense.
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
has changed to conform with modern groff releases. diff for route6d(8) written mostly by schwarze@, with lots of useful advice from jmc@. ok jmc@, schwarze@
2011-04-21Fix more long vs 64bit type mismatches. Now 4GB i386 <-> macppcKenneth R Westerback
transfers work for Richard Toohey.
2011-04-18read(2) returns ssize_t. So use a ssize_t to store and test theKenneth R Westerback
return value, not a size_t which does not grok -1. ok matthew@
2011-04-18Print size_t with %zu and ssize_t with %zd in error/debug output.Kenneth R Westerback
Not %d or %u. May help some of the issues reported by Richard Toohey. Tested by Steven R. Gerber.
2011-04-10Apply some tough type-love and give rdist a chance to handle filesKenneth R Westerback
larger than 2GB. Diff from Stephan R. Gerber via PR#6586, tweaks by me. ok deraadt@
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
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
2009-02-15make rdist silently ignore special file types which cannot be movedTheo de Raadt
(well, if you turn on debug it will still tell you) from Tim van der Molen <tbvdm@xs4all.nl
2009-02-15exmaple -> example;Jason McIntyre
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