index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
wsmoused
/
wsmoused.c
Age
Commit message (
Expand
)
Author
2011-03-22
use timerclear macro
Okan Demirmen
2009-06-21
Support mouses with lots of buttons. Also, fix a crash when pressing
Jacek Masiulaniec
2009-06-05
Add the ability to attach wsmoused to a different wsdisplay than wsdisplay0
Miod Vallat
2007-11-24
Since switches from X to consoles are aysnchronous, wsmoused(8) can be awakened
Miod Vallat
2007-09-18
use C99 explicit struct initializer instead of deprecated gcc 2.5
Otto Moerbeek
2007-04-10
Add support for a fourth axis on wsmouse devices, e.g. on the Apple Might
Miod Vallat
2006-04-17
setjmp.h not used
Theo de Raadt
2005-08-12
prefer a simpler synopsis: we do not really need a separate case for -i;
Jason McIntyre
2004-01-04
gcc3 doesn't like varargs, it was found that the varargs.h inclusion is
Dale Rahn
2003-12-22
No need to setup a signal handler for SIGKILL as you can't catch it anyway.
Miod Vallat
2003-11-08
- correct SYNOPSIS
Jason McIntyre
2003-09-26
check strdup failure; ok anil millert
Theo de Raadt
2003-04-13
try to use the X Window System, X11 or XFree86 consistently.
Jason McIntyre
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
2002-03-14
Remove \n from err/errx/warn/warnx().
Mike Pechkin
2002-02-15
KNF
Theo de Raadt
2002-01-12
Make sure the daemon() call is harmless to file descriptors.
Miod Vallat
2001-12-09
Do not use stdio functions after a successfull call to daemon(), use
Miod Vallat
2001-11-02
_exit() in signal handler
Theo de Raadt
2001-09-20
Jumbo wsmoused cosmeto:
Miod Vallat
2001-08-31
Restore mouse resolution to default value at exit.
jbm
2001-08-13
Wall cleanup
Peter Valchev
2001-08-12
Use INFTIM where possible.
Federico G. Schwindt
2001-04-14
Userland daemon for wscons console mouse features.
Aaron Campbell