From owner-cvs-sys Tue Mar 14 23:52:10 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA17751 for cvs-sys-outgoing; Tue, 14 Mar 1995 23:52:10 -0800 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA17741; Tue, 14 Mar 1995 23:52:07 -0800 Date: Tue, 14 Mar 1995 23:52:07 -0800 From: David Greenman Message-Id: <199503150752.XAA17741@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/vm vm_kern.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk 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.