summaryrefslogtreecommitdiff
path: root/sys/dev/syscons
AgeCommit message (Expand)Author
2007-06-18According to the default font size on sparc64 provide a 12 x 22Marius Strobl
2007-06-04 - Change comments and asserts to reflect the removal of the globalJeff Roberson
2007-05-25Make the comparsion more obvious.Xin LI
2007-02-21Optimize set_origin() use in some screensavers to stop them eatingPhilip Paeps
2007-01-10Correct the VGA_NO_MODE_CHANGE end marker comment.Marius Strobl
2006-11-16Replace magic numbers for console bell types with defines.Ruslan Ermilov
2006-11-06Sometimes the vty switching has to be delayed; the vtyRuslan Ermilov
2006-11-06Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson
2006-09-27Fix our ioctl(2) implementation when the argument is "int". NewRuslan Ermilov
2006-09-13Introduce a spinlock for synchronizing access to the video output hardwareScott Long
2006-05-26Convert to new console apiPoul-Henning Kamp
2006-05-26GC the cn_dbctl_t hook for consoles, it is unused.Poul-Henning Kamp
2006-05-25APM was calling the suspend process from a timeout. This meant thatWarner Losh
2006-05-17Send the pcvt(4) driver off to retirement.Poul-Henning Kamp
2006-05-12Check the return code of sc_clean_up() in the only place where itGiorgos Keramidas
2006-05-12Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin
2006-02-28Integrate kbdmux(4) into syscons(4) and kbd code.Maksim Yevmenkin
2006-01-14When SC_DISABLE_KDBKEY or SC_DISABLE_REBOOT are not defined allow theBrooks Davis
2005-12-04Fix -Wundef.Ruslan Ermilov
2005-09-28Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tMarius Strobl
2005-09-07In set_mouse_pos(), try to avoid division by zero errors.Craig Rodrigues
2005-09-06In sc_set_text_mode(), reset fontwidth if it is <= 0.Craig Rodrigues
2005-08-30Prevent division by zero errors in sc_mouse_move()Craig Rodrigues
2005-07-13kbdmux(4) keyboard multiplexer integrationMaksim Yevmenkin
2005-06-14Fix syscons on amd64. The SC_PIXEL_MODE commit from May 29th added a newPeter Wemm
2005-06-10Only set mode when the incoming ioctl is IOC_VOID, until we have betterXin LI
2005-05-30Fix LINT by defining vga_pxlmouse_planar and vga_pxlmouse_direct.Scott Long
2005-05-30Deny to switch into banked video mode when it is not available. SomeXin LI
2005-05-29Add vr_init_t member to sc_rndr_sw_t instances in order to unbreakMarius Strobl
2005-05-29Add VESA mode support for syscons, which enables the support of 15, 16,Xin LI
2005-05-21- Not every architecture defaults to a black background (e.g. sparc64Marius Strobl
2005-05-21On sparc64 use 'syscons' rather than 'sc' for SC_DRIVER_NAME soMarius Strobl
2005-05-21Remove superfluous braces and add #ifndef __sparc64__ around theMarius Strobl
2005-05-21For sparc64 conditionalize the compilation of the gfb_cursor() variantMarius Strobl
2005-05-15Remove old epson note support.Yoshihiro Takahashi
2005-05-15- Add color tables for 16 colors mode and 8 colors mode, use a differentYoshihiro Takahashi
2005-05-15- Mask an underline attribute on the pc98 console. It enables to use the sameYoshihiro Takahashi
2005-05-15Remove the ADJUST_CLOCK ioctl on pc98. It's not used at all.Yoshihiro Takahashi
2005-05-10Change a directory layout for pc98.Yoshihiro Takahashi
2005-04-04No need to ifdef this pc98.Warner Losh
2005-02-27Remove debug printout of major/minor numbers, print name instead.Poul-Henning Kamp
2004-12-01Remove the last vestiges of the userconfig option. None of this actuallyScott Long
2004-10-18Add new function ttyinitmode() which sets our systemwide defaultPoul-Henning Kamp
2004-10-14Fix echo in console mode.Poul-Henning Kamp
2004-09-29Disallow negative coordinates and sizes in the syscons CONS_SCRSHOTJacques Vidrine
2004-09-24Implement the KDENABIO etc ioctl's for amd64 as well.Peter Wemm
2004-09-24Implement the syscons mouse pointer characters for amd64. It was onlyPeter Wemm
2004-08-05Just because we have a serial console attached does not mean we don'tDag-Erling Smørgrav
2004-08-02Document machdep.enable_panic_key.Scott Long
2004-07-28Avoid casts as lvalues.Alexander Kabaev