Go to file
thorpej 2402aaa614 Bug fix from Kirk McKusick <mckusick@McKusick.COM>:
Fix a bug in fsck_ffs where 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.
1996-10-11 20:15:46 +00:00
bin Removed missing.c beacuse NetBSD is not missing any of the functions 1996-10-10 14:17:02 +00:00
distrib Merge the netbsd-1-2 branch back into the mainline. 1996-10-11 18:13:03 +00:00
etc merge in 1.2 branch 1996-10-09 00:40:33 +00:00
games merge in 1.2 branch 1996-10-09 00:40:33 +00:00
gnu last change should not have been merged 1996-10-09 01:03:08 +00:00
include prototype __fdnlist(), since it's used by things outside of libc (libkvm, 1996-10-01 21:48:30 +00:00
lib Since the user provide his own message catalog (via NLSPATH and LANG) 1996-10-11 00:51:07 +00:00
libexec Actually set the RTLD_DL flag in dlopen'ed shared objects, per PR#2791. 1996-10-06 19:03:32 +00:00
regress
sbin Bug fix from Kirk McKusick <mckusick@McKusick.COM>: 1996-10-11 20:15:46 +00:00
share Add a missing quote ; closes pr misc/2832 1996-10-11 14:53:03 +00:00
sys The dc has to have needs-flag so dc.h gets generated. 1996-10-11 19:58:43 +00:00
usr.bin Fix some warnings, and cosmetic things (spaces/tabs, etc.) 1996-10-09 18:07:14 +00:00
usr.sbin u_long -> u_int32_t when dealing with address lists returned by the resolver. 1996-10-07 22:33:15 +00:00
Makefile