Age | Commit message (Expand) | Author |
2010-10-22 | Move setvbuf() added in r1.19 to before the call to doskip() since | Todd C. Miller |
2010-10-12 | If the input length was specified, use it to set the stdio buffer | Todd C. Miller |
2010-10-08 | remove three superfluous trailing tabs, no binary change. | Igor Sobrado |
2010-10-07 | use a .Bk/.Ek block to avoid breaking options with arguments. | Igor Sobrado |
2010-10-07 | usage must fit on a 80-column display. | Igor Sobrado |
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre |
2010-03-23 | Add POSIX -A option to od and simplify a bit. From FreeBSD. | Federico G. Schwindt |
2010-02-25 | The correct value of DEL is 0x7F, not 0xFF. This is purely a documentation | Christian Weisgerber |
2009-11-12 | Use the default 4 correctly if no type size is given to od -t. | Nicholas Marriott |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-30 | some i missed... | Jason McIntyre |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |
2007-02-07 | its four-byte, not four byte; ok jmc@ | Otto Moerbeek |
2007-02-07 | space before punctuation; | Jason McIntyre |
2007-02-06 | document -D; ok jmc@ | Otto Moerbeek |
2007-02-06 | remove a comment which is no longer true; ok otto | Jason McIntyre |
2007-02-06 | sync synopsis and usage(); | Jason McIntyre |
2007-02-06 | +.Ex -std od | Jason McIntyre |
2007-02-06 | sort options and sync usage(); | Jason McIntyre |
2007-02-06 | switch to .Ex and remove some unnecessary brackets; | Jason McIntyre |
2007-02-06 | fix some dodgy displays; | Jason McIntyre |
2007-01-28 | Accept a leading 0x for the -n length parameter. | Miod Vallat |
2007-01-28 | In doskip(), do not access an uninitialized variable in the statok == 0 case | Miod Vallat |
2006-08-23 | Remove line length limit when reading format strings from a file. | Ray Lai |
2006-03-16 | clean up the od(1) usage form, it was ugly with a capital u | Theo de Raadt |
2005-08-18 | Oops, previous fix would prevent standard input from being processed at all | Miod Vallat |
2005-08-16 | Do not consider there is a file to process when stat(2) fails; gets rid of | Miod Vallat |
2004-11-21 | Fix some core dumps on malformed format strings. From KAMADA Ken'ichi | Otto Moerbeek |
2004-09-14 | use __inline instead of inline (for portability) | Theo de Raadt |
2004-07-21 | Use fseeko, not fseek when offset is an off_t; Fabio Olive Leite | Todd C. Miller |
2003-07-10 | add missing includes | David Krause |
2003-06-12 | de-register and ansification; millert ok | Theo de Raadt |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-10 | - section reorder | Jason McIntyre |
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 |
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt |
2003-01-06 | C-style; jmc@prioris.mini.pw.edu.pl | Theo de Raadt |
2003-01-06 | wrong word; jmc@prioris.mini.pw.edu.pl | Theo de Raadt |
2002-04-08 | Correct usage() for od syntax; Peter Stromberg | Todd C. Miller |
2002-03-14 | Remove \n from err/errx/warn/warnx(). | Mike Pechkin |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
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 |
2001-07-18 | -Wall cleanup | Peter Valchev |