summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd
Commit message (Expand)AuthorAgeFilesLines
* Uniformly refer to a file system as "file system".ru2002-12-121-2/+2
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-31/+0
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-4/+4
* "inline" fixing. Replace "inline" with "__inline" to make more BSDmarkm2002-07-1910-44/+52
* More consistancy. file system > filesystemtrhodes2002-05-165-6/+6
* Cast the uc_mcontext member to regcontext *, not the whole ucontext_t.tg2002-05-101-2/+3
* Fix wrong bitmask.tg2002-05-101-3/+3
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-13/+13
* Use `The .Nm utility'charnier2002-04-191-4/+6
* Reduce the number of spelling mistakes.charnier2002-04-129-22/+22
* Mark some parameters as unused.dwmalone2002-03-303-14/+24
* Update FreeBSD SCM IDs.obrien2002-03-0739-82/+120
* Avoid a null-pointer dereference which occurred when emulating DOSrobert2002-02-261-0/+2
* - Emulate instructions prefixed with 'rep' correctly: set the CXrobert2002-02-261-0/+1
* Don't rely on <sys/signal.h> to include <sys/ucontext.h>.deischen2002-02-171-0/+1
* WARNS=2 fixupmarkm2001-12-0214-54/+55
* Remove check for the DISPLAY environment variable. It's easier to usetg2001-11-271-3/+0
* Minor cleanup, no functional changes:tg2001-10-125-96/+108
* - First shot at PIC emulation;tg2001-10-0213-589/+741
* Fixed the BINGRP handling mess.ru2001-09-131-3/+3
* 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
OpenPOWER on IntegriCloud