Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat | |
for chars. | |||
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-10-22 | wrap at 80 columns. | Igor Sobrado | |
2009-08-16 | replace ".Ar file ..." with ".Ar" whenever possible. | Igor Sobrado | |
ok jmc@ | |||
2007-09-10 | Proper use of fseek/fseeko macros. | Tobias Stoeckmann | |
OK joris@, otto@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2004-07-26 | - document -v (verbose); from NetBSD (-r 1.16) | Jason McIntyre | |
- order options - simplify macros - sync usage() | |||
2004-06-21 | dont compare int with NULL, compare to 0 instead, otto@ ok | Anil Madhavapeddy | |
2003-07-02 | bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3) | Anil Madhavapeddy | |
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. | |||
2002-12-08 | GNU semantics say that if optstring begins with '-' then | Todd C. Miller | |
each non-option shall be treated as arguments to option '\1'. BSD getopt match '-' in optstring with a '-' on the command line. This is used to support deprecated options like "su -" that would otherwise prevent the use of getopt(). Resolving this simply requires that the leading '-' be moved somewhere else (I moved it to the end of optstring) since position within optstring is not meaningful. | |||
2002-02-24 | bad doug, bad bad bad doug; zyrnix@users.sourceforge.net | Theo de Raadt | |
2002-02-23 | more cleaning | Theo de Raadt | |
2002-02-23 | -Wall; zyrnix@users.sourceforge.net | Theo de Raadt | |
2002-02-13 | When you give command examples and etc., in a manual page prefix them with: | Mike Pechkin | |
$ command or # command deraadt@ ok | |||
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-07-20 | safe signal handling, using _exit() | Theo de Raadt | |
2000-12-17 | data base -> database | Todd C. Miller | |
2000-03-14 | Finish off cleanup usr.bin/ man pages. | Aaron Campbell | |
2000-03-06 | Some section re-ordering. | Aaron Campbell | |
1999-10-17 | More consistent introduction to options. | Aaron Campbell | |
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... :/ | |||
1999-03-11 | fix more comma splices that involve misuse of conjunctive adverbs | Paul Janzen | |
1998-10-30 | usr.bin/ man page fixes, t-z | Aaron Campbell | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1996-12-07 | Improved temporary file handling. | bitblt | |
1996-09-16 | _PATH_TMP -> _PATH_TMPFILE; avoid /tmp//fooXXXX where possible too | Theo de Raadt | |
1996-06-26 | rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |