From owner-cvs-src@FreeBSD.ORG Sun Apr 13 02:02:07 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1711237B401; Sun, 13 Apr 2003 02:02:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD4D143FA3; Sun, 13 Apr 2003 02:02:06 -0700 (PDT) (envelope-from phk@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 h3D9260U035172; Sun, 13 Apr 2003 02:02:06 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3D9266H035171; Sun, 13 Apr 2003 02:02:06 -0700 (PDT) Message-Id: <200304130902.h3D9266H035171@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 13 Apr 2003 02:02:06 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom.h geom_aes.c geom_apple.c geom_bsd.c geom_dump.c geom_event.c geom_gpt.c geom_io.c geom_mbr.c geom_mirror.c geom_pc98.c geom_slice.c geom_subr.c geom_sunlabel.c geom_vol_ffs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2003 09:02:07 -0000 phk 2003/04/13 02:02:06 PDT FreeBSD src repository Modified files: sys/geom geom.h geom_aes.c geom_apple.c geom_bsd.c geom_dump.c geom_event.c geom_gpt.c geom_io.c geom_mbr.c geom_mirror.c geom_pc98.c geom_slice.c geom_subr.c geom_sunlabel.c geom_vol_ffs.c Log: Time has run from the "run GEOM in userland" harness, and the new regression test is built to test GEOM as running in the kernel. This commit is basically "unifdef -D_KERNEL" to remove the mainly #include related code to support the userland-harness. Revision Changes Path 1.56 +0 -8 src/sys/geom/geom.h 1.14 +0 -8 src/sys/geom/geom_aes.c 1.8 +0 -9 src/sys/geom/geom_apple.c 1.48 +0 -8 src/sys/geom/geom_bsd.c 1.25 +0 -11 src/sys/geom/geom_dump.c 1.28 +0 -13 src/sys/geom/geom_event.c 1.18 +0 -9 src/sys/geom/geom_gpt.c 1.38 +0 -9 src/sys/geom/geom_io.c 1.46 +0 -9 src/sys/geom/geom_mbr.c 1.5 +0 -8 src/sys/geom/geom_mirror.c 1.35 +0 -8 src/sys/geom/geom_pc98.c 1.41 +0 -11 src/sys/geom/geom_slice.c 1.42 +0 -11 src/sys/geom/geom_subr.c 1.26 +0 -9 src/sys/geom/geom_sunlabel.c 1.5 +0 -9 src/sys/geom/geom_vol_ffs.c