| Commit message (Expand) | Author | Age | Files | Lines |
* | Optimize set_origin() use in some screensavers to stop them eating | philip | 2007-02-21 | 4 | -12/+40 |
* | Correct the VGA_NO_MODE_CHANGE end marker comment. | marius | 2007-01-10 | 1 | -1/+1 |
* | Replace magic numbers for console bell types with defines. | ru | 2006-11-16 | 1 | -2/+2 |
* | Sometimes the vty switching has to be delayed; the vty | ru | 2006-11-06 | 1 | -1/+1 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 2 | -3/+6 |
* | Fix our ioctl(2) implementation when the argument is "int". New | ru | 2006-09-27 | 2 | -7/+108 |
* | Introduce a spinlock for synchronizing access to the video output hardware | scottl | 2006-09-13 | 3 | -19/+38 |
* | Convert to new console api | phk | 2006-05-26 | 1 | -19/+11 |
* | GC the cn_dbctl_t hook for consoles, it is unused. | phk | 2006-05-26 | 1 | -33/+1 |
* | APM was calling the suspend process from a timeout. This meant that | imp | 2006-05-25 | 1 | -0/+4 |
* | Send the pcvt(4) driver off to retirement. | phk | 2006-05-17 | 1 | -1/+0 |
* | Check the return code of sc_clean_up() in the only place where it | keramida | 2006-05-12 | 1 | -1/+3 |
* | Remove various bits of conditional Alpha code and fixup a few comments. | jhb | 2006-05-12 | 3 | -18/+4 |
* | Integrate kbdmux(4) into syscons(4) and kbd code. | emax | 2006-02-28 | 1 | -4/+42 |
* | When SC_DISABLE_KDBKEY or SC_DISABLE_REBOOT are not defined allow the | brooks | 2006-01-14 | 1 | -4/+25 |
* | Fix -Wundef. | ru | 2005-12-04 | 5 | -8/+8 |
* | Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_t | marius | 2005-09-28 | 6 | -26/+31 |
* | In set_mouse_pos(), try to avoid division by zero errors. | rodrigc | 2005-09-07 | 1 | -1/+2 |
* | In sc_set_text_mode(), reset fontwidth if it is <= 0. | rodrigc | 2005-09-06 | 1 | -0/+2 |
* | Prevent division by zero errors in sc_mouse_move() | rodrigc | 2005-08-30 | 5 | -14/+17 |
* | kbdmux(4) keyboard multiplexer integration | emax | 2005-07-13 | 1 | -0/+7 |
* | Fix syscons on amd64. The SC_PIXEL_MODE commit from May 29th added a new | peter | 2005-06-14 | 2 | -4/+4 |
* | Only set mode when the incoming ioctl is IOC_VOID, until we have better | delphij | 2005-06-10 | 1 | -1/+3 |
* | Fix LINT by defining vga_pxlmouse_planar and vga_pxlmouse_direct. | scottl | 2005-05-30 | 1 | -1/+2 |
* | Deny to switch into banked video mode when it is not available. Some | delphij | 2005-05-30 | 1 | -1/+2 |
* | Add vr_init_t member to sc_rndr_sw_t instances in order to unbreak | marius | 2005-05-29 | 1 | -0/+3 |
* | Add VESA mode support for syscons, which enables the support of 15, 16, | delphij | 2005-05-29 | 6 | -71/+479 |
* | - Not every architecture defaults to a black background (e.g. sparc64 | marius | 2005-05-21 | 1 | -9/+9 |
* | On sparc64 use 'syscons' rather than 'sc' for SC_DRIVER_NAME so | marius | 2005-05-21 | 1 | -0/+8 |
* | Remove superfluous braces and add #ifndef __sparc64__ around the | marius | 2005-05-21 | 1 | -18/+41 |
* | For sparc64 conditionalize the compilation of the gfb_cursor() variant | marius | 2005-05-21 | 1 | -4/+1 |
* | Remove old epson note support. | nyan | 2005-05-15 | 1 | -21/+2 |
* | - Add color tables for 16 colors mode and 8 colors mode, use a different | nyan | 2005-05-15 | 1 | -27/+16 |
* | - Mask an underline attribute on the pc98 console. It enables to use the same | nyan | 2005-05-15 | 1 | -49/+28 |
* | Remove the ADJUST_CLOCK ioctl on pc98. It's not used at all. | nyan | 2005-05-15 | 1 | -6/+0 |
* | Change a directory layout for pc98. | nyan | 2005-05-10 | 1 | -1/+1 |
* | No need to ifdef this pc98. | imp | 2005-04-04 | 1 | -2/+0 |
* | Remove debug printout of major/minor numbers, print name instead. | phk | 2005-02-27 | 2 | -4/+4 |
* | Remove the last vestiges of the userconfig option. None of this actually | scottl | 2004-12-01 | 1 | -1/+1 |
* | Add new function ttyinitmode() which sets our systemwide default | phk | 2004-10-18 | 2 | -26/+21 |
* | Fix echo in console mode. | phk | 2004-10-14 | 2 | -21/+31 |
* | Disallow negative coordinates and sizes in the syscons CONS_SCRSHOT | nectar | 2004-09-29 | 1 | -2/+4 |
* | Implement the KDENABIO etc ioctl's for amd64 as well. | peter | 2004-09-24 | 1 | -2/+5 |
* | Implement the syscons mouse pointer characters for amd64. It was only | peter | 2004-09-24 | 1 | -4/+4 |
* | Just because we have a serial console attached does not mean we don't | des | 2004-08-05 | 1 | -1/+1 |
* | Document machdep.enable_panic_key. | scottl | 2004-08-02 | 1 | -1/+1 |
* | Avoid casts as lvalues. | kan | 2004-07-28 | 2 | -3/+3 |
* | Preparation commit for the tty cleanups that will follow in the near | phk | 2004-07-15 | 2 | -2/+2 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 1 | -0/+2 |
* | Remove erroneous semicolons. | stefanf | 2004-07-13 | 1 | -1/+1 |