index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
pax
/
cache.c
Age
Commit message (
Expand
)
Author
2012-12-04
remove some unnecessary sys/param.h inclusions
Theo de Raadt
2009-12-22
- two more typo's spotted by Brad Tilley
Jasper Lievisse Adriaanse
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2004-03-16
actually use the cache instead of throwing away memory. doh!
Ted Unangst
2003-10-20
typos from Jared Yanovich;
Jason McIntyre
2003-08-08
use sizeof with strlcpy() when possible; it is less error prone.
Todd C. Miller
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-03-10
double words in comments
David Krause
2002-10-16
sprinkle const; mostly from NetBSD
Todd C. Miller
2002-10-16
kill register
Todd C. Miller
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2001-06-26
use strlcpy vs strncpy+a[len-1]='\0'
lebel
2001-05-26
Get rid of NET2_FTS and NET2_REGEX #ifdefs since they are useless.
Todd C. Miller
1999-04-08
memory leak fix; niklas
Theo de Raadt
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1997-06-03
less strncpy; charnier@freebsd
Theo de Raadt
1996-09-15
sprintf -> snprintf paranoia
Todd C. Miller
1996-06-23
update rcsid
Theo de Raadt
1996-06-11
Correct compile warnings
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt