From owner-cvs-all Thu Feb 8 12:22:55 2001 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 3353137B4EC; Thu, 8 Feb 2001 12:22:29 -0800 (PST) Received: (from tegge@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f18KMTx14124; Thu, 8 Feb 2001 12:22:29 -0800 (PST) (envelope-from tegge) Message-Id: <200102082022.f18KMTx14124@freefall.freebsd.org> From: Tor Egge Date: Thu, 8 Feb 2001 12:22:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio vfprintf.c src/lib/libc/stdlib netbsd_strtod.c strtod.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tegge 2001/02/08 12:22:28 PST Modified files: lib/libc/stdio vfprintf.c lib/libc/stdlib netbsd_strtod.c strtod.c Log: Protect freelists managed by Balloc/Bfree with a spinlock. Change __dtoa to not free the string it allocated the previous time it was called. The caller now frees the string after usage if appropiate. PR: 15070 Revision Changes Path 1.25 +19 -6 src/lib/libc/stdio/vfprintf.c 1.3 +23 -19 src/lib/libc/stdlib/netbsd_strtod.c 1.4 +23 -17 src/lib/libc/stdlib/strtod.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message