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
/
usr.bin
/
find
/
misc.c
Age
Commit message (
Expand
)
Author
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2020-09-30
Now that dprintf(3) uses format string annotation checking, a sizeof()
Theo de Raadt
2017-12-08
Convert snprintf+write into dprintf. It is simply easier to read, and
Theo de Raadt
2015-07-14
Don't dereference a freed pointer when updating the value of p.
Todd C. Miller
2015-07-14
Convert the last remaining realloc() in find to reallocarray().
Todd C. Miller
2015-07-14
In brace_subst() if we realloc() the store, update p so that it
Todd C. Miller
2014-05-18
use reallocarray
Marc Espie
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2003-09-26
better realloc. ok deraadt@ henning@
Ted Unangst
2003-06-26
bring protypes into scope. this requires some quirky handling, but in
Theo de Raadt
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2001-11-19
kill more registers
Mike Pechkin
2001-11-17
o Block signals when running fts_read() so the SIGINFO handler will
Todd C. Miller
2001-11-16
errno safety in signal handler
Theo de Raadt
1997-06-30
Some -Wall cleanliness.
Todd C. Miller
1996-10-24
Respond to SIGINFO; from PR #42
Thorsten Lockert
1996-06-26
rcsid
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt