summaryrefslogtreecommitdiffstats
path: root/sys/dev/wscons (follow)
Commit message (Expand)AuthorAgeFilesLines
* WSDISPLAY_COMPAT_RAWKBD support for hilkbd.miod2005-01-181-0/+165
* Display driver for zaurus, PXALCD requested and ok miod@drahn2005-01-171-1/+2
* Switch OpenBSD/hp300 to wscons, still using on-board ROM fonts for now.miod2005-01-141-2/+7
* Add type for zaurus, ok miod@drahn2005-01-141-1/+2
* correct indentderaadt2004-12-251-2/+2
* vt100 wscons crashes restoring cursor if it had never been saved before.miod2004-12-232-2/+6
* Fix crash due to wrong argument in the (almost useless) DECRQUPSS escapemiod2004-12-231-2/+2
* Reliability fix, from NetBSD:miod2004-12-231-18/+25
* Better granularity between wsmouse support and wsmoused support, as onemiod2004-11-051-18/+24
* Only compile the mouse pasting code if wsmouse is configured in the kernel;miod2004-11-041-8/+25
* Do not retrigger the screen blanker if one change its settings throughmiod2004-09-211-2/+3
* This moves access to wall and uptime variables in MI code,tholo2004-06-243-13/+6
* Remove unneeded dependency on wscons_raster.hmiod2004-06-052-4/+2
* Define wscons device ids for the Luna devices.miod2004-04-241-1/+4
* Most of the non-US keyboard layouts define an ``AltGr'' key to access upmiod2004-04-051-13/+29
* remove terms 3 & 4 for drochner@NetBSD.org; as seen on netbsd listsderaadt2004-04-026-42/+6
* Slovenian keymap, contributed by Jernej Kovacic (jkovacic, email dot si).miod2004-03-161-3/+17
* Caps lock should only affect the letter keys, rather than enforcing a shiftmiod2004-03-141-3/+11
* indentderaadt2004-03-101-6/+6
* Allow the screen blanker to be disabled; PR#3123miod2004-03-091-4/+11
* Define a wsdisplay type for rfx; ok deraadt@miod2004-03-011-1/+2
* kbd_reset can work on amd64 tooderaadt2004-02-271-2/+2
* Do not check for end of line too early, as this will confuse the cursormiod2004-02-241-32/+11
* Fix for gcc3 compilation suggested by miod@: use temporary variablegrange2003-12-061-10/+22
* Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need formiod2003-10-031-3/+1
* Replace select backends with poll backends. selscan() and pollscan()millert2003-09-234-9/+9
* change arguments to suser. suser now takes the process, and a flagstedu2003-08-152-5/+5
* Add signal number sanity checking to usl_sync_init(). This is notmillert2003-08-111-1/+4
* Remove some double semicolons (hmm, do two semis equal a maxi?).millert2003-08-061-3/+3
* New driver and wsdisplay type for the Weitek Power9000 and Brooktree Bt445miod2003-06-171-1/+2
* Provide more "dead_symbol + space -> symbol" entries in the compose table;miod2003-06-161-1/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-029-54/+18
* The ramdac's hater club is proud to present new yet another SBus framemiod2003-05-141-1/+2
* strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.ho2003-04-272-5/+5
* add a whole bunch of display types (will be used by the accelerated Xjason2003-03-281-1/+12
* initialize errortedu2003-02-231-5/+3
* Provide a wskbd type for gsc keyboards, make gsckbd use it, and take advantagemiod2003-02-161-1/+2
* in async mode, send SIGIO to the process group of the process thatmatthieu2003-02-121-2/+2
* Define a wsmouse type for HIL mice.miod2003-02-121-1/+2
* Define an HIL wscons keyboard type.miod2003-02-111-2/+3
* wsdisplay type for stimickey2003-02-051-1/+2
* Add support for polish keyboard from Kamil Andrusz wizz at mniam dot net.maja2003-01-041-2/+25
* Add support for turkish keyboard from Berk Demir bdd at ieee dot org.maja2003-01-041-3/+16
* Repair minor indentation problem.miod2002-12-231-8/+8
* New identifier for dutch keyboard layout.miod2002-11-231-2/+4
* Remove more '\n's from panic() statements. Both trailing and leading.krw2002-10-123-7/+7
* Fix the extra cursor image remaining in the upper left corner of themiod2002-09-231-3/+6
* Add missing translations for End, Ins and f11-f12, indent the switch a bitfgsch2002-09-151-20/+30
* Rework the wsemul_sun behaviour, and add color support, from the currentmiod2002-09-091-148/+312
* Do not print the ASCII_ESC character.jason2002-09-051-6/+3