summaryrefslogtreecommitdiff
path: root/sys/dev/wscons/wsmouse.c
AgeCommit message (Collapse)Author
2002-04-30cdev_decl is done in conf.h, do not dupe hereMichael Shalayeff
2002-03-27Add X-Window support to wsmoused(8). This allows running wsmoused(8) andjbm
X-Window at the same time, removing the need to kill wsmoused(8) before starting X-Window.
2002-03-14First round of __P removal in sysTodd C. Miller
2001-10-04supply entropy from hereMichael Shalayeff
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-03-30Add a new wsmuxop, dissetdisplay, which wsmux uses to disocver whether a muxAaron Campbell
device is connected to a display or not. Use it in wsmux_detach_sc(). This fixes a problem I've been struggling with whereby the machine panics if I detach a USB keyboard before disconnecting it from wsdisplay.
2001-02-18Fix an uninitialized variable which could cause corruption of the userAaron Campbell
button state (and hence spurious mouse clicks) if the event queue filled up; from NetBSD.
2001-01-30Pass the correct MUX type to wsmux_attach_sc().Aaron Campbell
2000-08-01update wscons, nothing serious, mostly api fixes for us; from netbsd through ↵Michael Shalayeff
aaron@
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