git: libutil: Implement hexdump(3)

John Marino marino at crater.dragonflybsd.org
Sat Nov 3 08:47:39 PDT 2012


commit 6d29a5802dc3385563ba87437bff1618489f15a6
Author: John Marino <draco at marino.st>
Date:   Sat Nov 3 16:32:51 2012 +0100

    libutil: Implement hexdump(3)
    
    Similar to hexdump(9) but available to userland.
    
    Taken-from:
    FreeBSD SVN 180161 (01 JUL 2008)
    FreeBSD SVN 185729 (06 DEC 2008)

Summary of changes:
 lib/libutil/Makefile                              |    3 +-
 share/man/man9/hexdump.9 => lib/libutil/hexdump.3 |   14 ++--
 lib/{libstand/twiddle.c => libutil/hexdump.c}     |   64 ++++++++++++++++----
 lib/libutil/libutil.h                             |    8 +++
 4 files changed, 68 insertions(+), 21 deletions(-)
 copy share/man/man9/hexdump.9 => lib/libutil/hexdump.3 (90%)
 copy lib/{libstand/twiddle.c => libutil/hexdump.c} (67%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6d29a5802dc3385563ba87437bff1618489f15a6


-- 
DragonFly BSD source repository



More information about the Commits mailing list