summaryrefslogtreecommitdiffstats
path: root/sys/dev/wscons (follow)
Commit message (Expand)AuthorAgeFilesLines
* kqueue(2) support for wsmouse(4), wskbd(4) and wsmux(4).mpi2015-09-105-5/+99
* sizes for free(); checked by semariederaadt2015-09-082-14/+13
* Support for xterm-compatible SGR escapes 39 and 49 (reset fg/bg colour tomiod2015-09-051-1/+13
* Modify kernel to prepare boot from UEFI.yasuoka2015-08-301-1/+2
* fairly simple sizes for free(); ok teduderaadt2015-08-284-8/+8
* When changing screen saver parameters with wsconsctl (or any other way tomiod2015-05-081-42/+69
* remove a surplus tabjsg2015-05-071-2/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-148-16/+8
* First step towards making uiomove() take a size_t size argument:miod2015-02-101-3/+3
* Define a new wscons mouse type for Synaptics clickpad devices that lackjsg2015-01-151-1/+2
* use mallocarray() when reallocating the mux tablederaadt2015-01-111-3/+3
* unnecessary castderaadt2015-01-111-2/+2
* WSCONS_EVENT_WSMOUSED_SLEEP and WSCONS_EVENT_WSMOUSED_CLOSE not used anymore.shadchin2014-12-211-6/+2
* WSMOUSE_INPUT_WSMOUSED_CLOSE not used anymore.shadchin2014-12-211-4/+2
* yet more mallocarray() changes.doug2014-12-131-2/+4
* More malloc() -> mallocarray() in the kernel.doug2014-12-091-2/+2
* Stop supporting wsmoused and X in parallel. This code is racy andmpi2014-10-273-182/+15
* remove uneeded proc.h includesjsg2014-09-142-4/+2
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-129-27/+27
* It's init as a process that's special, not init's original thread.guenther2014-07-111-2/+2
* Use a more appropriate malloc(9) type than M_TEMP for the keymap memorympi2014-05-152-5/+5
* wsmoused() called if cmd == WSDISPLAYIO_WSMOUSED only,shadchin2014-05-142-30/+27
* Plug a memory leak, free the keymap's memory on detach.mpi2014-05-051-1/+3
* For the WSDISPLAY_COMPAT_USL protocol, send the synchronizing signals toguenther2014-04-181-11/+11
* Attempt to make user changes of keyboard layout a bit more `sticky' on wsmuxmiod2014-01-266-62/+111
* CIRCLEQ begone.krw2013-12-022-15/+15
* Distinguish between inteldrm and radeondrm.kettenis2013-11-171-2/+3
* Convert wskbd_set_mixervolume() to use a task internally instead ofmpi2013-11-041-9/+5
* Better defaults for the screen burner settings: all unblank actions enabled,miod2013-11-042-5/+6
* Fix jagged diagonal lines (kernel part)shadchin2013-10-302-10/+7
* No longer store fonts added with the WSDISPLAYIO_LDFONT ioctl into themiod2013-10-202-12/+7
* Allow WSDISPLAYIO_GTYPE ioctl on the tty*cfg device (passing it back to tty*0).miod2013-10-201-3/+7
* WSDISPLAYIO_GTYPE ioctl support for KMS drivers. ok jsg@miod2013-10-201-1/+2
* UTF-8 support for wsdisplay emulation modes. Both vt100 and sun emulationmiod2013-10-1815-373/+1358
* Add a conditional to disable most of the `abort state' code in the emulationmiod2013-10-182-2/+17
* Introduce a dedicated private header file to control the optional featuresmiod2013-10-186-63/+74
* Define WS_DEFAULT_FG and WS_DEFAULT_BG as default colors (black on white forkettenis2013-08-201-1/+20
* s/wsemuldisplaysubmatch/wsemuldisplaydevsubmatch/gkettenis2013-07-062-4/+4
* Add submatch function for use with config_found_sm(9).kettenis2013-07-052-2/+17
* Use (N * sizeof(u_int)) instead of (N * sizeof(int)) when malloc'ing u_int *.miod2013-06-161-5/+5
* When we disable the burner when X is running, also set sc_burnout to 0 tokettenis2013-06-151-3/+7
* Replace all ovbcopy with memmove; swap the src and dst arguments tooderaadt2013-06-111-5/+5
* Enforce ca_activate tree-walks over the entire heirarchy for all events,deraadt2013-05-301-17/+18
* In wsdisplay_switchtoconsole(), make sure we really are the console beforekettenis2013-05-121-2/+2
* Add escape codes for F21 to F24, continuing the existing sequence. Note thatmiod2013-04-141-3/+7
* Make it possible to call wsdisplay_cnattach() to override an already attachedkettenis2013-03-101-3/+3
* don't propagate XF86XK_Audio{Lower,Raise}Volume keys to userspace,ratchov2013-01-061-3/+3
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-052-5/+2
* Add support for Elantech touchpads to pms(4). This allows the X synaptics(4)stsp2012-10-291-1/+2
* #if NWSDISPLAY > 0 not #if WSDISPLAY > 0jsg2012-10-171-2/+2