Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-12 | Once a C_RECVDIR command is sent, a matching C_END command has to be | Philip Guenthe | |
sent later, even if the opendir() fails or the nodescend option is set. ok krw@, ian@ | |||
2012-11-12 | Fix various format string issues. Stop assuming time_t is long or smaller. | Philip Guenthe | |
Enable warnings. ok krw@, ian@ | |||
2011-09-03 | make -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-24 | delete a stupid SIGSEGV handler (not used) | Theo de Raadt | |
2011-04-23 | improve line breaking in SYNOPSIS now that semantics of the .Bk macro | Igor 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-21 | Fix more long vs 64bit type mismatches. Now 4GB i386 <-> macppc | Kenneth R Westerback | |
transfers work for Richard Toohey. | |||
2011-04-18 | read(2) returns ssize_t. So use a ssize_t to store and test the | Kenneth R Westerback | |
return value, not a size_t which does not grok -1. ok matthew@ | |||
2011-04-18 | Print 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-10 | Apply some tough type-love and give rdist a chance to handle files | Kenneth R Westerback | |
larger than 2GB. Diff from Stephan R. Gerber via PR#6586, tweaks by me. ok deraadt@ | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo 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-15 | make rdist silently ignore special file types which cannot be moved | Theo de Raadt | |
(well, if you turn on debug it will still tell you) from Tim van der Molen <tbvdm@xs4all.nl | |||
2009-02-15 | exmaple -> example; | Jason McIntyre | |
2008-08-10 | typo. | Igor Sobrado | |
2008-02-11 | bump Mdocdate for pages committed in "febuary", necessary because | Jason McIntyre | |
of a typo in rcs.c; | |||
2008-02-02 | document daily(8)'s running of /etc/Distfile; | Jason McIntyre | |
2008-01-02 | remove unused function | Charles Longeau | |
from tobias@ ok millert@ tobias@ | |||
2007-09-14 | remove some warnings: | Charles Longeau | |
unused variable `variable' `variable' might be used uninitialized in this function ok gilles@ ray@ | |||
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade | |
ok pyr@, ray@, millert@, moritz@, chl@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-03-01 | annotate EXAMPLES; | Jason McIntyre | |
2007-03-01 | minor cleanup for the rest of this page; | Jason McIntyre | |
2007-03-01 | tidy up the MESSAGE LOGGING section; | Jason McIntyre | |
2007-03-01 | missed a comma; | Jason McIntyre | |
2007-03-01 | some small improvements for the DISTFILES section; | Jason McIntyre | |
2007-02-27 | some clarifications for the history, noexec, and sparse options; | Jason McIntyre | |
help/ok otto | |||
2007-02-26 | oops, somehow i managed to comment out an entire list; | Jason McIntyre | |
2007-02-26 | show how -c works; | Jason McIntyre | |
2007-02-26 | clean up the options description list; | Jason McIntyre | |
2007-02-26 | put DO_COMPARE in the correct place, so that getdistoptlist() gets sorted | Jason McIntyre | |
alphabetically; ok otto | |||
2007-02-26 | tidy up DESCRIPTION; | Jason McIntyre | |
2007-02-26 | cleanup: | Jason McIntyre | |
- remove old style groff escapes - use mdoc escapes - some macro cleanup | |||
2007-02-26 | add STANDARDS, EXAMPLES, and CAVEATS sections; | Jason McIntyre | |
rearrange text somewhat; | |||
2007-02-26 | - one synopis | Jason McIntyre | |
- sort options - sync usage() | |||
2006-12-11 | rfc 3834 support: Auto-Submitted: auto-generated on lots of things; from ↵ | Theo de Raadt | |
Tamas TEVESZ; ok millert | |||
2006-02-12 | Fix mail notification for rdist(1) as reported in user/5009. ok otto@ | Moritz Jodeit | |
2004-10-04 | hierarchy is spelt hierarchy, ok djm@ | Jonathan Gray | |
2004-07-13 | bad macro here too: .I -> .Ar | Jason McIntyre | |
2004-04-04 | .br workaround no longer necessary; | Jason McIntyre | |
2004-01-05 | include path fixes for gcc3. | Marc Espie | |
tests otto@, okay millert@ | |||
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-07-22 | - use :L variable modifier with ELF_TOOLCHAIN variable | Brad Smith | |
- change 2 instances of the check from != "yes" to == "no" ok deraadt@ | |||
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-14 | o Sync w/ freerdist 0.92 minus the compress option | Todd 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-06 | not compiled, nuke it | Todd C. Miller | |
2003-05-06 | Whoops, forgot a return statement in last commit | Todd C. Miller | |
2003-05-06 | use POSIX regex | Todd C. Miller | |
2003-05-06 | Now that rcmdsh(3) can deal with an rsh command w/ args, deal with | Todd C. Miller | |
-P path elements that have spaces. | |||
2003-04-25 | add missing .El's for .Bl macros; | Jason McIntyre | |
2003-04-19 | strcpy/strcat/sprintf removal; krw@ OK | Todd C. Miller | |