freebsd-src/sys
David Greenman ba8da83911 Panic if object is deallocated too many times.
Slight change to reverse collapsing so that vm_object_deallocate doesn't
have to be called recursively.
Removed half of a previous fix - the renamed page during a collapse doesn't
need to be marked dirty because the pager backing store pointers are copied
- thus preserving the page's data. This assumes that pages without backing
store are always dirty (except perhaps for when they are first zeroed, but
this doesn't matter).
Switch order of two lines of code so that the correct pager is removed
from the hash list. The previous code bogusly passed a NULL pointer to
vm_object_remove(). The call to vm_object_remove() should be unnecessary
if named anonymous objects were being dealt with correctly. They are
currently marked as OBJ_INTERNAL, which really screws up things (such as
this).
1995-02-20 14:21:58 +00:00
..
alpha/include
amd64 Do away with 'options SWAP_GENERIC' once and for all: I get ill 1995-02-18 18:05:35 +00:00
compile
conf Remove the SCSI idsn line - it's permanantly dead. 1995-02-19 14:07:28 +00:00
ddb
dev This is the latest version of the APM stuff from HOSOKAWA, I have looked 1995-02-17 02:22:57 +00:00
fs YFfix 1995-02-14 06:31:13 +00:00
gnu Fix a few bogons introduced when config lost the 3 char limitation. 1995-02-16 08:06:28 +00:00
i386 Remove the SCSI idsn line - it's permanantly dead. 1995-02-19 14:07:28 +00:00
isa This is the latest version of the APM stuff from HOSOKAWA, I have looked 1995-02-17 02:22:57 +00:00
isofs/cd9660
kern Don't flush the message buffer when it fills up. 1995-02-19 15:02:26 +00:00
libkern
miscfs YFfix 1995-02-14 06:31:13 +00:00
modules
msdosfs
net Attempting to bind() or connect() a routing socket, while meaningless, 1995-02-16 01:11:38 +00:00
netccitt And fix some more compiler warnings. Then give up. /sys/net* is FULL of 1995-02-15 06:29:47 +00:00
netinet Include missing <sys/kernel.h> for `hz'. 1995-02-17 00:29:42 +00:00
netiso
netns
nfs YF fix. 1995-02-15 04:21:32 +00:00
nfsclient YF fix. 1995-02-15 04:21:32 +00:00
nfsserver YF fix. 1995-02-15 04:21:32 +00:00
pci Improve diagnostics: 1995-02-17 16:45:08 +00:00
powerpc/include
rpc
scsi >From a week or two ago I got kernel panics as soon as I tried to access my 1995-02-15 07:44:07 +00:00
sys New field b_biodone_chain to support nested b_iodone's. 1995-02-18 21:12:33 +00:00
tools
ufs Adjust slice names in diskerr() for the rearranged slice numbers. The 1995-02-16 14:47:38 +00:00
vm Panic if object is deallocated too many times. 1995-02-20 14:21:58 +00:00
Makefile