summaryrefslogtreecommitdiff
path: root/sys/dev/wscons/wsconsio.h
AgeCommit message (Collapse)Author
2001-09-16Add some missing lengths checks when passing data from userland toTodd C. Miller
kernel. From based on NetBSD patches.
2001-08-29make set/get screen work nowMichael Shalayeff
2001-06-29implement get/set screen ioctls to fetch configured screen listMichael Shalayeff
and switch focus out of comand line utility (to come soon). also, fix duplicated ioctl numbers, so rebuild the ws* utils.
2001-05-08inplement 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-14Kernel support for console mouse functionality which will be controlled byAaron 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-14allow listing and soon deleting fonts; aaron@ okMichael Shalayeff
2001-03-03complete wscons support for abd keyboard. -moj ok @deraadtMats O Jansson
2001-02-28Add ability to get display width in bytes for display memory, thisDale 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-10sync w/ netbsd; aaron@ okMichael Shalayeff
2001-02-05WSMOUSEIO_SRES, WSMOUSEIO_SSCALE and WSMOUSEIO_SRATE are _IOW(), not _IOR()Matthieu Herrb
2000-08-01update wscons, nothing serious, mostly api fixes for us; from netbsd through ↵Michael Shalayeff
aaron@
2000-06-30some more display types; from nbsdMichael Shalayeff
2000-05-16import 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