From owner-cvs-all@FreeBSD.ORG Tue Jul 1 22:47:22 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0805010656D7; Tue, 1 Jul 2008 22:47:21 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B26DD8FC1C; Tue, 1 Jul 2008 22:47:21 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m61MlLmE097378; Tue, 1 Jul 2008 22:47:21 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m61MlLwq097377; Tue, 1 Jul 2008 22:47:21 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200807012247.m61MlLwq097377@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Tue, 1 Jul 2008 22:30:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libutil Makefile hexdump.3 hexdump.c libutil.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2008 22:47:22 -0000 jhb 2008-07-01 22:30:57 UTC FreeBSD src repository Modified files: lib/libutil Makefile libutil.h Added files: lib/libutil hexdump.3 hexdump.c Log: SVN rev 180161 on 2008-07-01 22:30:57Z by jhb Merge hexdump(9) to userland as hexdump(3) in libutil. I'm tired of doing this by hand in userland utilities. MFC after: 1 month Revision Changes Path 1.68 +3 -3 src/lib/libutil/Makefile 1.1 +94 -0 src/lib/libutil/hexdump.3 (new) 1.1 +96 -0 src/lib/libutil/hexdump.c (new) 1.48 +8 -0 src/lib/libutil/libutil.h