summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd/dos.c
Commit message (Expand)AuthorAgeFilesLines
* Implement file truncation (DOS function 0x21, sub 0x40).tg2001-05-221-4/+20
* Correct typo to get DOS function 0x51 (get PSP) to work.tg2001-05-221-1/+1
* DOS function 0x0a (buffered keyboard input) returned immediately.tg2001-05-221-1/+1
* Fix DOS function 4c (exit with return code).tg2001-05-221-0/+1
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* Add `_PATH_DEVZERO'.obrien2000-12-091-2/+3
* Unbreak doscmd after the sigset_t change:marcel1999-09-291-35/+35
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* o for unknown int21 functions, set the CY bit to indicate failureimp1998-07-171-2/+34
* o remove -f from doscmd man page, as it is not implemented.imp1998-07-161-1/+21
* o fix bug in conversion of DOS 32-bit signed number to FreeBSD's 64-bitimp1998-07-021-2/+2
* Make sourcer's main program execute in X mode.imp1998-07-011-2/+2
* Add our doscmd to the tree. This is a result of work from BSDI, anddyson1997-08-091-0/+2508
OpenPOWER on IntegriCloud