summaryrefslogtreecommitdiffstats
path: root/usr.sbin/moused/moused.c
Commit message (Expand)AuthorAgeFilesLines
* Add preliminary support for IBM/Lenovo TrackPoint.jkim2013-03-181-0/+1
* Make sure moused is exiting as quick as possible after that thehselasky2012-09-241-12/+8
* The UMS module is now loaded by rules in /etc/devd/usb.conf whichhselasky2012-03-171-10/+1
* Fix warning when compiling with gcc46:eadler2012-01-201-2/+1
* Spelling fixes for usr.sbin/uqs2011-12-301-2/+2
* Mark global functions and/or variables in moused(8) static where possible.ed2011-11-061-8/+8
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* When Emulate3Button is active, do not set select() timeout in states whenmav2010-06-151-1/+2
* Improve the virtual scrolling mechanism to make middle clicking lessphilip2008-05-151-11/+38
* Use intmax_t instead of long when casting time_t.jkim2008-03-071-3/+4
* Cast time_t to long to mute tinderbox build failure.jkim2008-03-061-2/+2
* Fix compiler warnings and style(9) bugs.jkim2008-03-061-192/+201
* Prefer clock_gettime(2) over gettimeofday(2) and use CLOCK_MONOTONIC_FAST.jkim2008-03-061-63/+82
* Fix a (very) longstanding bug in moused(8) affecting high-resolution rodentsphilip2007-06-171-6/+41
* Add dynamic acceleration to moused(8). This introduces a '-A' flag to controlphilip2007-03-111-6/+69
* Convert macros to use C99's syntax for macros with a variable number ofstefanf2006-07-201-10/+10
* Replace the guts of usbmodule() with calls to the new kld(3) functions.des2006-02-181-34/+1
* Add "yet another" moused(8) hack: suspend handling mouse events when SIGUSR1philip2005-12-041-4/+17
* Add an option to stop 'mouse drift' in some defective/cheap mice. This stopsphilip2005-09-191-4/+78
* Pidfiles should be created with permission preventing users from openingpjd2005-09-161-1/+1
* Use pidfile(3) in moused(8).pjd2005-08-241-6/+13
* Add a -H option to enable horizontal virtual scrolling, much like -V forphilip2005-07-191-17/+38
* Support for the GTCO Digipad.mdodd2005-04-131-0/+77
* Document the -V and -U options in usage().philip2005-01-061-2/+2
* Add 'virtual scrolling' support to moused(8). When holding down the middlephilip2004-10-111-3/+102
* Teach moused about Synaptics touchpads.philip2004-08-031-1/+2
* Use C99 conforming designated initialisers rather than the obsolete GCC syntax.stefanf2004-07-031-17/+17
* Fix serious ugliness introduced in 1.61, which leads to long delay in bootsobomax2004-01-101-5/+11
* __FBSDID; remove duplicate <ctype.h>; try to reduce style inconsistencies.des2003-11-171-46/+43
* Sort includes, and remove superfluous <sys/types.h>des2003-11-171-15/+15
* Instead of blindly loading the ums module and bailing out if that fails,des2003-11-171-2/+38
* If the name of the mouse device starts with "/dev/ums", try to load thedes2003-11-131-2/+15
* Whitespace cleanup.des2003-11-131-378/+376
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-2/+2
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-3/+3
* Work around a code generation bug of GCC 3.1 by replacingknu2002-05-191-14/+14
* Fix a number of warnings. A gcc preprocessor bug relating to macrosiedowse2002-04-281-38/+53
* Minor changes:will2002-03-241-1/+20
* Expand the usage info to include the possible options for -i,dougb2001-08-091-2/+2
* Oops, remove a `mouse_move_delayed++' that shouldn't have beeniedowse2001-07-081-3/+1
* The state machine for 3-button emulation defers some button eventsiedowse2001-07-081-4/+29
* Add an acceleration option to mousedgreid2001-06-251-7/+23
* Nuke unused variables.dd2001-06-241-2/+1
* Preceed/preceeding are not english words. Use precede and preceding.asmodai2001-02-181-2/+2
* Initiate deorbit burn sequence for <machine/mouse.h>.phk2000-10-091-3/+1
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-1/+1
* Reduce the default timeout for the three button emulationyokota2000-04-211-1/+1
* Set the right default timeout to 200ms as per the manpage.roberto2000-04-111-1/+1
* Follow up to the 3 button emulation update in rev 1.41:yokota2000-04-081-20/+25
OpenPOWER on IntegriCloud