summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-261-1/+1
* Improve VT_WAITACTIVE semantics.bland2008-03-201-13/+6
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+1
* Mark the syscons video spin mutex as recursable since it is currentlyjhb2008-02-131-1/+2
* Do not dereference NULL scp in the case the screen is not opened.kib2008-01-241-0/+2
* Replace explicit calls to video methods with their respective variantswkoszek2007-12-2915-127/+108
* Remove explicit calls to keyboard methods with their respective variantswkoszek2007-12-292-48/+28
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-1/+1
* Serialize output routine of terminal emulator (te_puts()) by a lock.simokawa2007-09-202-1/+14
* Fix a bug that will cause a process that calls the VT_WAITACTIVE ioctlmarcus2007-09-191-2/+1
* According to the default font size on sparc64 provide a 12 x 22marius2007-06-181-1/+32
* - Change comments and asserts to reflect the removal of the globaljeff2007-06-041-2/+2
* Make the comparsion more obvious.delphij2007-05-251-1/+2
* Optimize set_origin() use in some screensavers to stop them eatingphilip2007-02-214-12/+40
* Correct the VGA_NO_MODE_CHANGE end marker comment.marius2007-01-101-1/+1
* Replace magic numbers for console bell types with defines.ru2006-11-161-2/+2
* Sometimes the vty switching has to be delayed; the vtyru2006-11-061-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-062-3/+6
* Fix our ioctl(2) implementation when the argument is "int". Newru2006-09-272-7/+108
* Introduce a spinlock for synchronizing access to the video output hardwarescottl2006-09-133-19/+38
* Convert to new console apiphk2006-05-261-19/+11
* GC the cn_dbctl_t hook for consoles, it is unused.phk2006-05-261-33/+1
* APM was calling the suspend process from a timeout. This meant thatimp2006-05-251-0/+4
* Send the pcvt(4) driver off to retirement.phk2006-05-171-1/+0
* Check the return code of sc_clean_up() in the only place where itkeramida2006-05-121-1/+3
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-123-18/+4
* Integrate kbdmux(4) into syscons(4) and kbd code.emax2006-02-281-4/+42
* When SC_DISABLE_KDBKEY or SC_DISABLE_REBOOT are not defined allow thebrooks2006-01-141-4/+25
* Fix -Wundef.ru2005-12-045-8/+8
* Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tmarius2005-09-286-26/+31
* In set_mouse_pos(), try to avoid division by zero errors.rodrigc2005-09-071-1/+2
* In sc_set_text_mode(), reset fontwidth if it is <= 0.rodrigc2005-09-061-0/+2
* Prevent division by zero errors in sc_mouse_move()rodrigc2005-08-305-14/+17
* kbdmux(4) keyboard multiplexer integrationemax2005-07-131-0/+7
* Fix syscons on amd64. The SC_PIXEL_MODE commit from May 29th added a newpeter2005-06-142-4/+4
* Only set mode when the incoming ioctl is IOC_VOID, until we have betterdelphij2005-06-101-1/+3
* Fix LINT by defining vga_pxlmouse_planar and vga_pxlmouse_direct.scottl2005-05-301-1/+2
* Deny to switch into banked video mode when it is not available. Somedelphij2005-05-301-1/+2
* Add vr_init_t member to sc_rndr_sw_t instances in order to unbreakmarius2005-05-291-0/+3
* Add VESA mode support for syscons, which enables the support of 15, 16,delphij2005-05-296-71/+479
* - Not every architecture defaults to a black background (e.g. sparc64marius2005-05-211-9/+9
* On sparc64 use 'syscons' rather than 'sc' for SC_DRIVER_NAME somarius2005-05-211-0/+8
* Remove superfluous braces and add #ifndef __sparc64__ around themarius2005-05-211-18/+41
* For sparc64 conditionalize the compilation of the gfb_cursor() variantmarius2005-05-211-4/+1
* Remove old epson note support.nyan2005-05-151-21/+2
* - Add color tables for 16 colors mode and 8 colors mode, use a differentnyan2005-05-151-27/+16
* - Mask an underline attribute on the pc98 console. It enables to use the samenyan2005-05-151-49/+28
* Remove the ADJUST_CLOCK ioctl on pc98. It's not used at all.nyan2005-05-151-6/+0
* Change a directory layout for pc98.nyan2005-05-101-1/+1
* No need to ifdef this pc98.imp2005-04-041-2/+0
OpenPOWER on IntegriCloud