diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-09-17 19:20:42 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-09-17 19:20:42 +0200 |
commit | 84cf9c0f312637b670cc87224ff7e7c4da659e36 (patch) | |
tree | 5e7f0f1f6c7579d1275bb5cf1856ce52767ac8b3 /doc | |
parent | 3e6aab0243da094f1ca05b80eb3e5a9adb8ea519 (diff) |
Remove UFS support
It has been unused/untested/unmaintained for a decade now, and its
4-clause BSD licence poses problem.
* configure.ac (default_static): Remove ufs.
* Makefile (prog-subdirs): Remove ufs, ufs-fsck and ufs-utils.
* NEWS, TODO: doc/hurd.texi, doc/navigating: Remove UFS notes.
* ufs: Remove directory
* ufs-fsck: Remove directory
* ufs-utils: Remove directory
* bsdfsck: Remove directory
Diffstat (limited to 'doc')
-rw-r--r-- | doc/hurd.texi | 9 | ||||
-rw-r--r-- | doc/navigating | 6 |
2 files changed, 4 insertions, 11 deletions
diff --git a/doc/hurd.texi b/doc/hurd.texi index 070daed4..dbd5b451 100644 --- a/doc/hurd.texi +++ b/doc/hurd.texi @@ -1912,7 +1912,7 @@ existing translators: @itemize @bullet @item -Disk-based filesystem formats, such as @code{ext2fs}, @code{ufs}, and +Disk-based filesystem formats, such as @code{ext2fs} and @code{iso9660fs} (@pxref{Stored Filesystems}). @item @@ -3572,13 +3572,6 @@ FIXME: finish FIXME: finish -@node BSD Unix FS -@section BSD Unix FS -@scindex ufs - -FIXME: finish - - @node ISO-9660 CD-ROM FS @section ISO-9660 CD-ROM FS @pindex iso9660fs diff --git a/doc/navigating b/doc/navigating index 2d836255..c000c56e 100644 --- a/doc/navigating +++ b/doc/navigating @@ -27,9 +27,9 @@ Most trivfs filesystems don't even do any filesystem stuff at all. See, for example, the null translator (trans/null.c) for a simple example of using trivfs. -diskfs is used for disk-based filesystems, with two in existence now: -ext2fs and ufs. If you write another diskfs-based filesystem, you -should DEFINITELY imitate the algorithms found in ext2fs and ufs; this +diskfs is used for disk-based filesystems, with one in existence now: +ext2fs. If you write another diskfs-based filesystem, you +should DEFINITELY imitate the algorithms found in ext2fs; this is crucial to getting locking right. netfs is used for nfs and other such things: with directories, and all |