]> Zhao Yanbai Git Server - minix.git/commit
Importing usr.bin/hexdump 89/1089/1
authorThomas Cort <tcort@minix3.org>
Tue, 29 Oct 2013 18:48:38 +0000 (14:48 -0400)
committerThomas Cort <tcort@minix3.org>
Tue, 29 Oct 2013 19:18:45 +0000 (15:18 -0400)
commit1e33498f8ca6b050f0a32002ca925d1f0c357a7f
tree0d0e0666bcaa6a352c684648414c9c649bfeeb11
parent69ccf97d12de61cf6b90caf20dd31678bed88faa
Importing usr.bin/hexdump

Replaces commands/hexdump as well as commands/od.
No Minix-specific changes were needed.

test/testsh2.sh was modified to match the spacing
used in the output of the NetBSD od command.

Change-Id: I65ee1d30e8cdd546097462df7c38c2d38f3e891d
19 files changed:
commands/Makefile
commands/hexdump/Makefile [deleted file]
commands/od/Makefile [deleted file]
commands/od/od.c [deleted file]
man/man1/Makefile
man/man1/od.1 [deleted file]
releasetools/nbsd_ports
test/testsh2.sh
usr.bin/Makefile
usr.bin/hexdump/Makefile [new file with mode: 0644]
usr.bin/hexdump/conv.c [moved from commands/hexdump/conv.c with 99% similarity]
usr.bin/hexdump/display.c [moved from commands/hexdump/display.c with 99% similarity]
usr.bin/hexdump/hexdump.1 [moved from commands/hexdump/hexdump.1 with 80% similarity]
usr.bin/hexdump/hexdump.c [moved from commands/hexdump/hexdump.c with 79% similarity]
usr.bin/hexdump/hexdump.h [moved from commands/hexdump/hexdump.h with 93% similarity]
usr.bin/hexdump/hexsyntax.c [moved from commands/hexdump/hexsyntax.c with 91% similarity]
usr.bin/hexdump/od.1 [moved from commands/hexdump/od.1 with 90% similarity]
usr.bin/hexdump/odsyntax.c [moved from commands/hexdump/odsyntax.c with 98% similarity]
usr.bin/hexdump/parse.c [moved from commands/hexdump/parse.c with 97% similarity]