| Commit message (Expand) | Author | Age | Files | Lines |
* | remove redundant variable declarations in Makefiles, since those are |  espie | 2017-07-09 | 1 | -2/+1 |
* | remove -i from SYNOPSIS and usage(); |  jmc | 2015-12-04 | 2 | -4/+4 |
* | cap_mkdb no longer needs to understand terminfo files, so remove -i. |  nicm | 2015-12-04 | 4 | -776/+38 |
* | Change /usr/share/misc/terminfo.db to /usr/share/terminfo. |  nicm | 2015-12-03 | 1 | -4/+4 |
* | Pretty sure this can pledge "stdio rpath wpath cpath". Commiting to start |  deraadt | 2015-10-29 | 1 | -1/+4 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -5/+7 |
* | change a local char * to unsigned, to ease ctype handling |  deraadt | 2013-11-26 | 1 | -3/+3 |
* | Speed up igetnext() by passing the record we want to parse in to |  millert | 2011-07-22 | 1 | -130/+184 |
* | Nuke a load of trailing whitespace; no binary change. |  nicm | 2011-07-04 | 2 | -19/+19 |
* | add an EXIT STATUS section for /usr/bin; |  jmc | 2010-09-03 | 1 | -4/+4 |
* | Fix memory leaks found by parfait. |  nicm | 2009-11-11 | 1 | -2/+4 |
* | If the last name field looks like a description rather than an alias (if it |  nicm | 2009-11-01 | 1 | -1/+11 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 2 | -19/+2 |
* | Change cap_mkdb and curses to be a better about reformatting terminfo entries |  nicm | 2009-08-28 | 1 | -13/+37 |
* | replace hardcoded exit values with .Ex macros; |  sobrado | 2009-01-04 | 1 | -5/+3 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 1 | -2/+2 |
* | typo in license found by ray; verified repair using my old archives... |  deraadt | 2007-05-09 | 1 | -3/+3 |
* | Compare chars with '\0', not NULL. |  ray | 2007-05-07 | 1 | -3/+3 |
* | Replace manual loops with strcspn and plug realloc memory leaks. |  ray | 2007-05-07 | 1 | -27/+26 |
* | Grammar. |  ray | 2007-05-06 | 1 | -3/+3 |
* | tidy up SYNOPSIS; from Igor Sobrado |  jmc | 2007-03-29 | 1 | -3/+2 |
* | In all these cases pfp != NULL. I also sneaked in some KNF. |  ray | 2006-03-18 | 1 | -5/+5 |
* | Don't ferror() after fclose(). |  ray | 2006-03-10 | 1 | -5/+13 |
* | Plug a mem leak; ok millert@ |  otto | 2006-03-04 | 1 | -2/+3 |
* | fix some typos in comments; from ray lai |  jmc | 2006-02-20 | 1 | -5/+5 |
* | better realloc. ok deraadt@ |  tedu | 2003-09-26 | 1 | -4/+8 |
* | Replace err(1, "") with err(1, NULL) to avoid a warning; Andrey Matveev |  millert | 2003-09-21 | 1 | -4/+4 |
* | mostly ansi cleanup; pval ok |  deraadt | 2003-06-10 | 2 | -24/+13 |
* | term 3 & 4 from tholo after permission |  deraadt | 2003-06-04 | 1 | -5/+2 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-03 | 2 | -13/+5 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 2 | -14/+14 |
* | kill more registers |  mpech | 2001-11-19 | 1 | -10/+10 |
* | first pass at a -Wall cleanup |  deraadt | 2001-07-12 | 1 | -3/+3 |
* | use cgetusedb(3) |  millert | 2001-06-18 | 1 | -3/+5 |
* | kill useless include of db.h |  millert | 2001-06-18 | 1 | -3/+2 |
* | Change all option list specifications to ".Bl -tag -width Ds". Most man |  aaron | 2000-11-09 | 1 | -2/+2 |
* | - move break from loop on EOF in order to make cap_mkdb not ignore the final |  naddy | 2000-09-22 | 2 | -12/+12 |
* | Many improvements and general cleanup/standardization. |  aaron | 2000-03-04 | 1 | -3/+15 |
* | When storing termcap entry in the .db file, prune out empty entries like |  millert | 2000-01-09 | 1 | -4/+32 |
* | remove redundant .Pp macros |  aaron | 1999-07-03 | 1 | -5/+2 |
* | consistent .Dd usage; proper format is: .Dd Month DD, YYYY |  aaron | 1999-07-02 | 1 | -2/+2 |
* | - remove trailing white space |  aaron | 1999-06-05 | 1 | -7/+11 |
* | Merge cap_mkdb(1) and info_mkdb(1) |  tholo | 1999-03-05 | 4 | -20/+675 |
* | usr.bin/ man page repairs, a - e |  aaron | 1998-09-23 | 1 | -4/+6 |
* | More man page fixes. Spelling, grammar, some typos. Lots of double-word |  aaron | 1998-09-06 | 1 | -3/+3 |
* | $OpenBSD$ |  deraadt | 1997-09-21 | 1 | -2/+1 |
* | for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \ |  deraadt | 1997-05-30 | 1 | -2/+2 |
* | getopt(3) returns -1 when out of args, not EOF, whee! |  millert | 1997-01-15 | 1 | -3/+3 |
* | "the the" purge |  deraadt | 1996-12-10 | 1 | -2/+2 |
* | rcsid |  deraadt | 1996-06-26 | 3 | -2/+4 |