From owner-cvs-all Tue Aug 22 17:12:21 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 D274437B43E; Tue, 22 Aug 2000 17:12:18 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA89565; Tue, 22 Aug 2000 17:12:18 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200008230012.RAA89565@freefall.freebsd.org> From: John Baldwin Date: Tue, 22 Aug 2000 17:12:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib malloc.3 malloc.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/08/22 17:12:18 PDT Modified files: (Branch: RELENG_4) lib/libc/stdlib malloc.3 malloc.c Log: MFC: - Add a missing THREAD_UNLOCK() - Remove allocation failure check from 'A' option, the 'X' option does this as a standalone check now. Revision Changes Path 1.25.2.3 +2 -6 src/lib/libc/stdlib/malloc.3 1.49.2.1 +2 -4 src/lib/libc/stdlib/malloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message