summaryrefslogtreecommitdiff
path: root/usr.sbin/wsmoused
AgeCommit message (Expand)Author
2011-10-18delay daemon fork() until after initialisation has completed to fixDamien Miller
2011-03-22use timerclear macroOkan Demirmen
2009-06-21Support mouses with lots of buttons. Also, fix a crash when pressingJacek Masiulaniec
2009-06-05kill trailing whitespace;Jason McIntyre
2009-06-05Add the ability to attach wsmoused to a different wsdisplay than wsdisplay0Miod Vallat
2008-06-20Change gcc named variadics to c99 ones. Ok otto@Anders Magnusson
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-05-31convert to new .Dd format;Jason McIntyre
2007-04-10Use a larger type to store ``resolution'', so that comparisons againstMiod Vallat
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-13another typo;Jason McIntyre
2005-08-12prefer a simpler synopsis: we do not really need a separate case for -i;Jason McIntyre
2005-08-12- small formatting fixesJason McIntyre
2004-12-05MicroSoft -> MicrosoftJonathan Gray
2004-11-29Spell precede correctly.Jonathan Gray
2004-05-03Remove OpenBSD/pegaos, this has been announced before but delayed untilDale Rahn
2004-01-29and another oneMichael Shalayeff
2004-01-28Repair build links for pegosos, and also build for amd64Theo de Raadt
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-08typos from Jonathon Gray;Jason McIntyre
2003-11-08- correct SYNOPSISJason McIntyre
2003-10-31These should build on pegasos.Dale Rahn
2003-09-26check strdup failure; ok anil millertTheo de Raadt
2003-06-12remove term 3 & 4Theo de Raadt
2003-06-12- section reorderJason McIntyre
2003-04-13try to use the X Window System, X11 or XFree86 consistently.Jason McIntyre
2003-02-26copyright added;Jason McIntyre
2003-02-17typos;Jason McIntyre
2002-12-03Compile wsmoused on alpha, as it can be used on vga displays.Miod Vallat
2002-09-06do not use //Theo de Raadt
2002-06-11-Wall cleanupHans Insulander
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-15complete paranoiaTheo de Raadt
2002-02-15KNFTheo de Raadt
2002-01-12Make sure the daemon() call is harmless to file descriptors.Miod Vallat
2001-12-11This file was forgotten in the previous wsmouse commits.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-20Powered by @mantoya.Mike Pechkin
2001-08-17o) {Open,Net,Free}BSD -> .{O,N,F}x;Mike Pechkin
2001-08-13Wall cleanupPeter Valchev
2001-08-12Use INFTIM where possible.Federico G. Schwindt