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