summaryrefslogtreecommitdiffstats
path: root/sys/dev/wscons/wsdisplayvar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix various typos in wscons(4) comments.fcambus2020-09-131-2/+2
* change wsdisplay attribute type from long to uint32_tjsg2020-05-251-10/+13
* rename wsdisplay alloc_attr() to pack_attr()jsg2020-05-251-3/+2
* Move logic to change brightness level in reasonable steps from acpivout(4)kettenis2020-04-191-1/+5
* Move ws_get_param/ws_set_param into wsdisplay code.kettenis2019-10-131-1/+5
* Use timeout_add_msec(9)kn2019-07-011-4/+3
* Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4)kettenis2019-05-041-3/+7
* Add a enter_ddb() "accessop" to wsdisplay(4) to allow KMS drivers to bypasskettenis2017-07-191-1/+3
* remove some more sparc remnants. ok deraadttedu2016-09-041-3/+3
* Better defaults for the screen burner settings: all unblank actions enabled,miod2013-11-041-2/+2
* No longer store fonts added with the WSDISPLAYIO_LDFONT ioctl into themiod2013-10-201-2/+2
* Define WS_DEFAULT_FG and WS_DEFAULT_BG as default colors (black on white forkettenis2013-08-201-1/+20
* s/wsemuldisplaysubmatch/wsemuldisplaydevsubmatch/gkettenis2013-07-061-2/+2
* Add submatch function for use with config_found_sm(9).kettenis2013-07-051-1/+2
* Prevent the apmd/x races for good.oga2010-03-301-1/+3
* Change the wsdisplay_emulops return types from void to int; emulops will nowmiod2009-09-051-7/+7
* Fix ri_devcmap[] to allow WSCOL_BLACK and WSCOL_WHITE to not have to bemiod2006-12-021-8/+2
* Change the getchar wsdisplay_accessops function to not return amiod2006-11-291-2/+10
* Add an unpack_attr function to struct wsdisplay_emulops, to match themiod2006-11-291-9/+7
* Add a new member to struct wsemuldisplaydev_attach_args, for a frame buffermiod2006-11-291-1/+2
* For 32bit sun frame buffers, tweak ri_devcmap to get the BoW palette insteadmiod2006-06-301-8/+3
* No need to keep specific variables for the kernel messages colors on sunmiod2006-06-291-2/+1
* More non-emulating wsdisplay tentacles removal.miod2005-09-271-11/+1
* Partial sync to the NetBSD wscons code, bringing a better wsmux behaviourmiod2005-05-151-2/+6
* Rework the color usage in wsemul_sun displays, to match SunOS and Solarismiod2002-07-251-2/+14
* Add X-Window support to wsmoused(8). This allows running wsmoused(8) andjbm2002-03-271-1/+4
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-5/+5
* First round of __P removal in sysmillert2002-03-141-54/+54
* inplement screen burner in screenblank(1) style (no program though).mickey2001-05-081-2/+11
* Kernel support for console mouse functionality which will be controlled byaaron2001-04-141-1/+2
* allow listing and soon deleting fonts; aaron@ okmickey2001-03-141-2/+4
* sync w/ netbsd; aaron@ okmickey2001-02-101-1/+5
* Cause keypresses to reset the screen in case we are in scrollback (previouslyaaron2001-02-081-3/+4
* OpenBSD does have paddr_t, I can't explain why I thought it didn't; art@aaron2001-01-311-2/+2
* Some int -> u_long (I incorrectly converted paddr_t to int when porting this).aaron2001-01-311-2/+2
* Support console scrollback in wscons through a new "scrollback" accessop thataaron2000-11-151-1/+10
* update wscons, nothing serious, mostly api fixes for us; from netbsd through aaron@mickey2000-08-011-2/+2
* import newer wscons source from netbsd.mickey2000-05-161-0/+200