From da16b626367a909c211a4dc51621da5d97adb8a1 Mon Sep 17 00:00:00 2001 From: jmallett <jmallett@FreeBSD.org> Date: Mon, 1 Jul 2002 01:44:58 +0000 Subject: 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. --- CVSROOT/modules | 1 + 1 file changed, 1 insertion(+) (limited to 'CVSROOT') diff --git a/CVSROOT/modules b/CVSROOT/modules index c03e8a2b6b0d..aff4e2030078 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -3709,6 +3709,7 @@ libtelnet src/lib/libtelnet libtermcap src/lib/libtermcap libtool ports/devel/libtool libudbc ports/databases/libudbc +libufs src/lib/libufs libungif ports/graphics/libungif libunicode ports/devel/libunicode libunp ports/net/libunp -- cgit