summaryrefslogtreecommitdiffstats
path: root/usr.bin/cap_mkdb (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove igetnext prototype for the function does not exist.kevlo2020-09-151-3/+1
* More correction of section 3 layout. directory->opendir, fts->fts_open,deraadt2019-09-021-5/+5
* Actually, the C standard only guarantees that atexit(3) returns non-zeroschwarze2019-06-281-2/+2
* atexit() returns -1 on failurederaadt2019-06-281-2/+2
* remove redundant variable declarations in Makefiles, since those areespie2017-07-091-2/+1
* remove -i from SYNOPSIS and usage();jmc2015-12-042-4/+4
* cap_mkdb no longer needs to understand terminfo files, so remove -i.nicm2015-12-044-776/+38
* Change /usr/share/misc/terminfo.db to /usr/share/terminfo.nicm2015-12-031-4/+4
* Pretty sure this can pledge "stdio rpath wpath cpath". Commiting to startderaadt2015-10-291-1/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-5/+7
* change a local char * to unsigned, to ease ctype handlingderaadt2013-11-261-3/+3
* Speed up igetnext() by passing the record we want to parse in tomillert2011-07-221-130/+184
* Nuke a load of trailing whitespace; no binary change.nicm2011-07-042-19/+19
* add an EXIT STATUS section for /usr/bin;jmc2010-09-031-4/+4
* Fix memory leaks found by parfait.nicm2009-11-111-2/+4
* If the last name field looks like a description rather than an alias (if itnicm2009-11-011-1/+11
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-272-19/+2
* Change cap_mkdb and curses to be a better about reformatting terminfo entriesnicm2009-08-281-13/+37
* replace hardcoded exit values with .Ex macros;sobrado2009-01-041-5/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* typo in license found by ray; verified repair using my old archives...deraadt2007-05-091-3/+3
* Compare chars with '\0', not NULL.ray2007-05-071-3/+3
* Replace manual loops with strcspn and plug realloc memory leaks.ray2007-05-071-27/+26
* Grammar.ray2007-05-061-3/+3
* tidy up SYNOPSIS; from Igor Sobradojmc2007-03-291-3/+2
* In all these cases pfp != NULL. I also sneaked in some KNF.ray2006-03-181-5/+5
* Don't ferror() after fclose().ray2006-03-101-5/+13
* Plug a mem leak; ok millert@otto2006-03-041-2/+3
* fix some typos in comments; from ray laijmc2006-02-201-5/+5
* better realloc. ok deraadt@tedu2003-09-261-4/+8
* Replace err(1, "") with err(1, NULL) to avoid a warning; Andrey Matveevmillert2003-09-211-4/+4
* mostly ansi cleanup; pval okderaadt2003-06-102-24/+13
* term 3 & 4 from tholo after permissionderaadt2003-06-041-5/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-032-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.millert2002-02-162-14/+14
* kill more registersmpech2001-11-191-10/+10
* first pass at a -Wall cleanupderaadt2001-07-121-3/+3
* use cgetusedb(3)millert2001-06-181-3/+5
* kill useless include of db.hmillert2001-06-181-3/+2
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-091-2/+2
* - move break from loop on EOF in order to make cap_mkdb not ignore the finalnaddy2000-09-222-12/+12
* Many improvements and general cleanup/standardization.aaron2000-03-041-3/+15
* When storing termcap entry in the .db file, prune out empty entries likemillert2000-01-091-4/+32
* remove redundant .Pp macrosaaron1999-07-031-5/+2
* consistent .Dd usage; proper format is: .Dd Month DD, YYYYaaron1999-07-021-2/+2
* - remove trailing white spaceaaron1999-06-051-7/+11
* Merge cap_mkdb(1) and info_mkdb(1)tholo1999-03-054-20/+675
* usr.bin/ man page repairs, a - eaaron1998-09-231-4/+6
* More man page fixes. Spelling, grammar, some typos. Lots of double-wordaaron1998-09-061-3/+3
* $OpenBSD$deraadt1997-09-211-2/+1