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
/
hexdump
/
parse.c
Age
Commit message (
Expand
)
Author
2018-04-26
Use <fcntl.h> instead of <sys/file.h> for open() and friends.
Philip Guenther
2016-09-04
Replace strlen + calloc + snprintf with asprintf.
Theo Buehler
2016-08-24
Convert quad_t to int64_t and %q to %ll
Philip Guenther
2016-03-15
o clean up a little whitespace and formatting
mmcc
2016-02-09
Replace a three step string duplication with strndup().
mmcc
2016-02-09
For a long time, nomem() has been a wrapper for err(1, NULL) and
tb
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2007-03-20
remove some bogus *p tests from charles longeau
Ted Unangst
2006-08-23
Remove line length limit when reading format strings from a file.
Ray Lai
2004-11-21
Fix some core dumps on malformed format strings. From KAMADA Ken'ichi
Otto Moerbeek
2003-06-12
de-register and ansification; millert ok
Theo de Raadt
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-04-05
simple strcpy replacement; miod ok
Theo de Raadt
2002-03-14
Remove \n from err/errx/warn/warnx().
Mike Pechkin
2001-12-30
Changes come from NetBSD, Lite-2 and me. ok deraadt
Peter Valchev
2001-11-19
kill more registers
Mike Pechkin
2001-11-02
replace fprintf(stderr)/exit w/ err/warn
Michael Shalayeff
2001-09-30
-Wall cleanup; ok deraadt
Peter Valchev
1999-02-07
fgets -> fgetln, don't lie about lines being too long
Aaron Campbell
1998-08-11
detect a format string of spaces only as bad format.
Niels Provos
1997-01-17
r?index -> strr?chr
Todd C. Miller
1996-06-26
rcsid
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt