| Commit message (Expand) | Author | Age | Files | Lines |
* | Use <fcntl.h> instead of <sys/file.h> for open() and friends. |  guenther | 2018-04-26 | 1 | -6/+1 |
* | fix a shadow warning. from Brian Callahan |  tedu | 2017-05-30 | 1 | -3/+3 |
* | Replace strlen + calloc + snprintf with asprintf. |  tb | 2016-09-04 | 1 | -7/+3 |
* | Convert quad_t to int64_t and %q to %ll |  guenther | 2016-08-24 | 2 | -17/+19 |
* | o clean up a little whitespace and formatting |  mmcc | 2016-03-15 | 5 | -32/+33 |
* | Replace a three step string duplication with strndup(). |  mmcc | 2016-02-09 | 1 | -4/+3 |
* | For a long time, nomem() has been a wrapper for err(1, NULL) and |  tb | 2016-02-09 | 3 | -31/+16 |
* | Fix a bug that caused nothing to be skipped when skipping exactly the |  schwarze | 2016-02-08 | 1 | -2/+2 |
* | remove main() declaration |  mmcc | 2016-02-08 | 1 | -3/+1 |
* | Change all tame callers to namechange to pledge(2). |  deraadt | 2015-10-09 | 1 | -3/+3 |
* | tame "stdio rpath" for the entire lifetime. newsyntax() could open a file |  deraadt | 2015-10-05 | 1 | -1/+5 |
* | Fix two bugs (at least 13 year old) of the [+]offset[.][Bb] XSI offset syntax: |  schwarze | 2015-09-16 | 2 | -15/+22 |
* | Old diff found in my tree: Add HISTORY; info from the CSRG CDs. |  schwarze | 2015-09-12 | 1 | -2/+7 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 2 | -6/+8 |
* | Reduce instances of `` '' in manuals. |  bentley | 2014-11-15 | 1 | -3/+5 |
* | use an appropriate name for this variable. |  sobrado | 2014-04-19 | 3 | -10/+10 |
* | do not mark od(1) as deprecated. |  sobrado | 2014-04-19 | 1 | -4/+5 |
* | document which bits are xsi; ok millert sobrado |  jmc | 2014-04-15 | 1 | -1/+11 |
* | add a STANDARDS section; pointed out by jmc@ |  sobrado | 2014-04-15 | 1 | -3/+3 |
* | add -s (two-byte signed decimal display) to od(1), as mandated by POSIX; |  sobrado | 2014-04-15 | 2 | -9/+16 |
* | add a description for this filter similar to what POSIX and FreeBSD use; |  sobrado | 2014-04-14 | 2 | -33/+7 |
* | unsigned char casts needed for isdigit() |  deraadt | 2013-11-20 | 1 | -3/+3 |
* | 'dcl' -> 'dc1'. From William Ahern via bugs@. Thanks! |  krw | 2013-02-09 | 1 | -2/+2 |
* | Revert r1.15. Now that the "C" locale is ASCII-only, this workaround |  stsp | 2011-09-22 | 1 | -3/+1 |
* | a od -> an od; |  jmc | 2011-05-06 | 1 | -3/+3 |
* | Fix description and table of _u; with jmc@ |  otto | 2011-05-06 | 1 | -11/+10 |
* | sync -x, default and example in man page as they should be; |  otto | 2011-05-06 | 2 | -5/+5 |
* | - note that quotes may have to be escaped from the shell and add an example |  jmc | 2011-05-04 | 1 | -5/+18 |
* | Call setlocale() to avoid display glitches in UTF-8 locales. |  stsp | 2011-04-03 | 1 | -1/+3 |
* | Move setvbuf() added in r1.19 to before the call to doskip() since |  millert | 2010-10-22 | 1 | -5/+4 |
* | If the input length was specified, use it to set the stdio buffer |  millert | 2010-10-12 | 3 | -5/+18 |
* | remove three superfluous trailing tabs, no binary change. |  sobrado | 2010-10-08 | 1 | -2/+1 |
* | use a .Bk/.Ek block to avoid breaking options with arguments. |  sobrado | 2010-10-07 | 1 | -2/+4 |
* | usage must fit on a 80-column display. |  sobrado | 2010-10-07 | 1 | -3/+3 |
* | add an EXIT STATUS section for /usr/bin; |  jmc | 2010-09-03 | 2 | -6/+6 |
* | Add POSIX -A option to od and simplify a bit. From FreeBSD. |  fgsch | 2010-03-23 | 2 | -54/+70 |
* | The correct value of DEL is 0x7F, not 0xFF. This is purely a documentation |  naddy | 2010-02-25 | 1 | -3/+3 |
* | Use the default 4 correctly if no type size is given to od -t. |  nicm | 2009-11-12 | 1 | -1/+3 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 6 | -42/+6 |
* | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few |  jmc | 2009-02-08 | 1 | -3/+3 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -9/+2 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 2 | -4/+4 |
* | some i missed... |  jmc | 2007-05-30 | 1 | -1/+11 |
* | remove some bogus *p tests from charles longeau |  tedu | 2007-03-20 | 1 | -3/+3 |
* | its four-byte, not four byte; ok jmc@ |  otto | 2007-02-07 | 1 | -9/+9 |
* | space before punctuation; |  jmc | 2007-02-07 | 1 | -2/+2 |
* | document -D; ok jmc@ |  otto | 2007-02-06 | 1 | -1/+5 |
* | remove a comment which is no longer true; ok otto |  jmc | 2007-02-06 | 1 | -3/+3 |
* | sync synopsis and usage(); |  jmc | 2007-02-06 | 2 | -13/+7 |
* | +.Ex -std od |  jmc | 2007-02-06 | 1 | -3/+2 |