summaryrefslogtreecommitdiff
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.3.0_cvscvs2svn2008-01-1527-27/+27
* MFC: syscons.c rev. 1.453 and syscons.h rev. 1.88Hidetoshi Shimokawa2007-10-252-1/+17
* MFC: rev 1.452Joe Marcus Clarke2007-09-301-2/+1
* MFC:Philip Paeps2007-02-244-12/+40
* MFC: 1.449: Fix endless visual beeping.Ruslan Ermilov2006-11-271-1/+1
* MFC: Replace magic numbers for console bell types with defines.Ruslan Ermilov2006-11-191-2/+2
* MFC: Fix our ioctl(2) implementation for ioctls with "int" arguments.Ruslan Ermilov2006-10-042-7/+61
* MFC:Maksim Yevmenkin2006-03-041-4/+42
* MFC syscons.c rev 1.441 and documentation:Brooks Davis2006-02-141-4/+25
* MFC: creator.c 1.9, fbreg.h 1.19, gfb.c 1.8, machfb.c 1.4,Marius Strobl2005-10-056-26/+31
* MFC:Craig Rodrigues2005-09-072-1/+4
* MFC:Craig Rodrigues2005-09-025-14/+17
* MFC to RELENG_6Maksim Yevmenkin2005-07-201-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
* Disallow negative coordinates and sizes in the syscons CONS_SCRSHOTJacques Vidrine2004-09-291-2/+4
* Implement the KDENABIO etc ioctl's for amd64 as well.Peter Wemm2004-09-241-2/+5
* Implement the syscons mouse pointer characters for amd64. It was onlyPeter Wemm2004-09-241-4/+4
* Just because we have a serial console attached does not mean we don'tDag-Erling Smørgrav2004-08-051-1/+1
* Document machdep.enable_panic_key.Scott Long2004-08-021-1/+1
* Avoid casts as lvalues.Alexander Kabaev2004-07-282-3/+3
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-152-2/+2
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+2
* Remove erroneous semicolons.Stefan Farfeleder2004-07-131-1/+1
* Update for the KDB framework. Sanitize the alpha console code now thatMarcel Moolenaar2004-07-101-72/+4
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-164-20/+20
* Manual edits to change linesw[]-frobbing to ttyld_*() calls.Poul-Henning Kamp2004-06-041-2/+1
* Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp2004-06-042-15/+15
* Remove unused variable.Poul-Henning Kamp2004-06-011-1/+0
* Gainfully employ the new ttyioctl in the trivial cases.Poul-Henning Kamp2004-06-012-14/+2
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-302-0/+2