From owner-cvs-all Mon Oct 7 21:15:58 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 65CC737B401; Mon, 7 Oct 2002 21:15:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B79743EAA; Mon, 7 Oct 2002 21:15:56 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: from freefall.freebsd.org (dd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g984FuCo039799; Mon, 7 Oct 2002 21:15:56 -0700 (PDT) (envelope-from dd@freefall.freebsd.org) Received: (from dd@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g984FuRk039798; Mon, 7 Oct 2002 21:15:56 -0700 (PDT) Message-Id: <200210080415.g984FuRk039798@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 7 Oct 2002 21:15:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/libkern fnmatch.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 dd 2002/10/07 21:15:55 PDT Modified files: sys/conf files sys/libkern fnmatch.c sys/sys libkern.h Log: Import the libc fnmatch() into the kernel. This will be used by, among other things, the DEVFS rule subsystem to match nodes against a path pattern supplied by the user. fnmatch.c was repo-copied from src/lib/libc/gen/fnmatch.c, and the only changes to it are those necessary to make it compile in the kernel. The relevant parts of fnmatch.h were imported into libkern.h. Approved by: -arch Revision Changes Path 1.715 +1 -0 src/sys/conf/files 1.16 +9 -20 src/sys/libkern/fnmatch.c 1.32 +13 -0 src/sys/sys/libkern.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message