aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* Do not dereference NULL scp in the case the screen is not opened.Konstantin Belousov2008-01-241-0/+2
* Replace explicit calls to video methods with their respective variantsWojciech A. Koszek2007-12-2915-127/+108
* Remove explicit calls to keyboard methods with their respective variantsWojciech A. Koszek2007-12-292-48/+28
* Add a new 'why' argument to kdb_enter(), and a set of constants to useRobert Watson2007-12-251-1/+1
* Serialize output routine of terminal emulator (te_puts()) by a lock.Hidetoshi Shimokawa2007-09-202-1/+14
* Fix a bug that will cause a process that calls the VT_WAITACTIVE ioctlJoe Marcus Clarke2007-09-191-2/+1
* According to the default font size on sparc64 provide a 12 x 22Marius Strobl2007-06-181-1/+32
* - Change comments and asserts to reflect the removal of the globalJeff Roberson2007-06-041-2/+2
* Make the comparsion more obvious.Xin LI2007-05-251-1/+2
* Optimize set_origin() use in some screensavers to stop them eatingPhilip Paeps2007-02-214-12/+40
* Correct the VGA_NO_MODE_CHANGE end marker comment.Marius Strobl2007-01-101-1/+1
* Replace magic numbers for console bell types with defines.Ruslan Ermilov2006-11-161-2/+2
* Sometimes the vty switching has to be delayed; the vtyRuslan Ermilov2006-11-061-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-062-3/+6
* Fix our ioctl(2) implementation when the argument is "int". NewRuslan Ermilov2006-09-272-7/+108
* Introduce a spinlock for synchronizing access to the video output hardwareScott Long2006-09-133-19/+38
* Convert to new console apiPoul-Henning Kamp2006-05-261-19/+11
* GC the cn_dbctl_t hook for consoles, it is unused.Poul-Henning Kamp2006-05-261-33/+1
* APM was calling the suspend process from a timeout. This meant thatWarner Losh2006-05-251-0/+4
* Send the pcvt(4) driver off to retirement.Poul-Henning Kamp2006-05-171-1/+0
* Check the return code of sc_clean_up() in the only place where itGiorgos Keramidas2006-05-121-1/+3
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-123-18/+4
* Integrate kbdmux(4) into syscons(4) and kbd code.Maksim Yevmenkin2006-02-281-4/+42
* When SC_DISABLE_KDBKEY or SC_DISABLE_REBOOT are not defined allow theBrooks Davis2006-01-141-4/+25
* Fix -Wundef.Ruslan Ermilov2005-12-045-8/+8
* Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tMarius Strobl2005-09-286-26/+31
* In set_mouse_pos(), try to avoid division by zero errors.Craig Rodrigues2005-09-071-1/+2
* In sc_set_text_mode(), reset fontwidth if it is <= 0.Craig Rodrigues2005-09-061-0/+2
* Prevent division by zero errors in sc_mouse_move()Craig Rodrigues2005-08-305-14/+17
* kbdmux(4) keyboard multiplexer integrationMaksim Yevmenkin2005-07-131-0/+7
* Fix syscons on amd64. The SC_PIXEL_MODE commit from May 29th added a newPeter Wemm2005-06-142-4/+4
* Only set mode when the incoming ioctl is IOC_VOID, until we have betterXin LI2005-06-101-1/+3
* Fix LINT by defining vga_pxlmouse_planar and vga_pxlmouse_direct.Scott Long2005-05-301-1/+2
* Deny to switch into banked video mode when it is not available. SomeXin LI2005-05-301-1/+2
* Add vr_init_t member to sc_rndr_sw_t instances in order to unbreakMarius Strobl2005-05-291-0/+3
* Add VESA mode support for syscons, which enables the support of 15, 16,Xin LI2005-05-296-71/+479
* - Not every architecture defaults to a black background (e.g. sparc64Marius Strobl2005-05-211-9/+9
* On sparc64 use 'syscons' rather than 'sc' for SC_DRIVER_NAME soMarius Strobl2005-05-211-0/+8
* Remove superfluous braces and add #ifndef __sparc64__ around theMarius Strobl2005-05-211-18/+41
* For sparc64 conditionalize the compilation of the gfb_cursor() variantMarius Strobl2005-05-211-4/+1
* Remove old epson note support.Yoshihiro Takahashi2005-05-151-21/+2
* - Add color tables for 16 colors mode and 8 colors mode, use a differentYoshihiro Takahashi2005-05-151-27/+16
* - Mask an underline attribute on the pc98 console. It enables to use the sameYoshihiro Takahashi2005-05-151-49/+28
* Remove the ADJUST_CLOCK ioctl on pc98. It's not used at all.Yoshihiro Takahashi2005-05-151-6/+0
* Change a directory layout for pc98.Yoshihiro Takahashi2005-05-101-1/+1
* No need to ifdef this pc98.Warner Losh2005-04-041-2/+0
* Remove debug printout of major/minor numbers, print name instead.Poul-Henning Kamp2005-02-272-4/+4
* Remove the last vestiges of the userconfig option. None of this actuallyScott Long2004-12-011-1/+1
* Add new function ttyinitmode() which sets our systemwide defaultPoul-Henning Kamp2004-10-182-26/+21
* Fix echo in console mode.Poul-Henning Kamp2004-10-142-21/+31