aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/doscmd
Commit message (Expand)AuthorAgeFilesLines
* Get rid of duplicates.Ruslan Ermilov2003-09-141-2/+2
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-2/+2
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-31/+0
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-1/+1
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-4/+4
* "inline" fixing. Replace "inline" with "__inline" to make more BSDMark Murray2002-07-1910-44/+52
* More consistancy. file system > filesystemTom Rhodes2002-05-165-6/+6
* Cast the uc_mcontext member to regcontext *, not the whole ucontext_t.Thomas Gellekum2002-05-101-2/+3
* Fix wrong bitmask.Thomas Gellekum2002-05-101-3/+3
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-13/+13
* Use `The .Nm utility'Philippe Charnier2002-04-191-4/+6
* Reduce the number of spelling mistakes.Philippe Charnier2002-04-129-22/+22
* Mark some parameters as unused.David Malone2002-03-303-14/+24
* Update FreeBSD SCM IDs.David E. O'Brien2002-03-0739-82/+120
* Avoid a null-pointer dereference which occurred when emulating DOSRobert Drehmel2002-02-261-0/+2
* - Emulate instructions prefixed with 'rep' correctly: set the CXRobert Drehmel2002-02-261-0/+1
* Don't rely on <sys/signal.h> to include <sys/ucontext.h>.Daniel Eischen2002-02-171-0/+1
* WARNS=2 fixupMark Murray2001-12-0214-54/+55
* Remove check for the DISPLAY environment variable. It's easier to useThomas Gellekum2001-11-271-3/+0
* Minor cleanup, no functional changes:Thomas Gellekum2001-10-125-96/+108
* - First shot at PIC emulation;Thomas Gellekum2001-10-0213-589/+741
* Fixed the BINGRP handling mess.Ruslan Ermilov2001-09-131-3/+3
* Remove MAP_INHERIT flag from mmaps.Matthew Dillon2001-08-254-11/+11
* Fix INT 10:09 (write char) and INT 10:0a (write char and attribute)Thomas Gellekum2001-08-142-10/+12
* Move update of BIOS variable at 0x6c (time counter) completely to timer.c.Thomas Gellekum2001-08-142-18/+16
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-1/+2
* Initialize debugf in main()Peter Wemm2001-08-132-1/+2
* mdoc(7) police: s;BSD/OS;.Bsx; where appropriate.Ruslan Ermilov2001-08-131-2/+2
* 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