Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-07-22 | Use dirfd(dirp) instead of dirp->dd_fd. | Matthew Dempsky | |
No binary change. | |||
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat | |
for chars. | |||
2010-07-15 | More 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-18 | Our groff does not handle all cases of nested displays properly, so | Ingo 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-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 | |||
2007-10-17 | remove "unused variable" warnings | Charles 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 fixes | Igor Sobrado | |
ok jmc@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-04-14 | sorts the options in both the synopsis and usage() | Igor Sobrado | |
ok by jmc@ | |||
2007-02-08 | Remove double semicolons. | Ray Lai | |
From Pierre Riteau <pierre dot riteau at free dot fr>. OK jaredy@ and moritz@. | |||
2007-02-06 | fix some dodgy displays; | Jason McIntyre | |
2006-12-11 | rfc 3834 support: Auto-Submitted: auto-generated on lots of things; from ↵ | Theo de Raadt | |
Tamas TEVESZ; ok millert | |||
2005-07-04 | make these use setres[ug]id for simple privilege dropping; | Damien Miller | |
ok deraadt@ millert@ moritz@ | |||
2005-04-13 | use STD{IN,OUT,ERR}_FILENO | Theo de Raadt | |
2004-10-04 | hierarchy is spelt hierarchy, ok djm@ | Jonathan Gray | |
2004-02-09 | make Nm match Dt; found by pb@ | Jason McIntyre | |
some of this ok espie@, all of it ok deraadt@ | |||
2004-01-16 | log -> logit ISO C fix. | Marc Espie | |
2004-01-15 | Fix printf format strings. ok millert@ | Otto Moerbeek | |
2003-09-02 | escape punctuation; | Jason McIntyre | |
ok deraadt@ | |||
2003-07-14 | fix the width of lists; | Jason McIntyre | |
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-06-01 | various format string cleanups; tedu ok | Theo de Raadt | |
2003-04-06 | strcpy/strcat cleanup. Ick millert@. | Hakan Olsson | |
2003-04-06 | o use MAXHOSTNAMELEN, MAXPATHLEN and MAXLOGNAME instead of arbitrary sizes | Todd 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-05 | string fixes; ok henning miod | Theo de Raadt | |
2002-06-23 | uid_t and gid_t are unsigned | Theo de Raadt | |
2002-06-18 | pull in missing includes | Theo de Raadt | |
2002-06-12 | a real pid_t cleanup. | Mike Pechkin | |
espie@ ok for make/, deraadt@ one extra eye, millert@ ok | |||
2002-06-09 | Remove private unused version of warn(). | Hans Insulander | |
Replave private basename() with the real one. ok millert@ | |||
2002-05-27 | unsigned vs unsigned int | Theo de Raadt | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part 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-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt | |
2001-07-18 | -Wall cleanup | Peter Valchev | |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo 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-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-03-10 | Various cleanups and standardization. | Aaron Campbell | |
2000-03-04 | In Unix land we prefer "whitespace" to "white space" or "white-space". At | Aaron Campbell | |
least, this is the impression I get from looking at a lot of Perl docs. | |||
1999-08-17 | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. | Todd C. Miller | |
1999-06-05 | - remove trailing white space | Aaron 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-11 | remove redundant .Pp macros | Aaron Campbell | |
1998-09-27 | usr.bin/ man page cleanups, n-s | Aaron Campbell | |
1998-05-18 | readlink len-1 | Theo de Raadt | |
1998-04-27 | Correctly operate on hardlink when source and destination are not on the | Theo de Raadt | |
same device; freebsd | |||
1998-04-26 | fix free before last use; charnier | Theo de Raadt | |