| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: when loading a font allow size of the font be omitted, in which case | Maxim Sobolev | 2002-04-08 | 1 | -0/+1 |
| * | MFC: v1.351: | Jeroen Ruigrok van der Werven | 2001-11-15 | 1 | -0/+1 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2001-11-01 | 1 | -0/+329 |
| * | MFC 1.369: fix grammar nit. | Dima Dorfman | 2001-10-01 | 1 | -1/+1 |
| * | MFC: Add the resume method to keyboard drivers. Remove it | Kazutaka YOKOTA | 2001-08-01 | 2 | -13/+0 |
| * | MFC: fix off-by-one error. rev 1.368. | Kazutaka YOKOTA | 2001-07-30 | 1 | -5/+5 |
| * | MFC: clean up in vt switching code. rev 1.367. | Kazutaka YOKOTA | 2001-07-30 | 1 | -64/+58 |
| * | MFC: | Kazutaka YOKOTA | 2001-07-28 | 5 | -37/+50 |
| * | MFC: CONS_CLRHIST | Dima Dorfman | 2001-07-19 | 1 | -0/+6 |
| * | MFC: | Kazutaka YOKOTA | 2001-07-16 | 5 | -6/+15 |
| * | MFC 1.360: check for SC_DEV evaluating to NULL in VIRTUAL_TTY. | Dima Dorfman | 2001-06-12 | 1 | -1/+2 |
| * | MFC: | Poul-Henning Kamp | 2001-06-11 | 2 | -2/+3 |
| * | MFC: 1.358, add the CONS_SCRSHOT ioctl. | Nik Clayton | 2001-05-26 | 1 | -0/+18 |
| * | MFC: rev 1.14: whitespace fix. | John Baldwin | 2001-03-19 | 1 | -5/+5 |
| * | MFC: Workaround broken colors on the alpha. | John Baldwin | 2001-03-06 | 1 | -0/+12 |
| * | MFC: Add the ability to define halt and powerdown keys for sysconf. | David Malone | 2000-10-29 | 1 | -1/+13 |
| * | MFC: Fix ioctl MOUSE_SETMODE as defined in mouse(4). (1.5) | Kazutaka YOKOTA | 2000-08-27 | 1 | -2/+5 |
| * | MFC: reset fix and SGR 22,24,25,27 | Andrey A. Chernov | 2000-07-27 | 1 | -1/+22 |
| * | MFC: reset only bold on SGR 39 | Andrey A. Chernov | 2000-07-20 | 1 | -2/+2 |
| * | MFC: shorten 49m attrs resetting expr | Andrey A. Chernov | 2000-07-15 | 1 | -2/+1 |
| * | MFC: reset attrs on 39/49m, unify comments | Andrey A. Chernov | 2000-07-15 | 1 | -16/+17 |
| * | MFC: cosmetique, fix comments about 'ansi' colors | Andrey A. Chernov | 2000-06-06 | 1 | -7/+7 |
| * | MFC: implement E[39m and E[49m | Andrey A. Chernov | 2000-06-05 | 1 | -0/+10 |
| * | MFC: last line TAB not cause scrolling | Andrey A. Chernov | 2000-05-29 | 1 | -3/+8 |
| * | MFC: Use a MI /dev/[u]random device. | David E. O'Brien | 2000-05-10 | 1 | -1/+1 |
| * | MFC: Supported EGC 640x400, PEGC 640x400 and PEGC 640x480 graphics modes. | Yoshihiro Takahashi | 2000-05-05 | 1 | -0/+5 |
| * | MFC: | Kazutaka YOKOTA | 2000-04-03 | 5 | -116/+165 |
| * | MFC: White-space-only change. The file originally had screwed indentation. | Kazutaka YOKOTA | 2000-03-20 | 1 | -382/+395 |
| * | MFC: Fix bugs when painting border and the mouse cursor in the raster | Kazutaka YOKOTA | 2000-03-20 | 1 | -24/+30 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2000-03-13 | 13 | -2749/+0 |
| * | - Don't reset text colors when changing the video mode. | Kazutaka YOKOTA | 2000-02-11 | 1 | -0/+2 |
| * | - Fix text cursor logic so that multiple instances of the "normal" cursor | Kazutaka YOKOTA | 2000-02-11 | 2 | -5/+7 |
| * | Use config's conditional compilation rather than using #ifdefs that make | Peter Wemm | 2000-01-29 | 12 | -65/+2 |
| * | Fix a bug exposed by the previous commit. Do not use scp->font_size, | Kazutaka YOKOTA | 2000-01-24 | 1 | -2/+5 |
| * | Unconditionally define sc_paste(). | Kazutaka YOKOTA | 2000-01-20 | 2 | -4/+0 |
| * | Fix wrong usage of FONT_NONE. It was not meant to be set in | Kazutaka YOKOTA | 2000-01-20 | 4 | -5/+4 |
| * | This is the 3rd stage of syscons code reorganization. | Kazutaka YOKOTA | 2000-01-15 | 16 | -1247/+2352 |
| * | Make the mouse cursor char code configurable via the CONS_MOUSECTL | Kazutaka YOKOTA | 2000-01-12 | 4 | -18/+38 |
| * | Add a new mechanism, cndbctl(), to tell the console driver that | Kazutaka YOKOTA | 2000-01-11 | 1 | -27/+28 |
| * | - Remember the keyboard repeat delay and rate. | Kazutaka YOKOTA | 1999-12-13 | 1 | -0/+1 |
| * | Fix memory leak. | Kazutaka YOKOTA | 1999-12-10 | 1 | -0/+1 |
| * | Add "panic key" function to syscons. When this key is defined in a | Kazutaka YOKOTA | 1999-12-10 | 1 | -0/+10 |
| * | Fix mouse cursor logic which I broke in 1.1 ;-< | Kazutaka YOKOTA | 1999-12-06 | 1 | -26/+30 |
| * | Fix cursor position calculation. | Kazutaka YOKOTA | 1999-12-05 | 1 | -1/+2 |
| * | - Fail VT switching when the controlling program, such as the | Kazutaka YOKOTA | 1999-11-28 | 1 | -4/+4 |
| * | Correctly record the mouse position in the current VTY. | Kazutaka YOKOTA | 1999-11-09 | 1 | -23/+22 |
| * | - Added a new kernel configuration option: SC_TWOBUTTON_MOUSE. | Kazutaka YOKOTA | 1999-11-08 | 1 | -2/+10 |
| * | - Removed SC_VIDEO_DEBUG. It is broken and useless now. | Kazutaka YOKOTA | 1999-11-08 | 1 | -22/+0 |
| * | Change isspace() macro name to avoid conflict. | Archie Cobbs | 1999-11-02 | 1 | -10/+10 |
| * | - Remove cdevsw_add(). | Kazutaka YOKOTA | 1999-10-06 | 1 | -7/+0 |