From owner-cvs-all Sun Oct 29 8:14:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D00337B479; Sun, 29 Oct 2000 08:14:29 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA89906; Sun, 29 Oct 2000 08:14:29 -0800 (PST) (envelope-from dwmalone@FreeBSD.org) Message-Id: <200010291614.IAA89906@freefall.freebsd.org> From: David Malone Date: Sun, 29 Oct 2000 08:14:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netncp ncp_conn.c src/sys/nwfs nwfs_node.c nwfs_vfsops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2000/10/29 08:14:29 PST Modified files: sys/netncp ncp_conn.c sys/nwfs nwfs_node.c nwfs_vfsops.c Log: Make malloc use M_ZERO in some more locations. Don't check for a null pointer if malloc called with M_WAITOK. Submitted by: josh@zipperup.org Submitted by: Robert Drehmel Approved by: bp Revision Changes Path 1.11 +4 -7 src/sys/netncp/ncp_conn.c 1.12 +2 -3 src/sys/nwfs/nwfs_node.c 1.11 +2 -4 src/sys/nwfs/nwfs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message