diff options
author | jmallett <jmallett@FreeBSD.org> | 2002-07-01 01:45:03 +0000 |
---|---|---|
committer | jmallett <jmallett@FreeBSD.org> | 2002-07-01 01:45:03 +0000 |
commit | e7f13daa73e7590006209f6c6f7daa3962f0c2b2 (patch) | |
tree | d5ae23d585834242620eaad9e34fadb41eecfb56 /MAINTAINERS | |
parent | e682905748075e8e39a00f2badcb6def78314225 (diff) | |
download | FreeBSD-src-e7f13daa73e7590006209f6c6f7daa3962f0c2b2.zip FreeBSD-src-e7f13daa73e7590006209f6c6f7daa3962f0c2b2.tar.gz |
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.
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2582900..09449ae 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -68,6 +68,8 @@ share/mk ru Recommends pre-commit review. ipfw ipfw Pre-commit review preferred. send to ipfw@freebsd.org xten imp Looking after it, don't remove, don't break it. drm anholt Just keep me informed of changes, try not to break it. -xargs jmallett Willing to handle problems. appreciate heads-up +xargs jmallett Willing to handle problems, appreciate heads-up but just try not to break it. regression jmallett Will help write new tests, etc. +libufs jmallett Willing to handle problems, appreciate heads-up + but just try not to break it. |