Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2006-01-02 | No need to include both <sys/signal.h> and <signal.h>, only <signal.h> | Todd C. Miller | |
is needed. | |||
2005-11-04 | update FILES, with some help from millert@; | Jason McIntyre | |
2005-08-26 | kill bad punctuation; | Jason McIntyre | |
2005-04-13 | use STD{IN,OUT,ERR}_FILENO | Theo de Raadt | |
2005-04-11 | use STDERR_FILENO; ok cloder | Theo de Raadt | |
2005-04-02 | - simplify synopsis | Jason McIntyre | |
- sort options - sync usage() - simplify a display | |||
2004-03-16 | errno is not specified to be int, but something from errno.h. ok millert@ | Ted Unangst | |
2003-09-04 | put escapes in the right place; | Jason McIntyre | |
(i.e. stuff I got wrong the first time, or missed) this includes some .Cd's with missing quotes and .Nm abuse in man4; | |||
2003-09-02 | escape punctuation; | Jason McIntyre | |
ok deraadt@ | |||
2003-08-01 | another round of missing system includes | David Krause | |
ok tedu@ | |||
2003-07-18 | add missing includes | David Krause | |
ok tedu@ | |||
2003-07-10 | add missing includes | David Krause | |
ok deraadt@ tedu@ | |||
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt | |
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-04-30 | kill warning about implicit decl of strlen | Jason Wright | |
2003-04-19 | string handling, ok deraadt@ | Daniel Hartmeier | |
2003-04-17 | trivial snprintf | Theo de Raadt | |
2003-04-05 | snprintf, strlcpy; ok deraadt tdeval tedu krw | Peter Valchev | |
2003-03-10 | these pages all had bad section numbers in the .Xr's; | Jason McIntyre | |
lots of help and ok millert@ | |||
2003-01-16 | Fix typos; from jmc with one fix by me | Todd C. Miller | |
2002-10-04 | enchrist into stdarg | Michael Shalayeff | |
2002-08-12 | Swap args to calloc(3) so they are in the correct order; art@ ok. | Aaron Campbell | |
2002-06-12 | a real pid_t cleanup. | Mike Pechkin | |
espie@ ok for make/, deraadt@ one extra eye, millert@ ok | |||
2002-05-06 | Kill/adjust r(login|exec)d? references now that those are no longer in | Todd C. Miller | |
the tree. | |||
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-02-05 | please alpha gcc | Theo de Raadt | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-08-02 | $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zero | Todd C. Miller | |
2000-07-06 | Insert more missing .El directives. Our troff really should identify these and | Aaron Campbell | |
spit out a warning. | |||
2000-04-21 | Don't hyphenate the words {left|right}most. | Aaron Campbell | |
2000-04-15 | Modify to build with ncurses, not ocurses. A proper port to terminfo | Todd C. Miller | |
is probably not worth the effort. | |||
2000-04-14 | Don't assume that termcap entries start with a 2-character short name-- | Todd C. Miller | |
modern ones do not. | |||
2000-03-14 | Finish off cleanup usr.bin/ man pages. | Aaron Campbell | |
2000-03-06 | Some section re-ordering. | Aaron Campbell | |
1999-11-14 | o link with -ocurses for now since window does not work properly with ncurses | Todd C. Miller | |
o use mkdtemp(), not mktemp + mkdir in TERMINFO support o correct program paths for TERMINFO support o use the curses unctrl() function instead of a private one | |||
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-05-12 | builtin -> built-in | Aaron Campbell | |
1998-12-21 | kill union wait; christos | Theo de Raadt | |
1998-12-20 | bye bye BADSIG | Theo de Raadt | |
1998-11-04 | be really pedantic about punctuation following -mdoc macro'd text | Aaron Campbell | |
1998-10-30 | usr.bin/ man page fixes, t-z | Aaron Campbell | |
1998-07-24 | -lcurses, not termcap/termlib | Todd C. Miller | |
1998-04-26 | fix some warnings | Todd C. Miller | |
1998-03-17 | do some snprintf, because i am a bit bored | Theo de Raadt | |
1998-01-03 | argh | Theo de Raadt | |
1998-01-03 | if fork/exec fails, bail properly | Theo de Raadt | |