summaryrefslogtreecommitdiff
path: root/usr.bin/cap_mkdb
AgeCommit message (Expand)Author
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2013-11-26change a local char * to unsigned, to ease ctype handlingTheo de Raadt
2011-07-22Speed up igetnext() by passing the record we want to parse in toTodd C. Miller
2011-07-04Nuke a load of trailing whitespace; no binary change.Nicholas Marriott
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2009-11-11Fix memory leaks found by parfait.Nicholas Marriott
2009-11-01If the last name field looks like a description rather than an alias (if itNicholas Marriott
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-08-28Change cap_mkdb and curses to be a better about reformatting terminfo entriesNicholas Marriott
2009-01-04replace hardcoded exit values with .Ex macros;Igor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-09typo in license found by ray; verified repair using my old archives...Theo de Raadt
2007-05-07Compare chars with '\0', not NULL.Ray Lai
2007-05-07Replace manual loops with strcspn and plug realloc memory leaks.Ray Lai
2007-05-06Grammar.Ray Lai
2007-03-29tidy up SYNOPSIS; from Igor SobradoJason McIntyre
2006-03-18In all these cases pfp != NULL. I also sneaked in some KNF.Ray Lai
2006-03-10Don't ferror() after fclose().Ray Lai
2006-03-04Plug a mem leak; ok millert@Otto Moerbeek
2006-02-20fix some typos in comments; from ray laiJason McIntyre
2003-09-26better realloc. ok deraadt@Ted Unangst
2003-09-21Replace err(1, "") with err(1, NULL) to avoid a warning; Andrey MatveevTodd C. Miller
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-04term 3 & 4 from tholo after permissionTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-19kill more registersMike Pechkin
2001-07-12first pass at a -Wall cleanupTheo de Raadt
2001-06-18use cgetusedb(3)Todd C. Miller
2001-06-18kill useless include of db.hTodd C. Miller
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-09-22- move break from loop on EOF in order to make cap_mkdb not ignore the finalChristian Weisgerber
2000-03-04Many improvements and general cleanup/standardization.Aaron Campbell
2000-01-09When storing termcap entry in the .db file, prune out empty entries likeTodd C. Miller
1999-07-03remove redundant .Pp macrosAaron Campbell
1999-07-02consistent .Dd usage; proper format is: .Dd Month DD, YYYYAaron Campbell
1999-06-05- remove trailing white spaceAaron Campbell
1999-03-05Merge cap_mkdb(1) and info_mkdb(1)Thorsten Lockert
1998-09-23usr.bin/ man page repairs, a - eAaron Campbell
1998-09-06More man page fixes. Spelling, grammar, some typos. Lots of double-wordAaron Campbell
1997-09-21$OpenBSD$Theo de Raadt
1997-05-30for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \Theo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-10"the the" purgeTheo de Raadt
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt