Age | Commit message (Expand) | Author |
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 |
2016-02-08 | Fix a bug that caused nothing to be skipped when skipping exactly the | Ingo Schwarze |
2016-02-08 | remove main() declaration | mmcc |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-05 | tame "stdio rpath" for the entire lifetime. newsyntax() could open a file | Theo de Raadt |
2015-09-16 | Fix two bugs (at least 13 year old) of the [+]offset[.][Bb] XSI offset syntax: | Ingo Schwarze |
2015-09-12 | Old diff found in my tree: Add HISTORY; info from the CSRG CDs. | Ingo Schwarze |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-11-15 | Reduce instances of `` '' in manuals. | Anthony J. Bentley |
2014-04-19 | use an appropriate name for this variable. | Igor Sobrado |
2014-04-19 | do not mark od(1) as deprecated. | Igor Sobrado |
2014-04-15 | document which bits are xsi; ok millert sobrado | Jason McIntyre |
2014-04-15 | add a STANDARDS section; pointed out by jmc@ | Igor Sobrado |
2014-04-15 | add -s (two-byte signed decimal display) to od(1), as mandated by POSIX; | Igor Sobrado |
2014-04-14 | add a description for this filter similar to what POSIX and FreeBSD use; | Igor Sobrado |
2013-11-20 | unsigned char casts needed for isdigit() | Theo de Raadt |
2013-02-09 | 'dcl' -> 'dc1'. From William Ahern via bugs@. Thanks! | Kenneth R Westerback |
2011-09-22 | Revert r1.15. Now that the "C" locale is ASCII-only, this workaround | Stefan Sperling |
2011-05-06 | a od -> an od; | Jason McIntyre |
2011-05-06 | Fix description and table of _u; with jmc@ | Otto Moerbeek |
2011-05-06 | sync -x, default and example in man page as they should be; | Otto Moerbeek |
2011-05-04 | - note that quotes may have to be escaped from the shell and add an example | Jason McIntyre |
2011-04-03 | Call setlocale() to avoid display glitches in UTF-8 locales. | Stefan Sperling |
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 |