summaryrefslogtreecommitdiff
path: root/libexec/getNAME/getNAME.c
AgeCommit message (Collapse)Author
2003-07-03clean up strn{cpy,cat}->strl{cpy,cat}Anil Madhavapeddy
ok tdeval@, krw@
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-04-06string handling; ok millertTheo de Raadt
2002-07-03KNFTheo de Raadt
2002-05-22a bunch more strcpy -> strlcpy and sprintf -> snprintfTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-12-07kill more registers;Mike Pechkin
millert@ ok
1998-05-17Fix strncat() usage; Some from cstone@pobox.comTodd C. Miller
It would be better to detect impending oflow, log, and abort though.
1997-11-13Changes from NetBSD (mrg):Todd C. Miller
add a manual for getNAME. also, change the `default' output to be in a form much more useful for an apropos(1) database. this will be used by makewhatis(1) to generate the whatis.db file's now... OpenBSD changes: use basename(3) instead of doing a half-hearted job inline. use strncat(3) because I am anal.
1997-11-134.4BSD lite version. Adds -w flag for whatis entries.Todd C. Miller
1997-01-17r?index -> strr?chrTodd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1995-10-18initial import of NetBSD treeTheo de Raadt