summaryrefslogtreecommitdiff
path: root/usr.sbin/wsmoused/wsmoused.c
AgeCommit message (Expand)Author
2011-03-22use timerclear macroOkan Demirmen
2009-06-21Support mouses with lots of buttons. Also, fix a crash when pressingJacek Masiulaniec
2009-06-05Add the ability to attach wsmoused to a different wsdisplay than wsdisplay0Miod Vallat
2007-11-24Since switches from X to consoles are aysnchronous, wsmoused(8) can be awakenedMiod Vallat
2007-09-18use C99 explicit struct initializer instead of deprecated gcc 2.5Otto Moerbeek
2007-04-10Add support for a fourth axis on wsmouse devices, e.g. on the Apple MightMiod Vallat
2006-04-17setjmp.h not usedTheo de Raadt
2005-08-12prefer a simpler synopsis: we do not really need a separate case for -i;Jason McIntyre
2004-01-04gcc3 doesn't like varargs, it was found that the varargs.h inclusion isDale Rahn
2003-12-22No need to setup a signal handler for SIGKILL as you can't catch it anyway.Miod Vallat
2003-11-08- correct SYNOPSISJason McIntyre
2003-09-26check strdup failure; ok anil millertTheo de Raadt
2003-04-13try to use the X Window System, X11 or XFree86 consistently.Jason McIntyre
2002-05-30minor KNFTheo de Raadt
2002-05-26pid_t cleanupTheo de Raadt
2002-03-27Add X-Window support to wsmoused(8). This allows running wsmoused(8) andjbm
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
2002-02-15KNFTheo de Raadt
2002-01-12Make sure the daemon() call is harmless to file descriptors.Miod Vallat
2001-12-09Do not use stdio functions after a successfull call to daemon(), useMiod Vallat
2001-11-02_exit() in signal handlerTheo de Raadt
2001-09-20Jumbo wsmoused cosmeto:Miod Vallat
2001-08-31Restore mouse resolution to default value at exit.jbm
2001-08-13Wall cleanupPeter Valchev
2001-08-12Use INFTIM where possible.Federico G. Schwindt
2001-04-14Userland daemon for wscons console mouse features.Aaron Campbell