des 2004/02/16 10:41:58 PST FreeBSD src repository Modified files: sys/vm vm_kern.c Log: Don't panic if we fail to satisfy an M_WAITOK request; return 0 instead. The calling code will either handle that gracefully or cause a page fault. Revision Changes Path 1.113 +2 -0 src/sys/vm/vm_kern.c