Age | Commit message (Expand) | Author |
2019-10-13 | Move ws_get_param/ws_set_param into wsdisplay code. | Mark Kettenis |
2019-07-01 | Use timeout_add_msec(9) | kn |
2019-05-04 | Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4) | Mark Kettenis |
2017-07-19 | Add a enter_ddb() "accessop" to wsdisplay(4) to allow KMS drivers to bypass | Mark Kettenis |
2016-09-04 | remove some more sparc remnants. ok deraadt | Ted Unangst |
2013-11-04 | Better defaults for the screen burner settings: all unblank actions enabled, | Miod Vallat |
2013-10-20 | No longer store fonts added with the WSDISPLAYIO_LDFONT ioctl into the | Miod Vallat |
2013-08-20 | Define WS_DEFAULT_FG and WS_DEFAULT_BG as default colors (black on white for | Mark Kettenis |
2013-07-06 | s/wsemuldisplaysubmatch/wsemuldisplaydevsubmatch/g | Mark Kettenis |
2013-07-05 | Add submatch function for use with config_found_sm(9). | Mark Kettenis |
2010-03-30 | Prevent the apmd/x races for good. | Owain Ainsworth |
2009-09-05 | Change the wsdisplay_emulops return types from void to int; emulops will now | Miod Vallat |
2006-12-02 | Fix ri_devcmap[] to allow WSCOL_BLACK and WSCOL_WHITE to not have to be | Miod Vallat |
2006-11-29 | Change the getchar wsdisplay_accessops function to not return a | Miod Vallat |
2006-11-29 | Add an unpack_attr function to struct wsdisplay_emulops, to match the | Miod Vallat |
2006-11-29 | Add a new member to struct wsemuldisplaydev_attach_args, for a frame buffer | Miod Vallat |
2006-06-30 | For 32bit sun frame buffers, tweak ri_devcmap to get the BoW palette instead | Miod Vallat |
2006-06-29 | No need to keep specific variables for the kernel messages colors on sun | Miod Vallat |
2005-09-27 | More non-emulating wsdisplay tentacles removal. | Miod Vallat |
2005-05-15 | Partial sync to the NetBSD wscons code, bringing a better wsmux behaviour | Miod Vallat |
2002-07-25 | Rework the color usage in wsemul_sun displays, to match SunOS and Solaris | Miod Vallat |
2002-03-27 | Add X-Window support to wsmoused(8). This allows running wsmoused(8) and | jbm |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-05-08 | inplement screen burner in screenblank(1) style (no program though). | Michael Shalayeff |
2001-04-14 | Kernel support for console mouse functionality which will be controlled by | Aaron Campbell |
2001-03-14 | allow listing and soon deleting fonts; aaron@ ok | Michael Shalayeff |
2001-02-10 | sync w/ netbsd; aaron@ ok | Michael Shalayeff |
2001-02-08 | Cause keypresses to reset the screen in case we are in scrollback (previously | Aaron Campbell |
2001-01-31 | OpenBSD does have paddr_t, I can't explain why I thought it didn't; art@ | Aaron Campbell |
2001-01-31 | Some int -> u_long (I incorrectly converted paddr_t to int when porting this). | Aaron Campbell |
2000-11-15 | Support console scrollback in wscons through a new "scrollback" accessop that | Aaron Campbell |
2000-08-01 | update wscons, nothing serious, mostly api fixes for us; from netbsd through ... | Michael Shalayeff |
2000-05-16 | import newer wscons source from netbsd. | Michael Shalayeff |