Age | Commit message (Expand) | Author |
2008-08-20 | remove a few unused files that where probably added by mistake; | Thordur I. Bjornsson |
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 |
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 |
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 |
2003-09-02 | escape punctuation; | Jason McIntyre |
2003-08-01 | another round of missing system includes | David Krause |
2003-07-18 | add missing includes | David Krause |
2003-07-10 | add missing includes | David Krause |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-10 | - section reorder | Jason McIntyre |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
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 |
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 |
2002-05-06 | Kill/adjust r(login|exec)d? references now that those are no longer in | Todd C. Miller |
2001-11-19 | kill more registers | Mike Pechkin |
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 |
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 |
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 |
2000-04-14 | Don't assume that termcap entries start with a 2-character short name-- | 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-11-14 | o link with -ocurses for now since window does not work properly with ncurses | Todd C. Miller |
1999-06-05 | - remove trailing white space | Aaron Campbell |
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 |