summaryrefslogtreecommitdiffstats
path: root/usr.bin/hexdump (follow)
Commit message (Expand)AuthorAgeFilesLines
* Usually, -width Fl (which is 10n) is too wide and hence ugly.schwarze2020-01-162-6/+6
* Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-04-261-6/+1
* fix a shadow warning. from Brian Callahantedu2017-05-301-3/+3
* Replace strlen + calloc + snprintf with asprintf.tb2016-09-041-7/+3
* Convert quad_t to int64_t and %q to %llguenther2016-08-242-17/+19
* o clean up a little whitespace and formattingmmcc2016-03-155-32/+33
* Replace a three step string duplication with strndup().mmcc2016-02-091-4/+3
* For a long time, nomem() has been a wrapper for err(1, NULL) andtb2016-02-093-31/+16
* Fix a bug that caused nothing to be skipped when skipping exactly theschwarze2016-02-081-2/+2
* remove main() declarationmmcc2016-02-081-3/+1
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* tame "stdio rpath" for the entire lifetime. newsyntax() could open a filederaadt2015-10-051-1/+5
* Fix two bugs (at least 13 year old) of the [+]offset[.][Bb] XSI offset syntax:schwarze2015-09-162-15/+22
* Old diff found in my tree: Add HISTORY; info from the CSRG CDs.schwarze2015-09-121-2/+7
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-162-6/+8
* Reduce instances of `` '' in manuals.bentley2014-11-151-3/+5
* use an appropriate name for this variable.sobrado2014-04-193-10/+10
* do not mark od(1) as deprecated.sobrado2014-04-191-4/+5
* document which bits are xsi; ok millert sobradojmc2014-04-151-1/+11
* add a STANDARDS section; pointed out by jmc@sobrado2014-04-151-3/+3
* add -s (two-byte signed decimal display) to od(1), as mandated by POSIX;sobrado2014-04-152-9/+16
* add a description for this filter similar to what POSIX and FreeBSD use;sobrado2014-04-142-33/+7
* unsigned char casts needed for isdigit()deraadt2013-11-201-3/+3
* 'dcl' -> 'dc1'. From William Ahern via bugs@. Thanks!krw2013-02-091-2/+2
* Revert r1.15. Now that the "C" locale is ASCII-only, this workaroundstsp2011-09-221-3/+1
* a od -> an od;jmc2011-05-061-3/+3
* Fix description and table of _u; with jmc@otto2011-05-061-11/+10
* sync -x, default and example in man page as they should be;otto2011-05-062-5/+5
* - note that quotes may have to be escaped from the shell and add an examplejmc2011-05-041-5/+18
* Call setlocale() to avoid display glitches in UTF-8 locales.stsp2011-04-031-1/+3
* Move setvbuf() added in r1.19 to before the call to doskip() sincemillert2010-10-221-5/+4
* If the input length was specified, use it to set the stdio buffermillert2010-10-123-5/+18
* remove three superfluous trailing tabs, no binary change.sobrado2010-10-081-2/+1
* use a .Bk/.Ek block to avoid breaking options with arguments.sobrado2010-10-071-2/+4
* usage must fit on a 80-column display.sobrado2010-10-071-3/+3
* add an EXIT STATUS section for /usr/bin;jmc2010-09-032-6/+6
* Add POSIX -A option to od and simplify a bit. From FreeBSD.fgsch2010-03-232-54/+70
* The correct value of DEL is 0x7F, not 0xFF. This is purely a documentationnaddy2010-02-251-3/+3
* Use the default 4 correctly if no type size is given to od -t.nicm2009-11-121-1/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-276-42/+6
* bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc2009-02-081-3/+3
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-9/+2
* convert to new .Dd format;jmc2007-05-312-4/+4
* some i missed...jmc2007-05-301-1/+11
* remove some bogus *p tests from charles longeautedu2007-03-201-3/+3
* its four-byte, not four byte; ok jmc@otto2007-02-071-9/+9
* space before punctuation;jmc2007-02-071-2/+2
* document -D; ok jmc@otto2007-02-061-1/+5
* remove a comment which is no longer true; ok ottojmc2007-02-061-3/+3
* sync synopsis and usage();jmc2007-02-062-13/+7