| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvs | Ken Smith | 2011-02-16 | 1 | -1/+1 |
| * | MFC: r208411, r208412, r208413, r208564, r208567, r210149 | Jung-uk Kim | 2010-07-20 | 1 | -0/+1 |
| * | MFC x86emu/x86bios emulator and make previously i386 only dpms and vesa | Xin LI | 2010-03-02 | 1 | -2/+6 |
| * | Make a 1:1 mapping between syscons stats and terminal emulators. | Ed Schouten | 2009-03-10 | 1 | -2/+2 |
| * | Replace syscons terminal renderer by a new renderer that uses libteken. | Ed Schouten | 2009-01-01 | 1 | -1/+2 |
| * | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | Ed Schouten | 2008-08-20 | 1 | -9/+15 |
| * | Mark the syscons video spin mutex as recursable since it is currently | John Baldwin | 2008-02-13 | 1 | -1/+2 |
| * | Remove explicit calls to keyboard methods with their respective variants | Wojciech A. Koszek | 2007-12-29 | 1 | -20/+0 |
| * | Serialize output routine of terminal emulator (te_puts()) by a lock. | Hidetoshi Shimokawa | 2007-09-20 | 1 | -0/+1 |
| * | Introduce a spinlock for synchronizing access to the video output hardware | Scott Long | 2006-09-13 | 1 | -1/+17 |
| * | Remove various bits of conditional Alpha code and fixup a few comments. | John Baldwin | 2006-05-12 | 1 | -2/+0 |
| * | Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_t | Marius Strobl | 2005-09-28 | 1 | -4/+6 |
| * | Prevent division by zero errors in sc_mouse_move() | Craig Rodrigues | 2005-08-30 | 1 | -3/+4 |
| * | Add VESA mode support for syscons, which enables the support of 15, 16, | Xin LI | 2005-05-29 | 1 | -0/+5 |
| * | On sparc64 use 'syscons' rather than 'sc' for SC_DRIVER_NAME so | Marius Strobl | 2005-05-21 | 1 | -0/+8 |
| * | Change a directory layout for pc98. | Yoshihiro Takahashi | 2005-05-10 | 1 | -1/+1 |
| * | Avoid casts as lvalues. | Alexander Kabaev | 2004-07-28 | 1 | -1/+1 |
| * | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | Poul-Henning Kamp | 2004-07-15 | 1 | -0/+2 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -2/+2 |
| * | - Add a font width field to struct scr_stat. Use this instead of '8'. | Jake Burkholder | 2003-08-24 | 1 | -0/+1 |
| * | Add sparc64 ifdefs. | Jake Burkholder | 2003-08-24 | 1 | -0/+2 |
| * | Add a VT_LOCKSWITCH ioctl that disallows vty switching. Something | Dima Dorfman | 2002-07-10 | 1 | -0/+1 |
| * | Turn on TGA support. | David E. O'Brien | 2002-04-13 | 1 | -2/+9 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -5/+5 |
| * | Fix some malformed macro concatenation that gcc-3 has objections about. | Peter Wemm | 2001-09-10 | 1 | -4/+4 |
| * | Refine cursor type/shape control escape sequences and | Kazutaka YOKOTA | 2001-08-02 | 1 | -4/+16 |
| * | Fix dependencies between kernel options: | Kazutaka YOKOTA | 2001-07-10 | 1 | -6/+14 |
| * | Remove the resume method. It is not necessary any more, because | Kazutaka YOKOTA | 2001-06-30 | 1 | -1/+0 |
| * | Don't free buffers we didn't allocate. | Kazutaka YOKOTA | 2001-06-29 | 1 | -0/+1 |
| * | With this commit, I hereby pronounce gensetdefs past its use-by date. | Peter Wemm | 2001-06-13 | 1 | -11/+5 |
| * | Make the beep duration independent of HZ. | Poul-Henning Kamp | 2001-05-28 | 1 | -1/+1 |
| * | Implement keyboard paste | Andrey A. Chernov | 2001-03-11 | 1 | -0/+2 |
| * | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -2/+2 |
| * | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 1 | -2/+2 |
| * | Unbreak LINT. | Kazutaka YOKOTA | 2000-04-03 | 1 | -0/+4 |
| * | - Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor. | Kazutaka YOKOTA | 2000-03-31 | 1 | -13/+26 |
| * | Unconditionally define sc_paste(). | Kazutaka YOKOTA | 2000-01-20 | 1 | -2/+0 |
| * | Fix wrong usage of FONT_NONE. It was not meant to be set in | Kazutaka YOKOTA | 2000-01-20 | 1 | -1/+0 |
| * | This is the 3rd stage of syscons code reorganization. | Kazutaka YOKOTA | 2000-01-15 | 1 | -64/+158 |
| * | Make the mouse cursor char code configurable via the CONS_MOUSECTL | Kazutaka YOKOTA | 2000-01-12 | 1 | -0/+6 |
| * | This patch clears the way for removing a number of tty related | Poul-Henning Kamp | 1999-09-25 | 1 | -1/+0 |
| * | - Hang the scr_stat struct from dev_t. | Kazutaka YOKOTA | 1999-09-19 | 1 | -3/+3 |
| * | - Preserve the content of the back scroll buffer when changing the | Kazutaka YOKOTA | 1999-09-19 | 1 | -0/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Convert DEVFS hooks in (most) drivers to make_dev(). | Poul-Henning Kamp | 1999-08-23 | 1 | -6/+1 |
| * | First small steps at merging DEVFS and PHK's Dev_t stuff. | Julian Elischer | 1999-08-20 | 1 | -2/+5 |
| * | - Fixed memory leak in sc_alloc_history_buffer(). | Kazutaka YOKOTA | 1999-07-07 | 1 | -2/+4 |
| * | Fix ESC[P (delete N chars) and ESC[@ (insert N chars). These deletion | Kazutaka YOKOTA | 1999-06-24 | 1 | -1/+2 |
| * | The second phase of syscons reorganization. | Kazutaka YOKOTA | 1999-06-22 | 1 | -69/+342 |
| * | Centralize and reorganize a few macros. | Dag-Erling Smørgrav | 1999-04-12 | 1 | -5/+1 |