| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add preliminary support for IBM/Lenovo TrackPoint. | Jung-uk Kim | 2013-03-18 | 1 | -0/+1 |
| * | Make sure moused is exiting as quick as possible after that the | Hans Petter Selasky | 2012-09-24 | 1 | -12/+8 |
| * | The UMS module is now loaded by rules in /etc/devd/usb.conf which | Hans Petter Selasky | 2012-03-17 | 1 | -10/+1 |
| * | Fix warning when compiling with gcc46: | Eitan Adler | 2012-01-20 | 1 | -2/+1 |
| * | Spelling fixes for usr.sbin/ | Ulrich Spörlein | 2011-12-30 | 1 | -2/+2 |
| * | Mark global functions and/or variables in moused(8) static where possible. | Ed Schouten | 2011-11-06 | 1 | -8/+8 |
| * | Fix typos - remove duplicate "the". | Rebecca Cran | 2011-02-21 | 1 | -1/+1 |
| * | When Emulate3Button is active, do not set select() timeout in states when | Alexander Motin | 2010-06-15 | 1 | -1/+2 |
| * | Improve the virtual scrolling mechanism to make middle clicking less | Philip Paeps | 2008-05-15 | 1 | -11/+38 |
| * | Use intmax_t instead of long when casting time_t. | Jung-uk Kim | 2008-03-07 | 1 | -3/+4 |
| * | Cast time_t to long to mute tinderbox build failure. | Jung-uk Kim | 2008-03-06 | 1 | -2/+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 | 1 | -6/+69 |
| * | Convert macros to use C99's syntax for macros with a variable number of | Stefan Farfeleder | 2006-07-20 | 1 | -10/+10 |
| * | 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 | 1 | -4/+17 |
| * | Add an option to stop 'mouse drift' in some defective/cheap mice. This stops | Philip Paeps | 2005-09-19 | 1 | -4/+78 |
| * | 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 | 1 | -6/+13 |
| * | Add a -H option to enable horizontal virtual scrolling, much like -V for | Philip Paeps | 2005-07-19 | 1 | -16/+37 |
| * | Support for the GTCO Digipad. | Matthew N. Dodd | 2005-04-13 | 1 | -0/+77 |
| * | Document the -V and -U options in usage(). | Philip Paeps | 2005-01-06 | 1 | -2/+2 |
| * | Add 'virtual scrolling' support to moused(8). When holding down the middle | Philip Paeps | 2004-10-11 | 1 | -3/+102 |
| * | Teach moused about Synaptics touchpads. | Philip Paeps | 2004-08-03 | 1 | -1/+2 |
| * | Use C99 conforming designated initialisers rather than the obsolete GCC syntax. | Stefan Farfeleder | 2004-07-03 | 1 | -17/+17 |
| * | 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 |
| * | 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 |
| * | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 1 | -3/+3 |
| * | 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 |
| * | Expand the usage info to include the possible options for -i, | Doug Barton | 2001-08-09 | 1 | -2/+2 |
| * | Oops, remove a `mouse_move_delayed++' that shouldn't have been | Ian Dowse | 2001-07-08 | 1 | -3/+1 |
| * | The state machine for 3-button emulation defers some button events | Ian Dowse | 2001-07-08 | 1 | -4/+29 |
| * | Add an acceleration option to moused | George C A Reid | 2001-06-25 | 1 | -7/+23 |
| * | Nuke unused variables. | Dima Dorfman | 2001-06-24 | 1 | -2/+1 |
| * | Preceed/preceeding are not english words. Use precede and preceding. | Jeroen Ruigrok van der Werven | 2001-02-18 | 1 | -2/+2 |
| * | Initiate deorbit burn sequence for <machine/mouse.h>. | Poul-Henning Kamp | 2000-10-09 | 1 | -3/+1 |
| * | Initiate deorbit burn sequence for <machine/console.h>. | Poul-Henning Kamp | 2000-10-08 | 1 | -1/+1 |
| * | Reduce the default timeout for the three button emulation | Kazutaka YOKOTA | 2000-04-21 | 1 | -1/+1 |
| * | Set the right default timeout to 200ms as per the manpage. | Ollivier Robert | 2000-04-11 | 1 | -1/+1 |
| * | Follow up to the 3 button emulation update in rev 1.41: | Kazutaka YOKOTA | 2000-04-08 | 1 | -20/+25 |