From owner-cvs-all Tue Feb 25 14:11:42 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 877E737B401; Tue, 25 Feb 2003 14:11:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2674143F93; Tue, 25 Feb 2003 14:11:40 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1PMBd0U017007; Tue, 25 Feb 2003 14:11:39 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1PMBdsr017006; Tue, 25 Feb 2003 14:11:39 -0800 (PST) Message-Id: <200302252211.h1PMBdsr017006@repoman.freebsd.org> From: Robert Watson Date: Tue, 25 Feb 2003 14:11:39 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys libkern.h src/sys/libkern strdup.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2003/02/25 14:11:39 PST Modified files: sys/sys libkern.h sys/libkern strdup.c Log: Pass a malloc type into the libkern strdup() implementation explicitly, so that callers can specify what malloc pool the resulting memory should come from. Requested by: phk Revision Changes Path 1.2 +2 -2 src/sys/libkern/strdup.c 1.39 +2 -1 src/sys/sys/libkern.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message