Age | Commit message (Expand) | Author |
2022-12-04 | userspace: remove vestigial '?' cases from top-level getopt(3) loops | Scott Soule Cheloha |
2020-09-15 | Remove igetnext prototype for the function does not exist. | Kevin Lo |
2019-09-02 | More correction of section 3 layout. directory->opendir, fts->fts_open, | Theo de Raadt |
2019-06-28 | Actually, the C standard only guarantees that atexit(3) returns non-zero | Ingo Schwarze |
2019-06-28 | atexit() returns -1 on failure | Theo de Raadt |
2017-07-09 | remove redundant variable declarations in Makefiles, since those are | Marc Espie |
2015-12-04 | remove -i from SYNOPSIS and usage(); | Jason McIntyre |
2015-12-04 | cap_mkdb no longer needs to understand terminfo files, so remove -i. | Nicholas Marriott |
2015-12-03 | Change /usr/share/misc/terminfo.db to /usr/share/terminfo. | Nicholas Marriott |
2015-10-29 | Pretty sure this can pledge "stdio rpath wpath cpath". Commiting to start | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2013-11-26 | change a local char * to unsigned, to ease ctype handling | Theo de Raadt |
2011-07-22 | Speed up igetnext() by passing the record we want to parse in to | Todd C. Miller |
2011-07-04 | Nuke a load of trailing whitespace; no binary change. | Nicholas Marriott |
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre |
2009-11-11 | Fix memory leaks found by parfait. | Nicholas Marriott |
2009-11-01 | If the last name field looks like a description rather than an alias (if it | Nicholas Marriott |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-08-28 | Change cap_mkdb and curses to be a better about reformatting terminfo entries | Nicholas Marriott |
2009-01-04 | replace hardcoded exit values with .Ex macros; | Igor Sobrado |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-09 | typo in license found by ray; verified repair using my old archives... | Theo de Raadt |
2007-05-07 | Compare chars with '\0', not NULL. | Ray Lai |
2007-05-07 | Replace manual loops with strcspn and plug realloc memory leaks. | Ray Lai |
2007-05-06 | Grammar. | Ray Lai |
2007-03-29 | tidy up SYNOPSIS; from Igor Sobrado | Jason McIntyre |
2006-03-18 | In all these cases pfp != NULL. I also sneaked in some KNF. | Ray Lai |
2006-03-10 | Don't ferror() after fclose(). | Ray Lai |
2006-03-04 | Plug a mem leak; ok millert@ | Otto Moerbeek |
2006-02-20 | fix some typos in comments; from ray lai | Jason McIntyre |
2003-09-26 | better realloc. ok deraadt@ | Ted Unangst |
2003-09-21 | Replace err(1, "") with err(1, NULL) to avoid a warning; Andrey Matveev | Todd C. Miller |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-04 | term 3 & 4 from tholo after permission | Theo de Raadt |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-19 | kill more registers | Mike Pechkin |
2001-07-12 | first pass at a -Wall cleanup | Theo de Raadt |
2001-06-18 | use cgetusedb(3) | Todd C. Miller |
2001-06-18 | kill useless include of db.h | Todd C. Miller |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell |
2000-09-22 | - move break from loop on EOF in order to make cap_mkdb not ignore the final | Christian Weisgerber |
2000-03-04 | Many improvements and general cleanup/standardization. | Aaron Campbell |
2000-01-09 | When storing termcap entry in the .db file, prune out empty entries like | Todd C. Miller |
1999-07-03 | remove redundant .Pp macros | Aaron Campbell |
1999-07-02 | consistent .Dd usage; proper format is: .Dd Month DD, YYYY | Aaron Campbell |
1999-06-05 | - remove trailing white space | Aaron Campbell |
1999-03-05 | Merge cap_mkdb(1) and info_mkdb(1) | Thorsten Lockert |
1998-09-23 | usr.bin/ man page repairs, a - e | Aaron Campbell |
1998-09-06 | More man page fixes. Spelling, grammar, some typos. Lots of double-word | Aaron Campbell |