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