| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of duplicates. | Ruslan Ermilov | 2003-09-14 | 1 | -2/+2 |
* | Uniformly refer to a file system as "file system". | Ruslan Ermilov | 2002-12-12 | 1 | -2/+2 |
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | Peter Wemm | 2002-09-17 | 1 | -31/+0 |
* | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 1 | -1/+1 |
* | Drop support for COPY, -c has been the default mode of install(1) | Ruslan Ermilov | 2002-07-29 | 1 | -4/+4 |
* | "inline" fixing. Replace "inline" with "__inline" to make more BSD | Mark Murray | 2002-07-19 | 10 | -44/+52 |
* | More consistancy. file system > filesystem | Tom Rhodes | 2002-05-16 | 5 | -6/+6 |
* | Cast the uc_mcontext member to regcontext *, not the whole ucontext_t. | Thomas Gellekum | 2002-05-10 | 1 | -2/+3 |
* | Fix wrong bitmask. | Thomas Gellekum | 2002-05-10 | 1 | -3/+3 |
* | Usage style sweep: spell "usage" with a small 'u'. | Dag-Erling Smørgrav | 2002-04-22 | 1 | -13/+13 |
* | Use `The .Nm utility' | Philippe Charnier | 2002-04-19 | 1 | -4/+6 |
* | Reduce the number of spelling mistakes. | Philippe Charnier | 2002-04-12 | 9 | -22/+22 |
* | Mark some parameters as unused. | David Malone | 2002-03-30 | 3 | -14/+24 |
* | Update FreeBSD SCM IDs. | David E. O'Brien | 2002-03-07 | 39 | -82/+120 |
* | Avoid a null-pointer dereference which occurred when emulating DOS | Robert Drehmel | 2002-02-26 | 1 | -0/+2 |
* | - Emulate instructions prefixed with 'rep' correctly: set the CX | Robert Drehmel | 2002-02-26 | 1 | -0/+1 |
* | Don't rely on <sys/signal.h> to include <sys/ucontext.h>. | Daniel Eischen | 2002-02-17 | 1 | -0/+1 |
* | WARNS=2 fixup | Mark Murray | 2001-12-02 | 14 | -54/+55 |
* | Remove check for the DISPLAY environment variable. It's easier to use | Thomas Gellekum | 2001-11-27 | 1 | -3/+0 |
* | Minor cleanup, no functional changes: | Thomas Gellekum | 2001-10-12 | 5 | -96/+108 |
* | - First shot at PIC emulation; | Thomas Gellekum | 2001-10-02 | 13 | -589/+741 |
* | Fixed the BINGRP handling mess. | Ruslan Ermilov | 2001-09-13 | 1 | -3/+3 |
* | Remove MAP_INHERIT flag from mmaps. | Matthew Dillon | 2001-08-25 | 4 | -11/+11 |
* | Fix INT 10:09 (write char) and INT 10:0a (write char and attribute) | Thomas Gellekum | 2001-08-14 | 2 | -10/+12 |
* | Move update of BIOS variable at 0x6c (time counter) completely to timer.c. | Thomas Gellekum | 2001-08-14 | 2 | -18/+16 |
* | mdoc(7) police: s/BSD/.Bx/ where appropriate. | Ruslan Ermilov | 2001-08-14 | 1 | -1/+2 |
* | Initialize debugf in main() | Peter Wemm | 2001-08-13 | 2 | -1/+2 |
* | mdoc(7) police: s;BSD/OS;.Bsx; where appropriate. | Ruslan Ermilov | 2001-08-13 | 1 | -2/+2 |
* | mdoc(7) police: join split punctuation to macro calls. | Ruslan Ermilov | 2001-08-10 | 1 | -4/+4 |
* | Silence some more warnings, mostly from `-W -Wwrite-strings'. | Thomas Gellekum | 2001-08-08 | 18 | -649/+778 |
* | Fix warnings resulting from `-Wredundant-decls -Wstrict-prototypes'. | Thomas Gellekum | 2001-08-07 | 14 | -66/+39 |
* | Fix warnings from `-Wmissing-prototypes'. Staticize. | Thomas Gellekum | 2001-08-03 | 16 | -276/+231 |
* | Sort SRCS. | Thomas Gellekum | 2001-08-03 | 1 | -2/+2 |
* | Don't wait for a keypress in INT 16 function 01, just return the current | Thomas Gellekum | 2001-08-01 | 1 | -3/+0 |
* | Mark debug() and fatal() as __printflike() and fix resulting warnings. | Thomas Gellekum | 2001-07-31 | 14 | -42/+42 |
* | Sort options, remove unknown option 'f'. | Thomas Gellekum | 2001-07-31 | 1 | -68/+67 |
* | - Add some more x86 instructions to emulate, | Thomas Gellekum | 2001-07-30 | 4 | -136/+267 |
* | - Fix file names <:-(, | Thomas Gellekum | 2001-07-30 | 1 | -14/+12 |
* | Include <sys/kbio.h> or <machine/console.h>, depending on __FreeBSD_version. | Thomas Gellekum | 2001-07-26 | 1 | -1/+8 |
* | Correct font names. Now, how on earth did this work on my system? | Thomas Gellekum | 2001-07-26 | 1 | -3/+3 |
* | Fix bugs introduced in 1.26: | Thomas Gellekum | 2001-07-26 | 1 | -10/+8 |
* | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | Sheldon Hearn | 2001-07-26 | 1 | -2/+2 |
* | Fix breakage introduced in rev 1.26, with the introduction of | Sheldon Hearn | 2001-07-25 | 1 | -3/+3 |
* | Remove non-existent (missing?) fonts.alias from beforeinstall: target | Andrey A. Chernov | 2001-07-24 | 1 | -1/+1 |
* | Add -I${.OBJDIR} to pick generated font*.h | Andrey A. Chernov | 2001-07-24 | 1 | -1/+1 |
* | Clean up the code a bit: | Thomas Gellekum | 2001-07-24 | 32 | -181/+205 |
* | Rewrite video emulation. Features: | Thomas Gellekum | 2001-07-24 | 16 | -1583/+3136 |
* | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 1 | -17/+17 |
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | Dima Dorfman | 2001-07-09 | 1 | -3/+0 |
* | Fix another buffer overflow. | Thomas Gellekum | 2001-06-28 | 2 | -6/+12 |