| Commit message (Expand) | Author | Age | Files | Lines |
* | Undo revision 185013 until better solution is found. | emax | 2008-11-17 | 1 | -4/+0 |
* | More locking for syscons(4). This should prevent races with sckbdevent(). | emax | 2008-11-16 | 1 | -0/+4 |
* | Reduce the default baud rate of PTY's to 9600. | ed | 2008-11-08 | 1 | -1/+1 |
* | Disable processing of output data after disabling scroll lock by force. | ed | 2008-08-31 | 1 | -0/+9 |
* | Make syscons(4) use ttyv0 instead of consolectl as its primary window. | ed | 2008-08-24 | 1 | -11/+6 |
* | Make sysmouse(4) use its own locks, instead of using Giant. | ed | 2008-08-24 | 1 | -14/+10 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 8 | -311/+219 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -2/+3 |
* | Lower the priority of the sleep in the syscons for "waitvt" wchan to | kib | 2008-08-04 | 1 | -1/+1 |
* | Introduce a new lock, hostname_mtx, and use it to synchronize access | rwatson | 2008-07-05 | 1 | -0/+2 |
* | The "free-lance" timer in the i8254 is only used for the speaker | phk | 2008-03-26 | 1 | -1/+1 |
* | Improve VT_WAITACTIVE semantics. | bland | 2008-03-20 | 1 | -13/+6 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -1/+1 |
* | Mark the syscons video spin mutex as recursable since it is currently | jhb | 2008-02-13 | 1 | -1/+2 |
* | Do not dereference NULL scp in the case the screen is not opened. | kib | 2008-01-24 | 1 | -0/+2 |
* | Replace explicit calls to video methods with their respective variants | wkoszek | 2007-12-29 | 15 | -127/+108 |
* | Remove explicit calls to keyboard methods with their respective variants | wkoszek | 2007-12-29 | 2 | -48/+28 |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | rwatson | 2007-12-25 | 1 | -1/+1 |
* | Serialize output routine of terminal emulator (te_puts()) by a lock. | simokawa | 2007-09-20 | 2 | -1/+14 |
* | Fix a bug that will cause a process that calls the VT_WAITACTIVE ioctl | marcus | 2007-09-19 | 1 | -2/+1 |
* | According to the default font size on sparc64 provide a 12 x 22 | marius | 2007-06-18 | 1 | -1/+32 |
* | - Change comments and asserts to reflect the removal of the global | jeff | 2007-06-04 | 1 | -2/+2 |
* | Make the comparsion more obvious. | delphij | 2007-05-25 | 1 | -1/+2 |
* | 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 |