summaryrefslogtreecommitdiff
path: root/usr.bin/hexdump
AgeCommit message (Expand)Author
2015-10-05tame "stdio rpath" for the entire lifetime. newsyntax() could open a fileTheo de Raadt
2015-09-16Fix two bugs (at least 13 year old) of the [+]offset[.][Bb] XSI offset syntax:Ingo Schwarze
2015-09-12Old diff found in my tree: Add HISTORY; info from the CSRG CDs.Ingo Schwarze
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-11-15Reduce instances of `` '' in manuals.Anthony J. Bentley
2014-04-19use an appropriate name for this variable.Igor Sobrado
2014-04-19do not mark od(1) as deprecated.Igor Sobrado
2014-04-15document which bits are xsi; ok millert sobradoJason McIntyre
2014-04-15add a STANDARDS section; pointed out by jmc@Igor Sobrado
2014-04-15add -s (two-byte signed decimal display) to od(1), as mandated by POSIX;Igor Sobrado
2014-04-14add a description for this filter similar to what POSIX and FreeBSD use;Igor Sobrado
2013-11-20unsigned char casts needed for isdigit()Theo de Raadt
2013-02-09'dcl' -> 'dc1'. From William Ahern via bugs@. Thanks!Kenneth R Westerback
2011-09-22Revert r1.15. Now that the "C" locale is ASCII-only, this workaroundStefan Sperling
2011-05-06a od -> an od;Jason McIntyre
2011-05-06Fix description and table of _u; with jmc@Otto Moerbeek
2011-05-06sync -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 exampleJason McIntyre
2011-04-03Call setlocale() to avoid display glitches in UTF-8 locales.Stefan Sperling
2010-10-22Move setvbuf() added in r1.19 to before the call to doskip() sinceTodd C. Miller
2010-10-12If the input length was specified, use it to set the stdio bufferTodd C. Miller
2010-10-08remove three superfluous trailing tabs, no binary change.Igor Sobrado
2010-10-07use a .Bk/.Ek block to avoid breaking options with arguments.Igor Sobrado
2010-10-07usage must fit on a 80-column display.Igor Sobrado
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2010-03-23Add POSIX -A option to od and simplify a bit. From FreeBSD.Federico G. Schwindt
2010-02-25The correct value of DEL is 0x7F, not 0xFF. This is purely a documentationChristian Weisgerber
2009-11-12Use the default 4 correctly if no type size is given to od -t.Nicholas Marriott
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30some i missed...Jason McIntyre
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2007-02-07its four-byte, not four byte; ok jmc@Otto Moerbeek
2007-02-07space before punctuation;Jason McIntyre
2007-02-06document -D; ok jmc@Otto Moerbeek
2007-02-06remove a comment which is no longer true; ok ottoJason McIntyre
2007-02-06sync synopsis and usage();Jason McIntyre
2007-02-06+.Ex -std odJason McIntyre
2007-02-06sort options and sync usage();Jason McIntyre
2007-02-06switch to .Ex and remove some unnecessary brackets;Jason McIntyre
2007-02-06fix some dodgy displays;Jason McIntyre
2007-01-28Accept a leading 0x for the -n length parameter.Miod Vallat
2007-01-28In doskip(), do not access an uninitialized variable in the statok == 0 caseMiod Vallat
2006-08-23Remove line length limit when reading format strings from a file.Ray Lai
2006-03-16clean up the od(1) usage form, it was ugly with a capital uTheo de Raadt
2005-08-18Oops, previous fix would prevent standard input from being processed at allMiod Vallat
2005-08-16Do not consider there is a file to process when stat(2) fails; gets rid ofMiod Vallat
2004-11-21Fix some core dumps on malformed format strings. From KAMADA Ken'ichiOtto Moerbeek