Date: Sun, 30 Jun 2002 18:45:03 -0700 (PDT) From: Juli Mallett <jmallett@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules src MAINTAINERS src/lib Makefile src/lib/libufs Makefile block.c inode.c libufs.h sblock.c type.c Message-ID: <200207010145.g611j3AA091698@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmallett 2002/06/30 18:45:03 PDT Modified files: . modules . MAINTAINERS lib Makefile Added files: lib/libufs Makefile block.c inode.c libufs.h sblock.c type.c Log: Add libufs, a library for dealing with UFS filesystems from userland to the build. It is here to compartmentalise functionality currently duplicated in many notable programs in the base system. It currently handles block reads and writes, as well as reading and writing of the filesystem superblock, and the reading/lookup of inode data. It supports both UFS and UFS2. I will be maintaining it, and porting programs to use it, however for now, it is simply being built as part of world. Revision Changes Path 1.5491 +1 -0 CVSROOT/modules 1.41 +3 -1 src/MAINTAINERS 1.140 +2 -1 src/lib/Makefile 1.1 +12 -0 src/lib/libufs/Makefile (new) 1.1 +87 -0 src/lib/libufs/block.c (new) 1.1 +95 -0 src/lib/libufs/inode.c (new) 1.1 +104 -0 src/lib/libufs/libufs.h (new) 1.1 +122 -0 src/lib/libufs/sblock.c (new) 1.1 +114 -0 src/lib/libufs/type.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207010145.g611j3AA091698>