Go to file
perseant ef3c60764c Make LFS work better (though still not "well") as an NFS-exported
filesystem (and other things that needed to be fixed before the tests
would complete), to wit:

* Include the fs ident in the filehandle; improve stale filehandle checks.

* Change definition of blksize() to use the on-dinode size instead of
  the inode's i_size, so that fsck_lfs will work properly again.

* Use b_interlock in lfs_vtruncbuf.

* Postpone dirop reclamation until after the seglock has been released,
  so that lfs_truncate is not called with the segment lock held.

* Don't loop in lfs_fsync(), just write everything and wait.

* Be more careful about the interlock/uobjlock in lfs_putpages: when we
  lose this lock, we have to resynchronize dirtiness of pages in each
  block.

* Be sure to always write indirect blocks and update metadata in
  lfs_putpages; fixes a bug that caused blocks to be accounted to the
  wrong segment.
2003-04-23 07:20:37 +00:00
bin PR/21253: Manuel Bouyer: cpio should never descend on a directory; even on 2003-04-21 22:10:10 +00:00
crypto do not assume 32bit (%d fits into 12 chars); sumikawa@freebsd 2003-04-17 07:37:05 +00:00
dist comment out bogus attempt to zero first byte after map on disk 2003-04-22 18:19:39 +00:00
distrib Add pmppc/intro(4). 2003-04-23 05:47:05 +00:00
doc postfix-2.0.9 out. 2003-04-22 08:05:43 +00:00
etc Add a reset_button script. 2003-04-20 20:55:39 +00:00
games PR/8247: Simon Burge: monop(6) save/restore doesn't work. 2003-04-21 01:25:27 +00:00
gnu Missing ':', noted by Thomas T. Thai 2003-04-22 16:17:39 +00:00
include don't use TRUE or FALSE 2003-04-19 01:40:36 +00:00
lib Turn on the building and installing of libbsdmalloc. 2003-04-22 20:35:17 +00:00
libexec Output a usefull error message if sysctl(3) fails. 2003-04-22 16:42:00 +00:00
regress Add a regression test to check that forced unmounts work correctly. 2003-04-15 06:19:57 +00:00
rescue Build mount_* individually, since mount and most of mount_* no longer 2003-03-03 02:09:18 +00:00
sbin This addresses PR 17613 when certain methods of adding routes would 2003-04-21 13:42:50 +00:00
share Change Dd to this year; new sentence, new line. 2003-04-23 05:43:47 +00:00
sys Make LFS work better (though still not "well") as an NFS-exported 2003-04-23 07:20:37 +00:00
tools build file(1) as a host tool (for compiling magic files) 2003-03-25 23:43:49 +00:00
usr.bin This is a host tool, so check if __RCSID is defined before using it. 2003-04-21 08:41:28 +00:00
usr.sbin Bump date for last; sort sections; comment out sysmon(4) xref for now. 2003-04-23 05:46:21 +00:00
BUILDING Fix example 3; the build.sh target is "install" not "installworld". 2003-02-08 10:00:33 +00:00
Makefile .WAIT before distrib, since distrib may need things built earlier 2003-04-18 19:14:39 +00:00
Makefile.inc
UPDATING Mention nasty interactions between new FFS superblock layout and old 2003-04-19 21:27:04 +00:00
build.sh Put -X into MAKEFLAGS on FreeBSD and Mac OS X; they have a small ARG_MAX. 2003-03-14 05:22:50 +00:00