summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd/dos.c
Commit message (Expand)AuthorAgeFilesLines
* Update FreeBSD SCM IDs.obrien2002-03-071-2/+3
* WARNS=2 fixupmarkm2001-12-021-1/+1
* Silence some more warnings, mostly from `-W -Wwrite-strings'.tg2001-08-081-4/+4
* Fix warnings resulting from `-Wredundant-decls -Wstrict-prototypes'.tg2001-08-071-2/+0
* Fix warnings from `-Wmissing-prototypes'. Staticize.tg2001-08-031-4/+4
* Mark debug() and fatal() as __printflike() and fix resulting warnings.tg2001-07-311-4/+4
* Clean up the code a bit:tg2001-07-241-32/+31
* 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