DragonFly commits List (threaded) for 2003-11
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/vm vm_object.c
dillon 2003/11/10 17:35:36 PST
DragonFly src repository
Modified files:
sys/vm vm_object.c
Log:
Most code that calls vm_object_allocate() assumes that the allocation will
succeed. Set the flag to cause the VM object zone to panic if it is unable
to allocate a VM object (so we don't get incomprehensible fatal null pointer
traps in the kernel).
Revision Changes Path
1.12 +3 -2 src/sys/vm/vm_object.c
http://www.dragonflybsd.org/cvsweb/src/sys/vm/vm_object.c.diff?r1=1.11&r2=1.12&f=h
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]