summaryrefslogtreecommitdiff
path: root/usr.bin/oldrdist
AgeCommit message (Collapse)Author
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-07-22Use dirfd(dirp) instead of dirp->dd_fd.Matthew Dempsky
No binary change.
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
for chars.
2010-07-15More delimiters that need quoting inside macros, hunted down by jmc@,Ingo Schwarze
who asked me to commit because he is just running out of the door.
2010-02-18Our groff does not handle all cases of nested displays properly, soIngo Schwarze
resolve the contradiction in the manual whether it's allowed or not in favour of "not allowed" for now, shelving my diff to support nested displays in mandoc(1) for later consideration. Found by and unbreaking the build with mandoc(1). Feedback and OK jmc@
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
2007-10-17remove "unused variable" warningsCharles Longeau
tested by deraadt@ on a gcc2 arch looks ok ray@ ok deraadt@
2007-09-27"mailling" -> "mailing", from Jung's list; while here, some spacing fixesIgor Sobrado
ok jmc@
2007-05-31convert to new .Dd format;Jason McIntyre
2007-04-14sorts the options in both the synopsis and usage()Igor Sobrado
ok by jmc@
2007-02-08Remove double semicolons.Ray Lai
From Pierre Riteau <pierre dot riteau at free dot fr>. OK jaredy@ and moritz@.
2007-02-06fix some dodgy displays;Jason McIntyre
2006-12-11rfc 3834 support: Auto-Submitted: auto-generated on lots of things; from ↵Theo de Raadt
Tamas TEVESZ; ok millert
2005-07-04make these use setres[ug]id for simple privilege dropping;Damien Miller
ok deraadt@ millert@ moritz@
2005-04-13use STD{IN,OUT,ERR}_FILENOTheo de Raadt
2004-10-04hierarchy is spelt hierarchy, ok djm@Jonathan Gray
2004-02-09make Nm match Dt; found by pb@Jason McIntyre
some of this ok espie@, all of it ok deraadt@
2004-01-16log -> logit ISO C fix.Marc Espie
2004-01-15Fix printf format strings. ok millert@Otto Moerbeek
2003-09-02escape punctuation;Jason McIntyre
ok deraadt@
2003-07-14fix the width of lists;Jason McIntyre
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-06-01various format string cleanups; tedu okTheo de Raadt
2003-04-06strcpy/strcat cleanup. Ick millert@.Hakan Olsson
2003-04-06o use MAXHOSTNAMELEN, MAXPATHLEN and MAXLOGNAME instead of arbitrary sizesTodd C. Miller
o tempfile[] was 2 bytes larger than it needs to be since sizeof(foo) already includes a byte for the NUL. krw@ OK
2003-04-05string fixes; ok henning miodTheo de Raadt
2002-06-23uid_t and gid_t are unsignedTheo de Raadt
2002-06-18pull in missing includesTheo de Raadt
2002-06-12a real pid_t cleanup.Mike Pechkin
espie@ ok for make/, deraadt@ one extra eye, millert@ ok
2002-06-09Remove private unused version of warn().Hans Insulander
Replave private basename() with the real one. ok millert@
2002-05-27unsigned vs unsigned intTheo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-11-19kill more registersMike Pechkin
millert@ ok
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-07-18-Wall cleanupPeter Valchev
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2000-11-10- Section shuffling: comply to the section ordering outlined in mdoc(7).Aaron Campbell
- Some .Nm trimming. - .Sh AUTHOR -> .Sh AUTHORS - Other miscellaneous fixes here and there.
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-03-10Various cleanups and standardization.Aaron Campbell
2000-03-04In Unix land we prefer "whitespace" to "white space" or "white-space". AtAaron Campbell
least, this is the impression I get from looking at a lot of Perl docs.
1999-08-17More <sys/file.h> vs. <fcntl.h> and open() flags fixes.Todd C. Miller
1999-06-05- remove trailing white spaceAaron Campbell
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
1998-11-11remove redundant .Pp macrosAaron Campbell
1998-09-27usr.bin/ man page cleanups, n-sAaron Campbell
1998-05-18readlink len-1Theo de Raadt
1998-04-27Correctly operate on hardlink when source and destination are not on theTheo de Raadt
same device; freebsd
1998-04-26fix free before last use; charnierTheo de Raadt