DragonFly BSD
DragonFly commits List (threaded) for 2012-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: libutil: Implement hexdump(3)


From: John Marino <marino@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 3 Nov 2012 08:47:39 -0700 (PDT)

commit 6d29a5802dc3385563ba87437bff1618489f15a6
Author: John Marino <draco@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]