Date: Tue, 14 Mar 1995 23:52:07 -0800 From: David Greenman <davidg> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/vm vm_kern.c Message-ID: <199503150752.XAA17741@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
davidg 95/03/14 23:52:07 Modified: sys/kern uipc_mbuf.c sys/vm vm_kern.c Log: Special cased the handling of mb_map in the M_WAITOK case. kmem_malloc() now returns NULL and sets a global 'mb_map_full' when the map is full. m_clalloc() has further been taught to expect this and do the right thing. This should fix the "mb_map full" panics that several people have reported.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503150752.XAA17741>