| Commit message (Expand) | Author | Age | Files | Lines |
| * | Improve the virtual scrolling mechanism to make middle clicking less | Philip Paeps | 2008-05-15 | 2 | -15/+58 |
| * | Use intmax_t instead of long when casting time_t. | Jung-uk Kim | 2008-03-07 | 1 | -3/+4 |
| * | The breakage from increased warns has been fixed, back out my back out | Warner Losh | 2008-03-06 | 1 | -1/+1 |
| * | Cast time_t to long to mute tinderbox build failure. | Jung-uk Kim | 2008-03-06 | 1 | -2/+2 |
| * | This breaks the arm build, back it out until that's fixed | Warner Losh | 2008-03-06 | 1 | -1/+1 |
| * | Mark moused(8) WARNS=6 clean. | Jung-uk Kim | 2008-03-06 | 1 | -0/+2 |
| * | Fix compiler warnings and style(9) bugs. | Jung-uk Kim | 2008-03-06 | 1 | -192/+201 |
| * | Prefer clock_gettime(2) over gettimeofday(2) and use CLOCK_MONOTONIC_FAST. | Jung-uk Kim | 2008-03-06 | 1 | -63/+82 |
| * | Fix a (very) longstanding bug in moused(8) affecting high-resolution rodents | Philip Paeps | 2007-06-17 | 1 | -6/+41 |
| * | Add dynamic acceleration to moused(8). This introduces a '-A' flag to control | Philip Paeps | 2007-03-11 | 3 | -8/+116 |
| * | Markup fixes. | Ruslan Ermilov | 2006-09-29 | 1 | -17/+22 |
| * | Convert macros to use C99's syntax for macros with a variable number of | Stefan Farfeleder | 2006-07-20 | 1 | -10/+10 |
| * | Send the pcvt(4) driver off to retirement. | Poul-Henning Kamp | 2006-05-17 | 1 | -6/+0 |
| * | Replace the guts of usbmodule() with calls to the new kld(3) functions. | Dag-Erling Smørgrav | 2006-02-18 | 1 | -34/+1 |
| * | Add "yet another" moused(8) hack: suspend handling mouse events when SIGUSR1 | Philip Paeps | 2005-12-04 | 2 | -6/+38 |
| * | -mdoc sweep. | Ruslan Ermilov | 2005-11-18 | 1 | -3/+4 |
| * | Fix a small typo. | Philip Paeps | 2005-09-19 | 1 | -1/+1 |
| * | Add an option to stop 'mouse drift' in some defective/cheap mice. This stops | Philip Paeps | 2005-09-19 | 2 | -4/+89 |
| * | Pidfiles should be created with permission preventing users from opening | Pawel Jakub Dawidek | 2005-09-16 | 1 | -1/+1 |
| * | Use pidfile(3) in moused(8). | Pawel Jakub Dawidek | 2005-08-24 | 2 | -6/+16 |
| * | Add a -H option to enable horizontal virtual scrolling, much like -V for | Philip Paeps | 2005-07-19 | 2 | -17/+50 |
| * | Support for the GTCO Digipad. | Matthew N. Dodd | 2005-04-13 | 2 | -0/+79 |
| * | Sort sections. | Ruslan Ermilov | 2005-01-18 | 1 | -5/+5 |
| * | Document the -U option a bit more clearly. | Philip Paeps | 2005-01-11 | 1 | -0/+12 |
| * | Scheduled mdoc(7) sweep. | Ruslan Ermilov | 2005-01-11 | 1 | -1/+1 |
| * | - mdoc(7) cleanup. | Simon L. B. Nielsen | 2005-01-11 | 1 | -17/+43 |
| * | Document the -V and -U options in usage(). | Philip Paeps | 2005-01-06 | 1 | -2/+2 |
| * | Update moused(8) and mouse(4) to reflect the cuaa->cuad name change. | Philip Paeps | 2004-11-12 | 1 | -5/+5 |
| * | Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar | Ruslan Ermilov | 2004-11-03 | 1 | -1/+1 |
| * | Add 'virtual scrolling' support to moused(8). When holding down the middle | Philip Paeps | 2004-10-11 | 2 | -3/+109 |
| * | Teach moused about Synaptics touchpads. | Philip Paeps | 2004-08-03 | 2 | -1/+12 |
| * | Use C99 conforming designated initialisers rather than the obsolete GCC syntax. | Stefan Farfeleder | 2004-07-03 | 1 | -17/+17 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -13/+26 |
| * | Language tweak in explaining the mouse wheel's functionality. | David E. O'Brien | 2004-06-14 | 1 | -2/+2 |
| * | Fix serious ugliness introduced in 1.61, which leads to long delay in boot | Maxim Sobolev | 2004-01-10 | 1 | -5/+11 |
| * | __FBSDID; remove duplicate <ctype.h>; try to reduce style inconsistencies. | Dag-Erling Smørgrav | 2003-11-17 | 1 | -46/+43 |
| * | Sort includes, and remove superfluous <sys/types.h> | Dag-Erling Smørgrav | 2003-11-17 | 1 | -15/+15 |
| * | Instead of blindly loading the ums module and bailing out if that fails, | Dag-Erling Smørgrav | 2003-11-17 | 1 | -2/+38 |
| * | If the name of the mouse device starts with "/dev/ums", try to load the | Dag-Erling Smørgrav | 2003-11-13 | 1 | -2/+15 |
| * | Whitespace cleanup. | Dag-Erling Smørgrav | 2003-11-13 | 1 | -378/+376 |
| * | Add section number to .Xr | Philippe Charnier | 2003-06-08 | 1 | -1/+1 |
| * | Grammar and punctuation fixes | Christian Brueffer | 2003-04-25 | 1 | -7/+7 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 1 | -2/+2 |
| * | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | Jens Schweikhardt | 2002-12-30 | 1 | -1/+1 |
| * | english(4) police. | Jens Schweikhardt | 2002-12-27 | 1 | -1/+1 |
| * | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 1 | -3/+3 |
| * | The .Nm utility | Philippe Charnier | 2002-07-14 | 1 | -20/+22 |
| * | Work around a code generation bug of GCC 3.1 by replacing | Akinori MUSHA | 2002-05-19 | 1 | -14/+14 |
| * | Fix a number of warnings. A gcc preprocessor bug relating to macros | Ian Dowse | 2002-04-28 | 1 | -38/+53 |
| * | Minor changes: | Will Andrews | 2002-03-24 | 1 | -1/+20 |