summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wsmoused (follow)
Commit message (Expand)AuthorAgeFilesLines
* Enable building wsmoused on arm64 and armv7.fcambus2020-05-281-3/+3
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-4/+4
* you can't have wsmoused and x mouse together ;(jmc2018-04-251-12/+4
* remove defines for ioctls the kernel doesn't recognisejsg2017-10-241-3/+1
* remove the machine arch from Dt - this file gets installed on morejmc2015-11-141-3/+3
* Stop writing a pidfilederaadt2015-10-263-31/+6
* Remove function mouse_map. This function is redundant.shadchin2014-12-231-14/+5
* Now does not need to be initialized event.value.shadchin2014-12-221-17/+2
* Cleanup - remove event WSCONS_EVENT_WSMOUSED_SLEEP, WSCONS_EVENT_WSMOUSED_CLOSE.shadchin2014-12-211-58/+3
* zap trailing newlines; "go for it" deraadtokan2014-07-161-2/+1
* Remove second arg in SetMouseSpeed(), it is always 1200.shadchin2014-05-141-37/+18
* Remove mouse.baudrate, it is always 1200.shadchin2014-05-143-16/+13
* Remove unused code.shadchin2014-05-143-23/+3
* Remove unused variables.shadchin2014-05-142-6/+2
* more unsigned char casts for ctypederaadt2013-11-241-5/+5
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-3/+3
* struct timezone is so 1980deraadt2013-04-181-3/+2
* delay daemon fork() until after initialisation has completed to fixdjm2011-10-181-17/+17
* use timerclear macrookan2011-03-221-3/+2
* Support mouses with lots of buttons. Also, fix a crash when pressingjacekm2009-06-212-4/+13
* kill trailing whitespace;jmc2009-06-051-2/+2
* Add the ability to attach wsmoused to a different wsdisplay than wsdisplay0miod2009-06-055-139/+191
* Change gcc named variadics to c99 ones. Ok otto@ragge2008-06-201-9/+9
* Since switches from X to consoles are aysnchronous, wsmoused(8) can be awakenedmiod2007-11-241-7/+26
* use C99 explicit struct initializer instead of deprecated gcc 2.5otto2007-09-181-12/+12
* convert to new .Dd format;jmc2007-05-311-2/+2
* Use a larger type to store ``resolution'', so that comparisons againstmiod2007-04-101-2/+2
* Add support for a fourth axis on wsmouse devices, e.g. on the Apple Mightmiod2007-04-103-8/+15
* setjmp.h not usedderaadt2006-04-172-4/+2
* another typo;jmc2005-08-131-2/+2
* prefer a simpler synopsis: we do not really need a separate case for -i;jmc2005-08-122-8/+4
* - small formatting fixesjmc2005-08-121-9/+12
* MicroSoft -> Microsoftjsg2004-12-051-5/+5
* Spell precede correctly.jsg2004-11-291-3/+3
* Remove OpenBSD/pegaos, this has been announced before but delayed untildrahn2004-05-031-3/+3
* and another onemickey2004-01-291-2/+2
* Repair build links for pegosos, and also build for amd64deraadt2004-01-281-3/+4
* gcc3 doesn't like varargs, it was found that the varargs.h inclusion isdrahn2004-01-042-4/+2
* No need to setup a signal handler for SIGKILL as you can't catch it anyway.miod2003-12-221-2/+1
* typos from Jonathon Gray;jmc2003-11-081-3/+3
* - correct SYNOPSISjmc2003-11-082-23/+24
* These should build on pegasos.drahn2003-10-311-2/+2
* check strdup failure; ok anil millertderaadt2003-09-261-2/+3
* remove term 3 & 4deraadt2003-06-121-6/+1
* - section reorderjmc2003-06-121-8/+9
* try to use the X Window System, X11 or XFree86 consistently.jmc2003-04-132-6/+6
* copyright added;jmc2003-02-261-1/+30
* typos;jmc2003-02-171-21/+21
* Compile wsmoused on alpha, as it can be used on vga displays.miod2002-12-031-3/+3
* do not use //deraadt2002-09-061-2/+4