| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Correct typo to get DOS function 0x51 (get PSP) to work. | tg | 2001-05-22 | 1 | -1/+1 |
* | DOS function 0x0a (buffered keyboard input) returned immediately. | tg | 2001-05-22 | 1 | -1/+1 |
* | Fix DOS function 4c (exit with return code). | tg | 2001-05-22 | 1 | -0/+1 |
* | Fix typo: compatability -> compatibility. | asmodai | 2001-02-06 | 1 | -2/+2 |
* | Fix typo: seperate -> separate. | asmodai | 2001-02-06 | 1 | -1/+1 |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -2/+2 |
* | Use macro API to <sys/queue.h> | phk | 2000-12-30 | 1 | -1/+1 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -0/+1 |
* | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 4 | -7/+11 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -19/+18 |
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 1 | -1/+3 |
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -11/+10 |
* | Initiate deorbit burn sequence for <machine/console.h>. | phk | 2000-10-08 | 1 | -1/+1 |
* | Fix problems introduced in the previous commit: | sheldonh | 2000-06-23 | 1 | -5/+4 |
* | Install a VGA font for the X11 mode. Use a line like | tg | 2000-06-23 | 5 | -7/+146 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -2/+2 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -2/+2 |