| Commit message (Expand) | Author | Age | Files | Lines |
* | More consistancy. file system > filesystem | trhodes | 2002-05-16 | 5 | -6/+6 |
* | Cast the uc_mcontext member to regcontext *, not the whole ucontext_t. | tg | 2002-05-10 | 1 | -2/+3 |
* | Fix wrong bitmask. | tg | 2002-05-10 | 1 | -3/+3 |
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 1 | -13/+13 |
* | Use `The .Nm utility' | charnier | 2002-04-19 | 1 | -4/+6 |
* | Reduce the number of spelling mistakes. | charnier | 2002-04-12 | 9 | -22/+22 |
* | Mark some parameters as unused. | dwmalone | 2002-03-30 | 3 | -14/+24 |
* | Update FreeBSD SCM IDs. | obrien | 2002-03-07 | 39 | -82/+120 |
* | Avoid a null-pointer dereference which occurred when emulating DOS | robert | 2002-02-26 | 1 | -0/+2 |
* | - Emulate instructions prefixed with 'rep' correctly: set the CX | robert | 2002-02-26 | 1 | -0/+1 |
* | Don't rely on <sys/signal.h> to include <sys/ucontext.h>. | deischen | 2002-02-17 | 1 | -0/+1 |
* | WARNS=2 fixup | markm | 2001-12-02 | 14 | -54/+55 |
* | Remove check for the DISPLAY environment variable. It's easier to use | tg | 2001-11-27 | 1 | -3/+0 |
* | Minor cleanup, no functional changes: | tg | 2001-10-12 | 5 | -96/+108 |
* | - First shot at PIC emulation; | tg | 2001-10-02 | 13 | -589/+741 |
* | Fixed the BINGRP handling mess. | ru | 2001-09-13 | 1 | -3/+3 |
* | Remove MAP_INHERIT flag from mmaps. | dillon | 2001-08-25 | 4 | -11/+11 |
* | Fix INT 10:09 (write char) and INT 10:0a (write char and attribute) | tg | 2001-08-14 | 2 | -10/+12 |
* | Move update of BIOS variable at 0x6c (time counter) completely to timer.c. | tg | 2001-08-14 | 2 | -18/+16 |
* | mdoc(7) police: s/BSD/.Bx/ where appropriate. | ru | 2001-08-14 | 1 | -1/+2 |
* | Initialize debugf in main() | peter | 2001-08-13 | 2 | -1/+2 |
* | mdoc(7) police: s;BSD/OS;.Bsx; where appropriate. | ru | 2001-08-13 | 1 | -2/+2 |
* | mdoc(7) police: join split punctuation to macro calls. | ru | 2001-08-10 | 1 | -4/+4 |
* | Silence some more warnings, mostly from `-W -Wwrite-strings'. | tg | 2001-08-08 | 18 | -649/+778 |
* | Fix warnings resulting from `-Wredundant-decls -Wstrict-prototypes'. | tg | 2001-08-07 | 14 | -66/+39 |
* | Fix warnings from `-Wmissing-prototypes'. Staticize. | tg | 2001-08-03 | 16 | -276/+231 |
* | Sort SRCS. | tg | 2001-08-03 | 1 | -2/+2 |
* | Don't wait for a keypress in INT 16 function 01, just return the current | tg | 2001-08-01 | 1 | -3/+0 |
* | Mark debug() and fatal() as __printflike() and fix resulting warnings. | tg | 2001-07-31 | 14 | -42/+42 |
* | Sort options, remove unknown option 'f'. | tg | 2001-07-31 | 1 | -68/+67 |
* | - Add some more x86 instructions to emulate, | tg | 2001-07-30 | 4 | -136/+267 |
* | - Fix file names <:-(, | tg | 2001-07-30 | 1 | -14/+12 |
* | Include <sys/kbio.h> or <machine/console.h>, depending on __FreeBSD_version. | tg | 2001-07-26 | 1 | -1/+8 |
* | Correct font names. Now, how on earth did this work on my system? | tg | 2001-07-26 | 1 | -3/+3 |
* | Fix bugs introduced in 1.26: | tg | 2001-07-26 | 1 | -10/+8 |
* | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | sheldonh | 2001-07-26 | 1 | -2/+2 |
* | Fix breakage introduced in rev 1.26, with the introduction of | sheldonh | 2001-07-25 | 1 | -3/+3 |
* | Remove non-existent (missing?) fonts.alias from beforeinstall: target | ache | 2001-07-24 | 1 | -1/+1 |
* | Add -I${.OBJDIR} to pick generated font*.h | ache | 2001-07-24 | 1 | -1/+1 |
* | Clean up the code a bit: | tg | 2001-07-24 | 32 | -181/+205 |
* | Rewrite video emulation. Features: | tg | 2001-07-24 | 16 | -1583/+3136 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -17/+17 |
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -3/+0 |
* | Fix another buffer overflow. | tg | 2001-06-28 | 2 | -6/+12 |
* | Update BIOS time. | tg | 2001-05-22 | 1 | -0/+11 |
* | Beautify debugging output. | tg | 2001-05-22 | 1 | -2/+2 |
* | Fix slice handling. Add 6 (`big' DOS partition) as a legal systemID. | tg | 2001-05-22 | 1 | -2/+3 |
* | Silence some debugging output when installing Borland's Turbo C. | tg | 2001-05-22 | 1 | -1/+14 |
* | Fix boot order (really try A:, then C:, unless the `boot' option is | tg | 2001-05-22 | 1 | -12/+32 |
* | Implement file truncation (DOS function 0x21, sub 0x40). | tg | 2001-05-22 | 1 | -4/+20 |