index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
moused
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add preliminary support for IBM/Lenovo TrackPoint.
jkim
2013-03-18
1
-0
/
+1
*
A number of places in the source tree still reference cuad.* after
eadler
2012-12-08
1
-5
/
+5
*
Make sure moused is exiting as quick as possible after that the
hselasky
2012-09-24
1
-12
/
+8
*
The UMS module is now loaded by rules in /etc/devd/usb.conf which
hselasky
2012-03-17
1
-10
/
+1
*
Fix warning when compiling with gcc46:
eadler
2012-01-20
1
-2
/
+1
*
Spelling fixes for usr.sbin/
uqs
2011-12-30
1
-2
/
+2
*
Mark global functions and/or variables in moused(8) static where possible.
ed
2011-11-06
1
-8
/
+8
*
Formatting fix.
gjb
2011-03-17
1
-1
/
+1
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
1
-1
/
+1
*
When Emulate3Button is active, do not set select() timeout in states when
mav
2010-06-15
1
-1
/
+2
*
mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the
uqs
2010-05-13
1
-28
/
+28
*
The last big commit: let usr.sbin/ use WARNS=6 by default.
ed
2010-01-02
1
-2
/
+0
*
Improve the virtual scrolling mechanism to make middle clicking less
philip
2008-05-15
2
-15
/
+58
*
Use intmax_t instead of long when casting time_t.
jkim
2008-03-07
1
-3
/
+4
*
The breakage from increased warns has been fixed, back out my back out
imp
2008-03-06
1
-1
/
+1
*
Cast time_t to long to mute tinderbox build failure.
jkim
2008-03-06
1
-2
/
+2
*
This breaks the arm build, back it out until that's fixed
imp
2008-03-06
1
-1
/
+1
*
Mark moused(8) WARNS=6 clean.
jkim
2008-03-06
1
-0
/
+2
*
Fix compiler warnings and style(9) bugs.
jkim
2008-03-06
1
-192
/
+201
*
Prefer clock_gettime(2) over gettimeofday(2) and use CLOCK_MONOTONIC_FAST.
jkim
2008-03-06
1
-63
/
+82
*
Fix a (very) longstanding bug in moused(8) affecting high-resolution rodents
philip
2007-06-17
1
-6
/
+41
*
Add dynamic acceleration to moused(8). This introduces a '-A' flag to control
philip
2007-03-11
3
-8
/
+116
*
Markup fixes.
ru
2006-09-29
1
-17
/
+22
*
Convert macros to use C99's syntax for macros with a variable number of
stefanf
2006-07-20
1
-10
/
+10
*
Send the pcvt(4) driver off to retirement.
phk
2006-05-17
1
-6
/
+0
*
Replace the guts of usbmodule() with calls to the new kld(3) functions.
des
2006-02-18
1
-34
/
+1
*
Add "yet another" moused(8) hack: suspend handling mouse events when SIGUSR1
philip
2005-12-04
2
-6
/
+38
*
-mdoc sweep.
ru
2005-11-18
1
-3
/
+4
*
Fix a small typo.
philip
2005-09-19
1
-1
/
+1
*
Add an option to stop 'mouse drift' in some defective/cheap mice. This stops
philip
2005-09-19
2
-4
/
+89
*
Pidfiles should be created with permission preventing users from opening
pjd
2005-09-16
1
-1
/
+1
*
Use pidfile(3) in moused(8).
pjd
2005-08-24
2
-6
/
+16
*
Add a -H option to enable horizontal virtual scrolling, much like -V for
philip
2005-07-19
2
-18
/
+51
*
Support for the GTCO Digipad.
mdodd
2005-04-13
2
-0
/
+79
*
Sort sections.
ru
2005-01-18
1
-5
/
+5
*
Document the -U option a bit more clearly.
philip
2005-01-11
1
-0
/
+12
*
Scheduled mdoc(7) sweep.
ru
2005-01-11
1
-1
/
+1
*
- mdoc(7) cleanup.
simon
2005-01-11
1
-17
/
+43
*
Document the -V and -U options in usage().
philip
2005-01-06
1
-2
/
+2
*
Update moused(8) and mouse(4) to reflect the cuaa->cuad name change.
philip
2004-11-12
1
-5
/
+5
*
Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar
ru
2004-11-03
1
-1
/
+1
*
Add 'virtual scrolling' support to moused(8). When holding down the middle
philip
2004-10-11
2
-3
/
+109
*
Teach moused about Synaptics touchpads.
philip
2004-08-03
2
-1
/
+12
*
Use C99 conforming designated initialisers rather than the obsolete GCC syntax.
stefanf
2004-07-03
1
-17
/
+17
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
1
-13
/
+26
*
Language tweak in explaining the mouse wheel's functionality.
obrien
2004-06-14
1
-2
/
+2
*
Fix serious ugliness introduced in 1.61, which leads to long delay in boot
sobomax
2004-01-10
1
-5
/
+11
*
__FBSDID; remove duplicate <ctype.h>; try to reduce style inconsistencies.
des
2003-11-17
1
-46
/
+43
*
Sort includes, and remove superfluous <sys/types.h>
des
2003-11-17
1
-15
/
+15
*
Instead of blindly loading the ums module and bailing out if that fails,
des
2003-11-17
1
-2
/
+38
[next]