summaryrefslogtreecommitdiff
path: root/usr.sbin/wsmoused
AgeCommit message (Collapse)Author
2004-05-03Remove OpenBSD/pegaos, this has been announced before but delayed untilDale Rahn
the tree was stable. No point in code supporting a company which screws its employees being in the OpenBSD tree.
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
unnecessary for these files, delete. ok espie@
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
- sort options - sync usage() - new sentence, new line
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
- macro fixes - kill whitespace at EOL - new sentence, new line
2003-04-13try 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-26copyright added;Jason McIntyre
(c) jbm@ thanks to jbm@ for helping clear this up
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
ok millert@, miod@
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
X-Window at the same time, removing the need to kill wsmoused(8) before starting X-Window.
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
millert@ ok
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
Problem reported by markus@, fix by me, ok markus@ millert@
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
syslog() instead. ok millert@
2001-11-02_exit() in signal handlerTheo de Raadt
2001-09-20Jumbo wsmoused cosmeto:Miod Vallat
- fix some cosmetic bugs - improves some code paths - generalizes the use of stderr, and uses errx/warnx whenevr possible - converts wsmoused.c to KNF ok jbm@
2001-08-31Restore mouse resolution to default value at exit.jbm
2001-08-20Powered by @mantoya.Mike Pechkin
o) we don't like .Nd without argument, except next line starts with a new tag; millert@ ok
2001-08-17o) {Open,Net,Free}BSD -> .{O,N,F}x;Mike Pechkin
o) "start sentence on new line" issues; o) minimal -mdoc improvements; millert@ ok
2001-08-13Wall cleanupPeter Valchev
2001-08-12Use INFTIM where possible.Federico G. Schwindt
2001-08-03o) We always closes .Bl and .Bd tags;Mike Pechkin
millert@ ok
2001-05-23Fix up SYNOPSIS and option descriptions; bk@rt.fmAaron Campbell
2001-04-14Userland daemon for wscons console mouse features.Aaron Campbell