History log of /openbsd/sbin/fsck_ffs/SMM.doc/3.t (Results 1 – 8 of 8)
Revision Date Author Comments
# 3c96ef58 02-Feb-2005 jaredy <jaredy@openbsd.org>

- syncs are done by a kernel thread, not update(8)
- halting flushes the fs cache to disk, no need to run explicitly
- other minor tweaks (grammar, punctuation, etc.)

ok jmc


# 524c90a2 29-Nov-2004 jsg <jsg@openbsd.org>

Spell precede correctly.
'looks fine' millert@, krw@. ok jmc@


# 1ef0d710 02-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 401ae41b 09-Jun-2002 todd <todd@openbsd.org>

rm trailing whitespace


# 87304b87 20-Oct-1996 tholo <tholo@openbsd.org>

Sync with NetBSD 961019


# 7a72ca8c 12-Oct-1996 tholo <tholo@openbsd.org>

From Kirk McKusick:
If a directory somehow develops a hole (that is a block pointer
that has a value of zero), fsck would give the filesystem a clean
bill of health, but the kernel would panic

From Kirk McKusick:
If a directory somehow develops a hole (that is a block pointer
that has a value of zero), fsck would give the filesystem a clean
bill of health, but the kernel would panic when accessing the
directory with the hole. Fsck now checks for holes in directories.
If found in preen mode, fsck fails. In manual mode, it can be
directed to shorten the directory to the beginning of the hole. A
more complete solution would be to allocate a block to fill the
hole. However, this is a lot more work for a `cannot happen' error,
so the extra effort seems unwarranted.

show more ...


# 7b91b0e0 23-Jun-1996 deraadt <deraadt@openbsd.org>

update rcsid


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree