aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/moused
Commit message (Expand)AuthorAgeFilesLines
* Improve the virtual scrolling mechanism to make middle clicking lessPhilip Paeps2008-05-152-15/+58
* Use intmax_t instead of long when casting time_t.Jung-uk Kim2008-03-071-3/+4
* The breakage from increased warns has been fixed, back out my back outWarner Losh2008-03-061-1/+1
* Cast time_t to long to mute tinderbox build failure.Jung-uk Kim2008-03-061-2/+2
* This breaks the arm build, back it out until that's fixedWarner Losh2008-03-061-1/+1
* Mark moused(8) WARNS=6 clean.Jung-uk Kim2008-03-061-0/+2
* Fix compiler warnings and style(9) bugs.Jung-uk Kim2008-03-061-192/+201
* Prefer clock_gettime(2) over gettimeofday(2) and use CLOCK_MONOTONIC_FAST.Jung-uk Kim2008-03-061-63/+82
* Fix a (very) longstanding bug in moused(8) affecting high-resolution rodentsPhilip Paeps2007-06-171-6/+41
* Add dynamic acceleration to moused(8). This introduces a '-A' flag to controlPhilip Paeps2007-03-113-8/+116
* Markup fixes.Ruslan Ermilov2006-09-291-17/+22
* Convert macros to use C99's syntax for macros with a variable number ofStefan Farfeleder2006-07-201-10/+10
* Send the pcvt(4) driver off to retirement.Poul-Henning Kamp2006-05-171-6/+0
* Replace the guts of usbmodule() with calls to the new kld(3) functions.Dag-Erling Smørgrav2006-02-181-34/+1
* Add "yet another" moused(8) hack: suspend handling mouse events when SIGUSR1Philip Paeps2005-12-042-6/+38
* -mdoc sweep.Ruslan Ermilov2005-11-181-3/+4
* Fix a small typo.Philip Paeps2005-09-191-1/+1
* Add an option to stop 'mouse drift' in some defective/cheap mice. This stopsPhilip Paeps2005-09-192-4/+89
* Pidfiles should be created with permission preventing users from openingPawel Jakub Dawidek2005-09-161-1/+1
* Use pidfile(3) in moused(8).Pawel Jakub Dawidek2005-08-242-6/+16
* Add a -H option to enable horizontal virtual scrolling, much like -V forPhilip Paeps2005-07-192-17/+50
* Support for the GTCO Digipad.Matthew N. Dodd2005-04-132-0/+79
* Sort sections.Ruslan Ermilov2005-01-181-5/+5
* Document the -U option a bit more clearly.Philip Paeps2005-01-111-0/+12
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-111-1/+1
* - mdoc(7) cleanup.Simon L. B. Nielsen2005-01-111-17/+43
* Document the -V and -U options in usage().Philip Paeps2005-01-061-2/+2
* Update moused(8) and mouse(4) to reflect the cuaa->cuad name change.Philip Paeps2004-11-121-5/+5
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarRuslan Ermilov2004-11-031-1/+1
* Add 'virtual scrolling' support to moused(8). When holding down the middlePhilip Paeps2004-10-112-3/+109
* Teach moused about Synaptics touchpads.Philip Paeps2004-08-032-1/+12
* Use C99 conforming designated initialisers rather than the obsolete GCC syntax.Stefan Farfeleder2004-07-031-17/+17
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-13/+26
* Language tweak in explaining the mouse wheel's functionality.David E. O'Brien2004-06-141-2/+2
* Fix serious ugliness introduced in 1.61, which leads to long delay in bootMaxim Sobolev2004-01-101-5/+11
* __FBSDID; remove duplicate <ctype.h>; try to reduce style inconsistencies.Dag-Erling Smørgrav2003-11-171-46/+43
* Sort includes, and remove superfluous <sys/types.h>Dag-Erling Smørgrav2003-11-171-15/+15
* Instead of blindly loading the ums module and bailing out if that fails,Dag-Erling Smørgrav2003-11-171-2/+38
* If the name of the mouse device starts with "/dev/ums", try to load theDag-Erling Smørgrav2003-11-131-2/+15
* Whitespace cleanup.Dag-Erling Smørgrav2003-11-131-378/+376
* Add section number to .XrPhilippe Charnier2003-06-081-1/+1
* Grammar and punctuation fixesChristian Brueffer2003-04-251-7/+7
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-2/+2
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-3/+3
* The .Nm utilityPhilippe Charnier2002-07-141-20/+22
* Work around a code generation bug of GCC 3.1 by replacingAkinori MUSHA2002-05-191-14/+14
* Fix a number of warnings. A gcc preprocessor bug relating to macrosIan Dowse2002-04-281-38/+53
* Minor changes:Will Andrews2002-03-241-1/+20