summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd
Commit message (Expand)AuthorAgeFilesLines
* Remove MAP_INHERIT flag from mmaps.dillon2001-08-254-11/+11
* Fix INT 10:09 (write char) and INT 10:0a (write char and attribute)tg2001-08-142-10/+12
* Move update of BIOS variable at 0x6c (time counter) completely to timer.c.tg2001-08-142-18/+16
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-141-1/+2
* Initialize debugf in main()peter2001-08-132-1/+2
* mdoc(7) police: s;BSD/OS;.Bsx; where appropriate.ru2001-08-131-2/+2
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-101-4/+4
* Silence some more warnings, mostly from `-W -Wwrite-strings'.tg2001-08-0818-649/+778
* Fix warnings resulting from `-Wredundant-decls -Wstrict-prototypes'.tg2001-08-0714-66/+39
* Fix warnings from `-Wmissing-prototypes'. Staticize.tg2001-08-0316-276/+231
* Sort SRCS.tg2001-08-031-2/+2
* Don't wait for a keypress in INT 16 function 01, just return the currenttg2001-08-011-3/+0
* Mark debug() and fatal() as __printflike() and fix resulting warnings.tg2001-07-3114-42/+42
* Sort options, remove unknown option 'f'.tg2001-07-311-68/+67
* - Add some more x86 instructions to emulate,tg2001-07-304-136/+267
* - Fix file names <:-(,tg2001-07-301-14/+12
* Include <sys/kbio.h> or <machine/console.h>, depending on __FreeBSD_version.tg2001-07-261-1/+8
* Correct font names. Now, how on earth did this work on my system?tg2001-07-261-3/+3
* Fix bugs introduced in 1.26:tg2001-07-261-10/+8
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. Thesheldonh2001-07-261-2/+2
* Fix breakage introduced in rev 1.26, with the introduction ofsheldonh2001-07-251-3/+3
* Remove non-existent (missing?) fonts.alias from beforeinstall: targetache2001-07-241-1/+1
* Add -I${.OBJDIR} to pick generated font*.hache2001-07-241-1/+1
* Clean up the code a bit:tg2001-07-2432-181/+205
* Rewrite video emulation. Features:tg2001-07-2416-1583/+3136
* Remove whitespace at EOL.dd2001-07-151-17/+17
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-3/+0
* Fix another buffer overflow.tg2001-06-282-6/+12
* Update BIOS time.tg2001-05-221-0/+11
* Beautify debugging output.tg2001-05-221-2/+2
* Fix slice handling. Add 6 (`big' DOS partition) as a legal systemID.tg2001-05-221-2/+3
* Silence some debugging output when installing Borland's Turbo C.tg2001-05-221-1/+14
* Fix boot order (really try A:, then C:, unless the `boot' option istg2001-05-221-12/+32
* 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: compatability -> compatibility.asmodai2001-02-061-2/+2
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-2/+2
* Use macro API to <sys/queue.h>phk2000-12-301-1/+1
* Prepare for mdoc(7)NG.ru2000-12-191-0/+1
* Add `_PATH_DEVZERO'.obrien2000-12-094-7/+11
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-19/+18
* Use Fx macro wherever possible.ru2000-11-141-1/+3
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-11/+10
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-1/+1
* Fix problems introduced in the previous commit:sheldonh2000-06-231-5/+4
* Install a VGA font for the X11 mode. Use a line liketg2000-06-235-7/+146
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
OpenPOWER on IntegriCloud