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
*
Added the PnP ID for MouseSystems SmartScroll Mouse (serial mouse).
yokota
2000-01-24
1
-0
/
+2
*
Add the PnP ID for the Logitech Cordless MouseMan Wheel (serial
yokota
2000-01-20
1
-0
/
+2
*
Back out previous commit, which broke mouse wheel support in moused.
sheldonh
1999-12-17
2
-251
/
+43
*
- Improve the three button emulation by introdusing a small state
yokota
1999-12-15
2
-43
/
+251
*
Mention USB mouse support.
yokota
1999-12-05
1
-4
/
+26
*
Remove a stray ';' which made moused fail on read()s in all cases.
n_hibma
1999-11-30
1
-1
/
+1
*
Bail out on failing the read(). This happens when a USB mouse is
n_hibma
1999-11-29
1
-3
/
+3
*
"Plag and play" -> "Plug and Play"
phantom
1999-10-15
1
-1
/
+2
*
Fix warning: return type of `main' is not `int'
peter
1999-09-15
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
2
-2
/
+2
*
Add support for the serial version of Interlink VersaPad.
yokota
1999-08-17
2
-3
/
+116
*
Bad reference vidcontrol(4) -> vidcontrol(1)
chris
1999-08-14
1
-2
/
+2
*
Improve Logitech MouseMan+ protocol support.
yokota
1999-07-12
1
-7
/
+40
*
Make it clear that PS/2 type mice will work only with "auto" and
yokota
1999-06-03
1
-2
/
+14
*
Fix PS/2 MouseMan+ protocol. We have been looking at a wrong place
yokota
1999-06-03
1
-2
/
+2
*
USB is only on PC's at the minute, don't try and use the MOUSE_IF_USB
gpalmer
1999-03-01
1
-1
/
+3
*
Print "usb" for MOUSE_IF_USB, rather than "unknown".
yokota
1999-02-28
1
-1
/
+2
*
Cleanup usage string: -i takes an argument.
steve
1998-12-13
1
-2
/
+2
*
- Added support for Genius Kidspad tablet.
yokota
1998-11-20
2
-3
/
+107
*
- Added a new option: -w N. The option makes the button N as the `wheel
yokota
1998-11-20
2
-5
/
+32
*
- Reorganized a `if-else' close a bit for clarity. Purely cosmetic
yokota
1998-11-20
1
-21
/
+22
*
Fix PnP mouse detection routine so that:
yokota
1998-10-12
1
-36
/
+113
*
Remove useless `BINOWN=root' now that it is the default.
obrien
1998-09-19
1
-1
/
+0
*
Typo: hittab -> hitab
dwhite
1998-09-17
1
-2
/
+2
*
Reviewed by: Amancio
ahasty
1998-06-14
2
-2
/
+125
*
Minor tweaks in the AUTHORS section.
steve
1998-06-13
1
-5
/
+4
*
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.
charnier
1998-03-23
1
-2
/
+2
*
- Describe the -I option in the man page.
yokota
1998-03-12
2
-3
/
+14
*
Add -I flag.
jkh
1998-03-07
1
-2
/
+13
*
Add 4th button support for the "MouseMan" protocol. The latest
yokota
1998-03-06
1
-4
/
+5
*
Add Genius PnP Mouse (simple one)
ache
1998-02-04
1
-3
/
+5
*
Fix typo.
yokota
1998-01-25
1
-8
/
+8
*
Add the PnP string for a Logitech serial mouse model.
yokota
1998-01-20
1
-1
/
+3
*
Added some notes on cut&paste functions and button assignment.
yokota
1998-01-05
1
-1
/
+17
*
- Added support for a new MouseMan model (4 buttons, no wheel).
yokota
1997-12-23
2
-6
/
+30
*
Oops, I forgot to set `cflag' in some cases when initializing the
yokota
1997-12-15
1
-3
/
+7
*
Explicitly state that the -t option is required only when the
yokota
1997-12-08
1
-3
/
+10
*
The `moused' daemon is made to support various serial mouse
yokota
1997-12-07
2
-322
/
+2074
*
Remove unused variables. Lowercase err() strings.
charnier
1997-09-25
2
-43
/
+29
*
Add a simple example section.
wosch
1997-07-27
1
-1
/
+9
*
Add ref to sysmouse(4).
wosch
1997-07-25
1
-2
/
+3
*
Add ref to vidcontrol(1).
wosch
1997-07-24
1
-0
/
+3
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-31
1
-2
/
+2
*
Allow the samplerate (in DPI) to be set on the command line, the rest of
peter
1997-03-29
2
-2
/
+9
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Modified moused to use select rather than read. This fixes using
sos
1997-01-20
1
-0
/
+7
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Add man page for moused(8). It is basically a rehash of the
mpp
1996-12-16
2
-1
/
+105
*
Argh! there's no need for moused to be setuid-root! Now that it
peter
1996-09-10
1
-3
/
+3
*
gut and overhaul moused, it was simply not working for me on any mouse
peter
1996-09-10
1
-48
/
+224
[next]