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


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.25   7 years  guenther   Convert quad_t to int64_t and %q to %ll Convert bzero() to memset() and bcopy() ...
[TXT] hexdump.1  1.28   2 years  naddy   man pages: add missing commas between subordinate and main clauses jmc@ dislike...
[TXT] hexdump.c  1.20   8 years  mmcc   remove main() declaration from Michal Mazurek
[TXT] hexdump.h  1.12   8 years  mmcc   o clean up a little whitespace and formatting o move some declarations out of ...
[TXT] hexsyntax.c  1.14   17 months  cheloha   userspace: remove vestigial '?' cases from top-level getopt(3) loops getopt(3) ...
[TXT] od.1  1.33   20 months  jmc   use past tense for history;
[TXT] odsyntax.c  1.28   6 years  tedu   fix a shadow warning. from Brian Callahan
[TXT] parse.c  1.23   6 years  guenther   Use <fcntl.h> instead of <sys/file.h> for open() and friends. Delete a bunch of ...