From owner-cvs-all Tue Oct 22 12:26:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 359AD37B404; Tue, 22 Oct 2002 12:26:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D86FE43E42; Tue, 22 Oct 2002 12:26:33 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9MJPwmV026391; Tue, 22 Oct 2002 12:25:58 -0700 (PDT) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9MJPwSR026390; Tue, 22 Oct 2002 12:25:58 -0700 (PDT) Message-Id: <200210221925.g9MJPwSR026390@repoman.freebsd.org> From: Juli Mallett Date: Tue, 22 Oct 2002 12:25:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libufs Makefile block.c error.c libufs.h sblock.c type.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/10/22 12:25:58 PDT Modified files: lib/libufs Makefile block.c libufs.h sblock.c type.c Added files: lib/libufs error.c Log: Add the concept of a per-disk error string, and a function which prints it along with the errno, if one is set. Revision Changes Path 1.4 +1 -1 src/lib/libufs/Makefile 1.2 +2 -0 src/lib/libufs/block.c 1.1 +62 -0 src/lib/libufs/error.c (new) 1.3 +6 -0 src/lib/libufs/libufs.h 1.3 +5 -0 src/lib/libufs/sblock.c 1.5 +2 -0 src/lib/libufs/type.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message