From owner-cvs-src@FreeBSD.ORG Thu Apr 17 00:39:04 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 D37F137B401; Thu, 17 Apr 2003 00:39:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8070443FA3; Thu, 17 Apr 2003 00:39:04 -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 h3H7d40U074081; Thu, 17 Apr 2003 00:39:04 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3H7d4hh074080; Thu, 17 Apr 2003 00:39:04 -0700 (PDT) Message-Id: <200304170739.h3H7d4hh074080@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 17 Apr 2003 00:39:04 -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/conf files files.alpha files.i386 files.ia64 files.pc98 files.sparc64 src/sys/sys disklabel.h 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: Thu, 17 Apr 2003 07:39:05 -0000 phk 2003/04/17 00:39:03 PDT FreeBSD src repository Modified files: sys/conf files files.alpha files.i386 files.ia64 files.pc98 files.sparc64 sys/sys disklabel.h Log: Separate the encoding/decoding functions for struct disklabel into a separate source file which can be used from both kernel and userland code. Revision Changes Path 1.784 +1 -0 src/sys/conf/files 1.101 +1 -0 src/sys/conf/files.alpha 1.443 +1 -0 src/sys/conf/files.i386 1.50 +1 -0 src/sys/conf/files.ia64 1.268 +1 -0 src/sys/conf/files.pc98 1.41 +1 -0 src/sys/conf/files.sparc64 1.101 +9 -0 src/sys/sys/disklabel.h