FreeBSD src
Go to file
John Dyson 6538dda3dc 1) Fix a bug that a buffer is removed from a queue, but the
queue type is not set to QUEUE_NONE.  This appears to have
	caused a hang bug that has been lurking.
2)	Fix bugs that brelse'ing locked buffers do not "free" them, but the
	code assumes so.  This can cause hangs when LFS is used.
3)	Use malloced memory for directories when applicable.  The amount
	of malloced memory is seriously limited, but should decrease the
	amount of memory used by an average directory to 1/4 - 1/2 previous.
	This capability is fully tunable.  (Note that there is no config
	parameter, and might never be.)
4)	Bias slightly the buffer cache usage towards non-VMIO buffers.  Since
	the data in VMIO buffers is not lost when the buffer is reclaimed, this
	will help performance.  This is adjustable also.
1996-03-02 04:40:56 +00:00
bin delete unused label endarg 1996-03-01 06:14:13 +00:00
eBones Kill gets() found 1996-02-23 03:01:53 +00:00
etc "slow downs" --> "slowdowns" 1996-02-28 17:04:43 +00:00
games Correct man page section number references (e.g. don't use the 1996-02-11 23:29:40 +00:00
gnu Removed temporary file. 1996-03-01 15:18:55 +00:00
include Fix conflicts and merge into mainline (this may get cvs admined out and redone properly by Peter later) 1996-02-27 19:42:44 +00:00
lib Convert "time zone" to "timezone" in section NAME 1996-02-28 11:59:50 +00:00
libexec Update the uucpd makefile to install the man page. 1996-02-18 21:38:13 +00:00
lkm Make the ipfw LKM work again. 1996-02-24 13:41:57 +00:00
release Get rid of the MIRROR.SITES file. It was a gratuitous duplication 1996-02-27 03:40:40 +00:00
sbin Silence some cc -Wall warnings in quotacheck. 1996-02-27 08:04:48 +00:00
secure Add back missing crypt.3 man page. 1996-02-21 08:15:08 +00:00
share Remove reference to Systems.FAQ 1996-02-28 20:08:48 +00:00
sys 1) Fix a bug that a buffer is removed from a queue, but the 1996-03-02 04:40:56 +00:00
tools Don't look in libkern, it went away. 1995-12-29 01:51:23 +00:00
usr.bin Make the -w option actually useful to people. Instead of it creating a 1996-02-29 07:44:37 +00:00
usr.sbin Use libmd. 1996-03-01 19:29:44 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile do the 'include-tools' as part of the world target (like lib-tools and 1996-02-17 14:23:25 +00:00