From owner-cvs-all Thu Oct 10 10: 2:13 2002 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 80F9037B401; Thu, 10 Oct 2002 10:02:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EC4243EAC; Thu, 10 Oct 2002 10:02:12 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9AH2CCo016726; Thu, 10 Oct 2002 10:02:12 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9AH2Ch2016725; Thu, 10 Oct 2002 10:02:12 -0700 (PDT) Message-Id: <200210101702.g9AH2Ch2016725@freefall.freebsd.org> From: Robert Watson Date: Thu, 10 Oct 2002 10:02:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/libkern strsep.c src/sys/sys libkern.h 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 2002/10/10 10:02:11 PDT Modified files: sys/conf files sys/libkern strsep.c sys/sys libkern.h Log: Hook up strsep(3) to libkern following a repo-copy by Peter. This will allow us to avoid nasty by-hand string parsing stuff in a number of places in the kernel, reducing the risk of unexpected consequences for kernel correctness. Revision Changes Path 1.716 +1 -0 src/sys/conf/files 1.6 +2 -2 src/sys/libkern/strsep.c 1.33 +1 -0 src/sys/sys/libkern.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message