| Commit message (Expand) | Author | Age | Files | Lines |
* | Make it possible to pass boot()'s flags to shutdown_nice() so that the | msmith | 2000-08-31 | 1 | -1/+1 |
* | * Completely rewrite the alpha busspace to hide the implementation from | dfr | 2000-08-28 | 3 | -0/+3 |
* | Fix ioctl MOUSE_SETMODE as defined in mouse(4). | yokota | 2000-08-27 | 1 | -2/+5 |
* | o Fix a horrible bug where small reads (< 8 bytes) would return the | markm | 2000-07-25 | 2 | -6/+2 |
* | Make Reset (ESC c) reset attributes too, not only clear screen | ache | 2000-07-21 | 1 | -1/+6 |
* | Implement SGR 22,24,25,27 from ECMA-48 | ache | 2000-07-20 | 1 | -0/+16 |
* | Accorfing to ECMA-48 SGR 39 and 49 are just another colors and must not reset | ache | 2000-07-20 | 1 | -2/+2 |
* | Don't break the ability to debug the kernel when gathering entropy. | markm | 2000-07-16 | 1 | -1/+2 |
* | Shorten 49m attr resetting expression | ache | 2000-07-15 | 1 | -2/+1 |
* | Reset corresponding color attributes on 39m and 49m | ache | 2000-07-15 | 1 | -16/+17 |
* | Add entropy-harvesting calls. | markm | 2000-07-09 | 2 | -0/+10 |
* | Remove old entropy-harvesting hooks; this is going to be re-engineered | markm | 2000-06-25 | 1 | -7/+0 |
* | Remove unneeded header. | markm | 2000-06-25 | 3 | -3/+0 |
* | Argh. This is what I get for trying to do too many things at once. | peter | 2000-06-10 | 1 | -0/+1 |
* | Unused include: #include "sc.h" | peter | 2000-06-10 | 1 | -1/+0 |
* | Cosmetique: fix comments - don't use 'ansi' word for non-ansi (adapter) colors | ache | 2000-06-06 | 1 | -7/+7 |
* | Implement ANSI E[39m and E[49m to set fg and bg to initial (not to default!) | ache | 2000-06-05 | 1 | -0/+10 |
* | Fix the TAB not cause scrolling when entered at the end of the last line. | ache | 2000-05-29 | 1 | -3/+8 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 3 | -4/+4 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 3 | -4/+4 |
* | Added PC-98 supports. | nyan | 2000-05-08 | 3 | -0/+18 |
* | Add $FreeBSD$ | peter | 2000-05-01 | 1 | -0/+2 |
* | Back out t_timeout initializing, now in ttyregister | ache | 2000-05-01 | 1 | -1/+0 |
* | Initialize t_timeout to -1 for console to set its default value once in ttyopen | ache | 2000-05-01 | 1 | -0/+1 |
* | Remove unneeded #include <sys/kernel.h> | phk | 2000-04-29 | 1 | -1/+0 |
* | Supported EGC 640x400, PEGC 640x400 and PEGC 640x480 graphics modes. | nyan | 2000-04-27 | 1 | -0/+5 |
* | More machdep/random.h -> sys/random.h fixes. | bp | 2000-04-25 | 3 | -6/+3 |
* | * Use sys/sys/random.h rather than a i386 specific one. | obrien | 2000-04-24 | 1 | -1/+1 |
* | Unbreak LINT. | yokota | 2000-04-03 | 2 | -1/+5 |
* | - Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor. | yokota | 2000-03-31 | 6 | -138/+229 |
* | White-space-only change. The file originally had screwed indentation. | yokota | 2000-03-20 | 1 | -382/+395 |
* | - Fix bugs when painting border and the mouse cursor in the raster | yokota | 2000-03-18 | 2 | -48/+60 |
* | - Don't reset text colors when changing the video mode. | yokota | 2000-02-11 | 1 | -0/+2 |
* | - Fix text cursor logic so that multiple instances of the "normal" cursor | yokota | 2000-02-11 | 2 | -5/+7 |
* | Use config's conditional compilation rather than using #ifdefs that make | peter | 2000-01-29 | 12 | -65/+2 |
* | Fix a bug exposed by the previous commit. Do not use scp->font_size, | yokota | 2000-01-24 | 1 | -2/+5 |
* | Unconditionally define sc_paste(). | yokota | 2000-01-20 | 2 | -4/+0 |
* | Fix wrong usage of FONT_NONE. It was not meant to be set in | yokota | 2000-01-20 | 4 | -5/+4 |
* | This is the 3rd stage of syscons code reorganization. | yokota | 2000-01-15 | 16 | -1247/+2352 |
* | Make the mouse cursor char code configurable via the CONS_MOUSECTL | yokota | 2000-01-12 | 4 | -18/+38 |
* | Add a new mechanism, cndbctl(), to tell the console driver that | yokota | 2000-01-11 | 1 | -27/+28 |
* | - Remember the keyboard repeat delay and rate. | yokota | 1999-12-13 | 1 | -0/+1 |
* | Fix memory leak. | yokota | 1999-12-10 | 1 | -0/+1 |
* | Add "panic key" function to syscons. When this key is defined in a | yokota | 1999-12-10 | 1 | -0/+10 |
* | Fix mouse cursor logic which I broke in 1.1 ;-< | yokota | 1999-12-06 | 1 | -26/+30 |
* | Fix cursor position calculation. | yokota | 1999-12-05 | 1 | -1/+2 |
* | - Fail VT switching when the controlling program, such as the | yokota | 1999-11-28 | 1 | -4/+4 |
* | Correctly record the mouse position in the current VTY. | yokota | 1999-11-09 | 1 | -23/+22 |
* | - Added a new kernel configuration option: SC_TWOBUTTON_MOUSE. | yokota | 1999-11-08 | 1 | -2/+10 |
* | - Removed SC_VIDEO_DEBUG. It is broken and useless now. | yokota | 1999-11-08 | 1 | -22/+0 |