OpenBSD CVS

src/usr.bin/hexdump/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / hexdump

Current tag: OPENBSD_5_9


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.2   27 years  deraadt   rcsid
[TXT] conv.c  1.10   10 years  sobrado   use an appropriate name for this variable. ok millert@
[TXT] display.c  1.23   8 years  tb   For a long time, nomem() has been a wrapper for err(1, NULL) and meanwhile emall...
[TXT] hexdump.1  1.26   8 years  schwarze   Old diff found in my tree: Add HISTORY; info from the CSRG CDs.
[TXT] hexdump.c  1.20   8 years  mmcc   remove main() declaration from Michal Mazurek
[TXT] hexdump.h  1.11   8 years  tb   For a long time, nomem() has been a wrapper for err(1, NULL) and meanwhile emall...
[TXT] hexsyntax.c  1.12   13 years  otto   sync -x, default and example in man page as they should be; ok jmc@ millert@
[TXT] od.1  1.31   8 years  schwarze   Fix two bugs (at least 13 year old) of the [+]offset[.][Bb] XSI offset syntax: M...
[TXT] odsyntax.c  1.26   8 years  schwarze   Fix two bugs (at least 13 year old) of the [+]offset[.][Bb] XSI offset syntax: M...
[TXT] parse.c  1.19   8 years  mmcc   Replace a three step string duplication with strndup(). ok and with input from ...