summaryrefslogtreecommitdiffstats
path: root/usr.bin/hexdump
AgeCommit message (Expand)AuthorFilesLines
2020-01-16Usually, -width Fl (which is 10n) is too wide and hence ugly.schwarze2-6/+6
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther1-6/+1
2017-05-30fix a shadow warning. from Brian Callahantedu1-3/+3
2016-09-04Replace strlen + calloc + snprintf with asprintf.tb1-7/+3
2016-08-24Convert quad_t to int64_t and %q to %llguenther2-17/+19
2016-03-15 o clean up a little whitespace and formattingmmcc5-32/+33
2016-02-09Replace a three step string duplication with strndup().mmcc1-4/+3
2016-02-09For a long time, nomem() has been a wrapper for err(1, NULL) andtb3-31/+16
2016-02-08Fix a bug that caused nothing to be skipped when skipping exactly theschwarze1-2/+2
2016-02-08remove main() declarationmmcc1-3/+1
2015-10-09Change all tame callers to namechange to pledge(2).deraadt1-3/+3
2015-10-05tame "stdio rpath" for the entire lifetime. newsyntax() could open a filederaadt1-1/+5
2015-09-16Fix two bugs (at least 13 year old) of the [+]offset[.][Bb] XSI offset syntax:schwarze2-15/+22
2015-09-12Old diff found in my tree: Add HISTORY; info from the CSRG CDs.schwarze1-2/+7
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2-6/+8
2014-11-15Reduce instances of `` '' in manuals.bentley1-3/+5
2014-04-19use an appropriate name for this variable.sobrado3-10/+10
2014-04-19do not mark od(1) as deprecated.sobrado1-4/+5
2014-04-15document which bits are xsi; ok millert sobradojmc1-1/+11
2014-04-15add a STANDARDS section; pointed out by jmc@sobrado1-3/+3
2014-04-15add -s (two-byte signed decimal display) to od(1), as mandated by POSIX;sobrado2-9/+16
2014-04-14add a description for this filter similar to what POSIX and FreeBSD use;sobrado2-33/+7
2013-11-20unsigned char casts needed for isdigit()deraadt1-3/+3
2013-02-09'dcl' -> 'dc1'. From William Ahern via bugs@. Thanks!krw1-2/+2
2011-09-22Revert r1.15. Now that the "C" locale is ASCII-only, this workaroundstsp1-3/+1
2011-05-06a od -> an od;jmc1-3/+3
2011-05-06Fix description and table of _u; with jmc@otto1-11/+10
2011-05-06sync -x, default and example in man page as they should be;otto2-5/+5
2011-05-04- note that quotes may have to be escaped from the shell and add an examplejmc1-5/+18
2011-04-03Call setlocale() to avoid display glitches in UTF-8 locales.stsp1-1/+3
2010-10-22Move setvbuf() added in r1.19 to before the call to doskip() sincemillert1-5/+4
2010-10-12If the input length was specified, use it to set the stdio buffermillert3-5/+18
2010-10-08remove three superfluous trailing tabs, no binary change.sobrado1-2/+1
2010-10-07use a .Bk/.Ek block to avoid breaking options with arguments.sobrado1-2/+4
2010-10-07usage must fit on a 80-column display.sobrado1-3/+3
2010-09-03add an EXIT STATUS section for /usr/bin;jmc2-6/+6
2010-03-23Add POSIX -A option to od and simplify a bit. From FreeBSD.fgsch2-53/+69
2010-02-25The correct value of DEL is 0x7F, not 0xFF. This is purely a documentationnaddy1-3/+3
2009-11-12Use the default 4 correctly if no type size is given to od -t.nicm1-1/+3
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt6-42/+6
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc1-3/+3
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.ray1-9/+2
2007-05-31convert to new .Dd format;jmc2-4/+4
2007-05-30some i missed...jmc1-1/+11
2007-03-20remove some bogus *p tests from charles longeautedu1-3/+3
2007-02-07its four-byte, not four byte; ok jmc@otto1-9/+9
2007-02-07space before punctuation;jmc1-2/+2
2007-02-06document -D; ok jmc@otto1-1/+5
2007-02-06remove a comment which is no longer true; ok ottojmc1-3/+3
2007-02-06sync synopsis and usage();jmc2-13/+7