From owner-cvs-all Fri May 25 5:27:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 737BE37B422; Fri, 25 May 2001 05:27:41 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PCRfS12767; Fri, 25 May 2001 05:27:41 -0700 (PDT) (envelope-from tg) Message-Id: <200105251227.f4PCRfS12767@freefall.freebsd.org> From: Thomas Gellekum Date: Fri, 25 May 2001 05:27:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/doscmd dos.c doscmd.c int10.c int13.c intff.c timer.c X-FreeBSD-CVS-Branch: RELENG_4 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 tg 2001/05/25 05:27:41 PDT Modified files: (Branch: RELENG_4) usr.bin/doscmd dos.c doscmd.c int10.c int13.c intff.c timer.c Log: MFC: - fix DOS functions 4c, 0a, 51 - implement file truncation - fix boot order - fix slice handling - add type 6 as legal systemID - update BIOS time PR: 15528 15531 15547 20925 Revision Changes Path 1.7.2.3 +24 -7 src/usr.bin/doscmd/dos.c 1.13.2.3 +33 -13 src/usr.bin/doscmd/doscmd.c 1.3.2.1 +15 -2 src/usr.bin/doscmd/int10.c 1.4.2.1 +4 -3 src/usr.bin/doscmd/int13.c 1.7.2.1 +3 -3 src/usr.bin/doscmd/intff.c 1.2.2.1 +12 -1 src/usr.bin/doscmd/timer.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message