History log of /openbsd-current/usr.sbin/wsmoused/wsmoused.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.12 26-Oct-2015 deraadt

Stop writing a pidfile
ok benno jung


Revision tags: OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.11 14-May-2014 shadchin

Remove mouse.baudrate, it is always 1200.

ok miod@


# 1.10 14-May-2014 shadchin

Remove unused code.

ok miod@


# 1.9 14-May-2014 shadchin

Remove unused variables.

ok miod@


Revision tags: OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE
# 1.8 21-Jun-2009 jacekm

Support mouses with lots of buttons. Also, fix a crash when pressing
a button that's outside of the hardcoded range; miod@ ok


# 1.7 05-Jun-2009 miod

Add the ability to attach wsmoused to a different wsdisplay than wsdisplay0
(i.e. ttyCcfg) with the new -D option.

While there, a lot of cleanup, including not creating a pidfile by default
(since there might be more than one wsmoused running on multiple wsdisplay
systems).


Revision tags: OPENBSD_4_4_BASE OPENBSD_4_5_BASE
# 1.6 20-Jun-2008 ragge

Change gcc named variadics to c99 ones. Ok otto@


Revision tags: OPENBSD_4_2_BASE OPENBSD_4_3_BASE
# 1.5 10-Apr-2007 miod

Use a larger type to store ``resolution'', so that comparisons against
values over 255 are actually meaningful.


Revision tags: OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE
# 1.4 15-Feb-2002 deraadt

KNF


# 1.3 12-Jan-2002 miod

Make sure the daemon() call is harmless to file descriptors.
Problem reported by markus@, fix by me, ok markus@ millert@


# 1.2 11-Dec-2001 miod

This file was forgotten in the previous wsmouse commits.


Revision tags: OPENBSD_2_9_BASE OPENBSD_3_0_BASE
# 1.1 14-Apr-2001 aaron

Userland daemon for wscons console mouse features.