summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove debug printout of major/minor numbers, print name instead.phk2005-02-272-4/+4
* Remove the last vestiges of the userconfig option. None of this actuallyscottl2004-12-011-1/+1
* Add new function ttyinitmode() which sets our systemwide defaultphk2004-10-182-26/+21
* Fix echo in console mode.phk2004-10-142-21/+31
* Disallow negative coordinates and sizes in the syscons CONS_SCRSHOTnectar2004-09-291-2/+4
* Implement the KDENABIO etc ioctl's for amd64 as well.peter2004-09-241-2/+5
* Implement the syscons mouse pointer characters for amd64. It was onlypeter2004-09-241-4/+4
* Just because we have a serial console attached does not mean we don'tdes2004-08-051-1/+1
* Document machdep.enable_panic_key.scottl2004-08-021-1/+1
* Avoid casts as lvalues.kan2004-07-282-3/+3
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-152-2/+2
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+2
* Remove erroneous semicolons.stefanf2004-07-131-1/+1
* Update for the KDB framework. Sanitize the alpha console code now thatmarcel2004-07-101-72/+4
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-164-20/+20
* Manual edits to change linesw[]-frobbing to ttyld_*() calls.phk2004-06-041-2/+1
* Machine generated patch which changes linedisc calls from accessingphk2004-06-042-15/+15
OpenPOWER on IntegriCloud