| Commit message (Expand) | Author | Age | Files | Lines |
* | fix spelling of offset since that is what is used in the body... | John-Mark Gurney | 2014-10-30 | 1 | -3/+3 |
* | Constify. | Xin LI | 2014-04-25 | 2 | -6/+6 |
* | Simplify the way the end of a singly linked list is followed (for adding | Christian Brueffer | 2014-02-22 | 1 | -5/+2 |
* | Fix typo ('1' != 'l') | Eitan Adler | 2013-03-04 | 1 | -1/+1 |
* | mdoc: fix column names, indentation, column separation within each row, and | Joel Dahl | 2012-04-07 | 2 | -8/+8 |
* | mdoc: terminate quoted strings. | Joel Dahl | 2012-03-26 | 1 | -14/+14 |
* | Fix decoding of escape sequences in format strings: | Tijl Coosemans | 2012-01-28 | 1 | -13/+6 |
* | - Fix how hexdump parses escape strings | Eitan Adler | 2012-01-07 | 1 | -8/+23 |
* | Replace index() and rindex() calls with strchr() and strrchr(). | Ed Schouten | 2012-01-03 | 4 | -7/+7 |
* | Formatting fixes: | Glen Barber | 2011-12-23 | 1 | -7/+7 |
* | Correct a logic error in usr.bin/hexdump/conv.c, found by clang. | Dimitry Andric | 2011-12-17 | 1 | -2/+2 |
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | Joel Dahl | 2010-12-11 | 9 | -36/+0 |
* | Use same table markup as in hexdump.1 | Ulrich Spörlein | 2010-06-11 | 1 | -6/+6 |
* | mdoc: order prologue macros consistently by Dd/Dt/Os | Ulrich Spörlein | 2010-04-14 | 1 | -1/+1 |
* | The correct value of DEL is 0x7f, not 0xff. This is purely a documentation | Gavin Atkinson | 2010-02-18 | 2 | -4/+4 |
* | Build usr.bin/ with WARNS=6 by default. | Ed Schouten | 2010-01-02 | 1 | -1/+0 |
* | Revert most part of 200420 as requested, as more review and polish is | Xin LI | 2009-12-13 | 2 | -0/+2 |
* | Remove unneeded header includes from usr.bin/ except contributed code. | Xin LI | 2009-12-11 | 2 | -2/+0 |
* | Use strlcpy() instead of explicitly set \0 on the tail of the array. | Xin LI | 2009-06-23 | 1 | -2/+1 |
* | Document the -d option. | Ruslan Ermilov | 2006-12-24 | 1 | -1/+5 |
* | Fix markup. | Ruslan Ermilov | 2006-12-24 | 1 | -22/+18 |
* | o Simple strcpy/strcat replacement. | Maxim Konovalov | 2006-08-09 | 1 | -3/+4 |
* | In 'od -c' mode, deal with printable but zero-width combining | Joseph Koshy | 2006-07-31 | 1 | -1/+1 |
* | Added the EXIT STATUS section where appropriate. | Ruslan Ermilov | 2005-01-17 | 2 | -2/+2 |
* | Scheduled mdoc(7) sweep. | Ruslan Ermilov | 2005-01-11 | 1 | -1/+2 |
* | In next(), ensure that 'done' is set in the case when a file cannot | Tim J. Robbins | 2004-08-04 | 1 | -1/+2 |
* | Do not predeclare __inline functions, this makes no sense and generates | Alexander Kabaev | 2004-07-28 | 1 | -2/+2 |
* | display.c: | Johan Karlsson | 2004-07-22 | 4 | -3/+8 |
* | Revert WARNS bump until I figure out why this does not work. | Johan Karlsson | 2004-07-17 | 1 | -1/+0 |
* | Include <string.h> to get memset and strcmp prototype. | Johan Karlsson | 2004-07-16 | 2 | -1/+3 |
* | Add POSIX-style support for multibyte characters to od(1): the 'c' | Tim J. Robbins | 2004-07-11 | 4 | -11/+114 |
* | Add a reference to od(1). | Tim J. Robbins | 2004-07-10 | 1 | -2/+3 |
* | Document missing multibyte character support in utilities specified | Tim J. Robbins | 2004-07-03 | 1 | -1/+5 |
* | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -1/+1 |
* | Capitalize ASCII code names. | Ruslan Ermilov | 2002-12-05 | 2 | -13/+13 |
* | ANSIify function definitions. | David Malone | 2002-09-04 | 7 | -66/+40 |
* | s/inline/__inline/ | Mark Murray | 2002-07-19 | 1 | -2/+2 |
* | Consistently use FBSDID | David E. O'Brien | 2002-06-30 | 5 | -10/+10 |
* | mdoc(7) police: tidy up the markup. | Ruslan Ermilov | 2002-05-29 | 1 | -51/+70 |
* | From NetBSD: | Tim J. Robbins | 2002-05-27 | 1 | -3/+1 |
* | Make the output tidier when multiple integer formats are requested by | Tim J. Robbins | 2002-05-17 | 1 | -3/+3 |
* | Overhaul hexdump's od syntax code to handle the -s -A -j -N -t options that | Tim J. Robbins | 2002-05-17 | 5 | -87/+425 |
* | Declare variables that were extern'd in multiple places in hexdump.h. | Tim J. Robbins | 2002-05-17 | 4 | -9/+3 |
* | Add support for printing long doubles. | Tim J. Robbins | 2002-05-17 | 3 | -1/+12 |
* | Print signed single-byte decimal integers correctly instead of implicitly | Tim J. Robbins | 2002-05-17 | 1 | -1/+1 |
* | Un-deprecate od(1): rename the `deprecated' variable to `odmode', remove the | Tim J. Robbins | 2002-05-17 | 4 | -14/+7 |
* | Use `The .Nm utility' | Philippe Charnier | 2002-04-19 | 2 | -11/+14 |
* | remove __P | Warner Losh | 2002-03-22 | 3 | -23/+23 |
* | Slightly more efficient version of rev 1.6. | David E. O'Brien | 2002-03-07 | 1 | -1/+1 |
* | A less intrusive version of rev 1.2. | David E. O'Brien | 2002-03-07 | 1 | -21/+15 |