Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-14 | remove the machine arch from Dt - this file gets installed on more | Jason McIntyre | |
than one arch; ok schwarze | |||
2015-10-26 | Stop writing a pidfile | Theo de Raadt | |
ok benno jung | |||
2014-12-23 | Remove function mouse_map. This function is redundant. | Alexandr Shadchin | |
ok zhuk@ | |||
2014-12-22 | Now does not need to be initialized event.value. | Alexandr Shadchin | |
This not used anymore. ok deraadt@ | |||
2014-12-21 | Cleanup - remove event WSCONS_EVENT_WSMOUSED_SLEEP, WSCONS_EVENT_WSMOUSED_CLOSE. | Alexandr Shadchin | |
Do not need it now. ok mpi@ | |||
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen | |
2014-05-14 | Remove second arg in SetMouseSpeed(), it is always 1200. | Alexandr Shadchin | |
ok miod@ | |||
2014-05-14 | Remove mouse.baudrate, it is always 1200. | Alexandr Shadchin | |
ok miod@ | |||
2014-05-14 | Remove unused code. | Alexandr Shadchin | |
ok miod@ | |||
2014-05-14 | Remove unused variables. | Alexandr Shadchin | |
ok miod@ | |||
2013-11-24 | more unsigned char casts for ctype | Theo de Raadt | |
ok jca | |||
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze | |
2013-04-18 | struct timezone is so 1980 | Theo de Raadt | |
2011-10-18 | delay daemon fork() until after initialisation has completed to fix | Damien Miller | |
rc race that caused X11 to fail to open /dev/wsmouse; ok stsp miod | |||
2011-03-22 | use timerclear macro | Okan Demirmen | |
ok miod@ | |||
2009-06-21 | Support mouses with lots of buttons. Also, fix a crash when pressing | Jacek Masiulaniec | |
a button that's outside of the hardcoded range; miod@ ok | |||
2009-06-05 | kill trailing whitespace; | Jason McIntyre | |
2009-06-05 | Add the ability to attach wsmoused to a different wsdisplay than wsdisplay0 | Miod Vallat | |
(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). | |||
2008-06-20 | Change gcc named variadics to c99 ones. Ok otto@ | Anders Magnusson | |
2007-11-24 | Since switches from X to consoles are aysnchronous, wsmoused(8) can be awakened | Miod Vallat | |
before the X server has release the mouse device. Instead of an arbitrary sleep, loop (with increasing delays) until we can open the device again. Found the hard way and tested by jmc@ | |||
2007-09-18 | use C99 explicit struct initializer instead of deprecated gcc 2.5 | Otto Moerbeek | |
style. ok miod@ millert@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-04-10 | Use a larger type to store ``resolution'', so that comparisons against | Miod Vallat | |
values over 255 are actually meaningful. | |||
2007-04-10 | Add support for a fourth axis on wsmouse devices, e.g. on the Apple Might | Miod Vallat | |
Mouse. Currently limited to USB mice. Adapted from a diff from Gareth <garf@loveandnature.co.za> on tech@ | |||
2006-04-17 | setjmp.h not used | Theo de Raadt | |
2005-08-13 | another typo; | Jason McIntyre | |
2005-08-12 | prefer a simpler synopsis: we do not really need a separate case for -i; | Jason McIntyre | |
2005-08-12 | - small formatting fixes | Jason McIntyre | |
- grammar | |||
2004-12-05 | MicroSoft -> Microsoft | Jonathan Gray | |
ok deraadt@, macro@, brad@ | |||
2004-11-29 | Spell precede correctly. | Jonathan Gray | |
'looks fine' millert@, krw@. ok jmc@ | |||
2004-05-03 | Remove OpenBSD/pegaos, this has been announced before but delayed until | Dale Rahn | |
the tree was stable. No point in code supporting a company which screws its employees being in the OpenBSD tree. | |||
2004-01-29 | and another one | Michael Shalayeff | |
2004-01-28 | Repair build links for pegosos, and also build for amd64 | Theo de Raadt | |
2004-01-04 | gcc3 doesn't like varargs, it was found that the varargs.h inclusion is | Dale Rahn | |
unnecessary for these files, delete. ok espie@ | |||
2003-12-22 | No need to setup a signal handler for SIGKILL as you can't catch it anyway. | Miod Vallat | |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-11-08 | - correct SYNOPSIS | Jason McIntyre | |
- sort options - sync usage() - new sentence, new line | |||
2003-10-31 | These should build on pegasos. | Dale Rahn | |
2003-09-26 | check strdup failure; ok anil millert | Theo de Raadt | |
2003-06-12 | remove term 3 & 4 | Theo de Raadt | |
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
2003-04-13 | try to use the X Window System, X11 or XFree86 consistently. | Jason McIntyre | |
diffs from Paul Weismann, via mickey@ aided, abetted and ok'd matthieu@ | |||
2003-02-26 | copyright added; | Jason McIntyre | |
(c) jbm@ thanks to jbm@ for helping clear this up | |||
2003-02-17 | typos; | Jason McIntyre | |
2002-12-03 | Compile wsmoused on alpha, as it can be used on vga displays. | Miod Vallat | |
2002-09-06 | do not use // | Theo de Raadt | |
2002-06-11 | -Wall cleanup | Hans Insulander | |
ok millert@, miod@ | |||
2002-05-30 | minor KNF | Theo de Raadt | |
2002-05-26 | pid_t cleanup | Theo de Raadt | |
2002-03-27 | Add X-Window support to wsmoused(8). This allows running wsmoused(8) and | jbm | |
X-Window at the same time, removing the need to kill wsmoused(8) before starting X-Window. |