aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/doscmd
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: join split punctuation to macro calls.Ruslan Ermilov2001-08-101-4/+4
* Silence some more warnings, mostly from `-W -Wwrite-strings'.Thomas Gellekum2001-08-0818-649/+778
* Fix warnings resulting from `-Wredundant-decls -Wstrict-prototypes'.Thomas Gellekum2001-08-0714-66/+39
* Fix warnings from `-Wmissing-prototypes'. Staticize.Thomas Gellekum2001-08-0316-276/+231
* Sort SRCS.Thomas Gellekum2001-08-031-2/+2
* Don't wait for a keypress in INT 16 function 01, just return the currentThomas Gellekum2001-08-011-3/+0
* Mark debug() and fatal() as __printflike() and fix resulting warnings.Thomas Gellekum2001-07-3114-42/+42
* Sort options, remove unknown option 'f'.Thomas Gellekum2001-07-311-68/+67
* - Add some more x86 instructions to emulate,Thomas Gellekum2001-07-304-136/+267
* - Fix file names <:-(,Thomas Gellekum2001-07-301-14/+12
* Include <sys/kbio.h> or <machine/console.h>, depending on __FreeBSD_version.Thomas Gellekum2001-07-261-1/+8
* Correct font names. Now, how on earth did this work on my system?Thomas Gellekum2001-07-261-3/+3
* Fix bugs introduced in 1.26:Thomas Gellekum2001-07-261-10/+8
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-261-2/+2
* Fix breakage introduced in rev 1.26, with the introduction ofSheldon Hearn2001-07-251-3/+3
* Remove non-existent (missing?) fonts.alias from beforeinstall: targetAndrey A. Chernov2001-07-241-1/+1
* Add -I${.OBJDIR} to pick generated font*.hAndrey A. Chernov2001-07-241-1/+1
* Clean up the code a bit:Thomas Gellekum2001-07-2432-181/+205
* Rewrite video emulation. Features:Thomas Gellekum2001-07-2416-1583/+3136
* Remove whitespace at EOL.Dima Dorfman2001-07-151-17/+17
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-3/+0
* Fix another buffer overflow.Thomas Gellekum2001-06-282-6/+12
* Update BIOS time.Thomas Gellekum2001-05-221-0/+11
* Beautify debugging output.Thomas Gellekum2001-05-221-2/+2
* Fix slice handling. Add 6 (`big' DOS partition) as a legal systemID.Thomas Gellekum2001-05-221-2/+3
* Silence some debugging output when installing Borland's Turbo C.Thomas Gellekum2001-05-221-1/+14
* Fix boot order (really try A:, then C:, unless the `boot' option isThomas Gellekum2001-05-221-12/+32
* Implement file truncation (DOS function 0x21, sub 0x40).Thomas Gellekum2001-05-221-4/+20
* Correct typo to get DOS function 0x51 (get PSP) to work.Thomas Gellekum2001-05-221-1/+1
* DOS function 0x0a (buffered keyboard input) returned immediately.Thomas Gellekum2001-05-221-1/+1
* Fix DOS function 4c (exit with return code).Thomas Gellekum2001-05-221-0/+1
* Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-061-2/+2
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-2/+2
* Use macro API to <sys/queue.h>Poul-Henning Kamp2000-12-301-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-0/+1
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-094-7/+11
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-19/+18
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-141-1/+3
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-11/+10
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-081-1/+1
* Fix problems introduced in the previous commit:Sheldon Hearn2000-06-231-5/+4
* Install a VGA font for the X11 mode. Use a line likeThomas Gellekum2000-06-235-7/+146
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Oops, revert previous commitKris Kennaway2000-05-071-2/+2
* Update device references.Kris Kennaway2000-05-073-8/+7
* Remove reference to bsd2dos command, refer to fconv and similar.Nik Clayton2000-04-301-3/+3
* Add and document a NO_X knob to force disabling of X support in doscmdKris Kennaway2000-03-191-2/+2
* Don't build with X support if DESTDIR is defined. This preventsMarcel Moolenaar2000-01-051-21/+18