Go to file
perseant ef2da50400 Allow the number of free segments reserved for the cleaner to be
parametrized in the filesystem, defaulting to MIN_FREE_SEGS = 2 but set
to something more reasonable at newfs_lfs time.

Note the number of blocks that have been scheduled for writing but which
are not yet on disk in an inode extension, i_lfs_effnblks.  Move
i_ffs_effnlink out of the ffs extension and onto the main inode, since
it's used all over the shared code and the lfs extension would clobber
it.

At inode write time, indirect blocks and inode-held blocks of inodes
that have i_lfs_effnblks != i_ffs_blocks are cleansed of UNWRITTEN disk
addresses, so that these never make it to disk.
2000-07-03 01:45:46 +00:00
bin remove include of <vm/vm.h> 2000-06-29 06:26:33 +00:00
crypto add man-pages for kf and kfd 2000-07-02 07:39:39 +00:00
dist pull up christos's amd patches that didn't make it into 6.0.3 2000-06-16 02:10:12 +00:00
distrib add man-pages for kf and kfd 2000-07-02 16:40:14 +00:00
etc Fix pr9320: improve umask checking for root's dotfiles. 2000-07-02 22:27:47 +00:00
games Offered horse brutality to a previously incorrect RHPS quote. 2000-06-30 04:04:09 +00:00
gnu fix serious recog bug. Basically addl2 was never used since the rtx_equal_p 2000-07-03 01:09:52 +00:00
include Implement FNM_CASEFOLD, for matching the pattern in a case-insensitive 2000-06-28 01:13:35 +00:00
lib Fix a major botch in 1.4 (which I did not do) which broke _brk and malloc. 2000-07-01 05:21:12 +00:00
libexec add man-pages for kf and kfd 2000-07-02 07:39:39 +00:00
regress test 6 & 7: make the extent have the intended total of size 12 (noticed 2000-07-02 22:36:50 +00:00
sbin Add `create' and `destroy' commands. 2000-07-02 00:28:00 +00:00
share Xref more. 2000-07-02 00:52:50 +00:00
sys Allow the number of free segments reserved for the cleaner to be 2000-07-03 01:45:46 +00:00
usr.bin with -inv flag, do not truncate name of the interface (like "strip0"). 2000-07-02 09:07:23 +00:00
usr.sbin correct usage of route(8) in example. 2000-07-02 09:17:30 +00:00
Makefile Merge a bunch of things from crypto-us and crypto-intl into basesrc, 2000-06-20 06:00:24 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00