summaryrefslogtreecommitdiffstats
path: root/sys/dev/wscons/wsdisplay.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ddb: when a new wsdisplay console attaches, resize ddb cols/rows to itjcs2021-02-091-1/+9
* Allow the WSDISPLAYIO_GETSCREENTYPE ioctl on the tty*cfg device, passingfcambus2020-08-051-4/+9
* change wsdisplay attribute type from long to uint32_tjsg2020-05-251-6/+6
* rename wsdisplay alloc_attr() to pack_attr()jsg2020-05-251-2/+2
* Fix two out-of-bounds array accesses in ioctl code pats. One found bykettenis2020-05-101-2/+2
* Make explicit and enforce that WSCREEN and WSEMUL names are 0-terminated.bru2020-04-261-5/+5
* Move logic to change brightness level in reasonable steps from acpivout(4)kettenis2020-04-191-1/+113
* zap trailing whitespaceanton2020-03-221-2/+2
* Convert all tsleep(9) calls to tsleep_nsec(9) in wsdisplay(4).fcambus2019-10-131-4/+5
* Move ws_get_param/ws_set_param into wsdisplay code.kettenis2019-10-131-1/+9
* Use timeout_add_msec(9)kn2019-07-011-12/+12
* Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4)kettenis2019-05-041-2/+13
* Remove almost unused `flags' argument of suser().mpi2018-02-191-2/+2
* Add sizes for free() in wscons(4).fcambus2018-01-171-2/+2
* Fix previous commit; check the enter_ddb function pointer instead of thekettenis2017-07-191-2/+2
* Add a enter_ddb() "accessop" to wsdisplay(4) to allow KMS drivers to bypasskettenis2017-07-191-1/+25
* Prevent integer overflow in WSDISPLAYIO_LDFONT ioctl.kettenis2017-07-181-1/+5
* Use explicit_bzero() to wipe copybuffer when logging out of the console.fcambus2017-01-111-2/+2
* Split PID from TID, giving processes a PID unrelated to the TID of theirguenther2016-11-071-2/+2
* sizes for free(); checked by semariederaadt2015-09-081-10/+9
* When changing screen saver parameters with wsconsctl (or any other way tomiod2015-05-081-42/+69
* remove a surplus tabjsg2015-05-071-2/+2
* Stop supporting wsmoused and X in parallel. This code is racy andmpi2014-10-271-169/+13
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-8/+8
* wsmoused() called if cmd == WSDISPLAYIO_WSMOUSED only,shadchin2014-05-141-28/+25
* Better defaults for the screen burner settings: all unblank actions enabled,miod2013-11-041-3/+4
* No longer store fonts added with the WSDISPLAYIO_LDFONT ioctl into themiod2013-10-201-10/+5
* Allow WSDISPLAYIO_GTYPE ioctl on the tty*cfg device (passing it back to tty*0).miod2013-10-201-3/+7
* UTF-8 support for wsdisplay emulation modes. Both vt100 and sun emulationmiod2013-10-181-12/+8
* Introduce a dedicated private header file to control the optional featuresmiod2013-10-181-32/+27
* s/wsemuldisplaysubmatch/wsemuldisplaydevsubmatch/gkettenis2013-07-061-2/+2
* Add submatch function for use with config_found_sm(9).kettenis2013-07-051-1/+15
* When we disable the burner when X is running, also set sc_burnout to 0 tokettenis2013-06-151-3/+7
* 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
* Make it possible to call wsdisplay_cnattach() to override an already attachedkettenis2013-03-101-3/+3
* Try to avoid using the same wchan name twice.deraadt2012-07-131-2/+2
* Fix return values of wsdisplaykqfilter and move some code so it matchesnicm2011-07-031-7/+7
* a bit more ansi; ok teduderaadt2011-06-231-3/+3
* Change wsdisplay_kbdinput() to get an aray of keysym_t and a count, instead ofmiod2010-11-201-14/+27
* Move common code for waking up writers on a tty into a function.nicm2010-07-021-8/+2
* Make it possible to get the screen types and emulations for a wsdisplay.maja2010-07-011-2/+24
* Allow tty drivers to request larger buffers at attach time using aderaadt2010-06-281-2/+2
* Some of the line disciplines want to check for suser. Better to pass themtedu2010-04-121-3/+3
* Prevent the apmd/x races for good.oga2010-03-301-1/+111
* Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tnicm2009-11-091-2/+1
* KNOTE() after selwakeup(); ok miodderaadt2009-10-311-1/+2
* Use suser when possible. Suggested by miod@.fgsch2009-10-311-2/+2
* Correctly empty the tty rings in wsdisplaystart() if the display ismiod2009-09-141-3/+5