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_4_3


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.2   27 years  deraadt   rcsid
[TXT] conv.c  1.7   20 years  deraadt   de-register and ansification; millert ok
[TXT] display.c  1.17   17 years  miod   In doskip(), do not access an uninitialized variable in the statok == 0 case (in...
[TXT] hexdump.1  1.19   16 years  jmc   convert to new .Dd format;
[TXT] hexdump.c  1.12   17 years  miod   Accept a leading 0x for the -n length parameter. Correctly check for out-of-bou...
[TXT] hexdump.h  1.8   17 years  miod   Accept a leading 0x for the -n length parameter. Correctly check for out-of-bou...
[TXT] hexsyntax.c  1.10   17 years  jmc   sort options and sync usage();
[TXT] od.1  1.19   16 years  jmc   convert to new .Dd format;
[TXT] odsyntax.c  1.16   17 years  jmc   remove a comment which is no longer true; ok otto
[TXT] parse.c  1.16   17 years  tedu   remove some bogus *p tests from charles longeau ok deraadt millert