From owner-cvs-usrbin Thu Jul 16 17:20:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA21404 for cvs-usrbin-outgoing; Thu, 16 Jul 1998 17:20:08 -0700 (PDT) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA21292; Thu, 16 Jul 1998 17:19:55 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA19516; Thu, 16 Jul 1998 17:18:54 -0700 (PDT) Date: Thu, 16 Jul 1998 17:18:54 -0700 (PDT) Message-Id: <199807170018.RAA19516@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/doscmd dos.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1998/07/16 17:18:54 PDT Modified files: usr.bin/doscmd dos.c Log: o for unknown int21 functions, set the CY bit to indicate failure o When reporting a int21 function we don't know about yet, report AH as the major and AL as the minor, as opposed to reporting AL as the major. o Add support for 21:44:7: ioctl check output status. We optimistically say that output is always ready. o Add half support for 21:23: get file size. We always now return failure. This function isn't supported, according to the interrupt list, by the DOS box in windows, so I don't feel too bad. Revision Changes Path 1.5 +34 -2 src/usr.bin/doscmd/dos.c