summaryrefslogtreecommitdiff
path: root/bin/pax/cache.c
AgeCommit message (Expand)Author
2012-12-04remove some unnecessary sys/param.h inclusionsTheo de Raadt
2009-12-22- two more typo's spotted by Brad TilleyJasper Lievisse Adriaanse
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2004-03-16actually use the cache instead of throwing away memory. doh!Ted Unangst
2003-10-20typos from Jared Yanovich;Jason McIntyre
2003-08-08use sizeof with strlcpy() when possible; it is less error prone.Todd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-03-10double words in commentsDavid Krause
2002-10-16sprinkle const; mostly from NetBSDTodd C. Miller
2002-10-16kill registerTodd C. Miller
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2001-06-26use strlcpy vs strncpy+a[len-1]='\0'lebel
2001-05-26Get rid of NET2_FTS and NET2_REGEX #ifdefs since they are useless.Todd C. Miller
1999-04-08memory leak fix; niklasTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-06-03less strncpy; charnier@freebsdTheo de Raadt
1996-09-15sprintf -> snprintf paranoiaTodd C. Miller
1996-06-23update rcsidTheo de Raadt
1996-06-11Correct compile warningsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt