Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-16 | Add some missing lengths checks when passing data from userland to | Todd C. Miller | |
kernel. From based on NetBSD patches. | |||
2001-08-29 | make set/get screen work now | Michael Shalayeff | |
2001-06-29 | implement get/set screen ioctls to fetch configured screen list | Michael Shalayeff | |
and switch focus out of comand line utility (to come soon). also, fix duplicated ioctl numbers, so rebuild the ws* utils. | |||
2001-05-08 | inplement screen burner in screenblank(1) style (no program though). | Michael Shalayeff | |
disabled by default, also supports vsync blanking, disabled by default. aaron@ looked at it a while back and i fixed problems he had indicated. | |||
2001-04-14 | Kernel support for console mouse functionality which will be controlled by | Aaron Campbell | |
the wsmoused daemon (replacement for moused which was used with PCVT). Adds a "getchar" method to the display drivers which returns the value of the character currently under the cursor (e.g., so it may be inversed). From jbm@. Still needs a bit of cleanup and improvement, especially X cohabitation features. The pointer moves to fast as well. These sorts of issues will be corrected in-tree. | |||
2001-03-14 | allow listing and soon deleting fonts; aaron@ ok | Michael Shalayeff | |
2001-03-03 | complete wscons support for abd keyboard. -moj ok @deraadt | Mats O Jansson | |
2001-02-28 | Add ability to get display width in bytes for display memory, this | Dale Rahn | |
may be the same as visual width or larger. This is seen on iMacDV systems running at 640x480 or 800x600 with a linebytes of 1024. | |||
2001-02-10 | sync w/ netbsd; aaron@ ok | Michael Shalayeff | |
2001-02-05 | WSMOUSEIO_SRES, WSMOUSEIO_SSCALE and WSMOUSEIO_SRATE are _IOW(), not _IOR() | Matthieu Herrb | |
2000-08-01 | update wscons, nothing serious, mostly api fixes for us; from netbsd through ↵ | Michael Shalayeff | |
aaron@ | |||
2000-06-30 | some more display types; from nbsd | Michael Shalayeff | |
2000-05-16 | import newer wscons source from netbsd. | Michael Shalayeff | |
art@ said it will make his life easier in alpha rhands@ said it is not used in powerpc for now bjc@ said that it would make vax port easier mickey@ said other platforms can use it, and it's faster |