From owner-cvs-all Thu Oct 3 9:20:17 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 ED4BD37B406; Thu, 3 Oct 2002 09:20:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9882543E75; Thu, 3 Oct 2002 09:20:15 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from freefall.freebsd.org (nyan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g93GKFCo004297; Thu, 3 Oct 2002 09:20:15 -0700 (PDT) (envelope-from nyan@freefall.freebsd.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g93GKFgD004296; Thu, 3 Oct 2002 09:20:15 -0700 (PDT) Message-Id: <200210031620.g93GKFgD004296@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Thu, 3 Oct 2002 09:20:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/pc98/boot2 Makefile boot.c boot.h dinode.h disk.c fs.h inode.h quota.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 nyan 2002/10/03 09:20:15 PDT Modified files: sys/boot/pc98/boot2 Makefile boot.c boot.h disk.c Added files: sys/boot/pc98/boot2 dinode.h fs.h inode.h quota.h Log: Added some header files from -stable and fixed the boot[12] programs. Revision Changes Path 1.11 +14 -2 src/sys/boot/pc98/boot2/Makefile 1.9 +1 -2 src/sys/boot/pc98/boot2/boot.c 1.5 +7 -4 src/sys/boot/pc98/boot2/boot.h 1.1 +130 -0 src/sys/boot/pc98/boot2/dinode.h (new) 1.6 +1 -0 src/sys/boot/pc98/boot2/disk.c 1.1 +555 -0 src/sys/boot/pc98/boot2/fs.h (new) 1.1 +165 -0 src/sys/boot/pc98/boot2/inode.h (new) 1.1 +205 -0 src/sys/boot/pc98/boot2/quota.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message