summaryrefslogtreecommitdiff
path: root/usr.sbin/wsmoused/wsmoused.c
AgeCommit message (Expand)Author
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