index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
macppc
/
dev
/
ams.c
Age
Commit message (
Expand
)
Author
2012-10-27
split device_t/softc for all remaining drivers.
chs
2011-08-01
According to the Oxford Dictionary of Etymology, a wether is a male sheep
mbalmer
2011-06-18
struct device * -> device_t
matt
2010-12-10
return the right values for ioctl(WSKBDIO_GTYPE) and ioctl(WSMOUSEIO_GTYPE)
macallan
2007-03-05
- use (uint8_t *) for buffer args on *_adbcomplete() functions
tsutsui
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-01-14
for trackpads add a sysctl to control wether tapping causes button events
macallan
2006-11-13
Adapt to the wsmouse_input() change where we now require the 'w' axis.
he
2006-11-12
Tidy away wsmouse_input() abstractions and update
plunky
2006-10-15
ansify
macallan
2006-10-15
report button clicks when tapping a trackpad
macallan
2005-12-11
merge ktrace-lwp.
christos
2005-06-05
Rearrange some of the ADB types and void * abuse to make -Wcast-qual
nathanw
2003-07-15
__KERNEL_RCSID()
lukem
2002-10-02
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-03-17
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
atatat
2001-07-22
bcopy -> memcpy, bzero -> memset, bcmp -> memcmp.
wiz
2000-12-19
Remove unnecessary casts.
tsubai
2000-12-19
Add support for Kensington Turbo Mouse.
tsubai
2000-12-19
Sync with mac68k.
tsubai
2000-01-08
Absolute pointing device support.
takemura
1999-08-16
Make configurable without ams.
tsubai
1999-06-17
Add "trackpad" definition.
tsubai
1999-02-17
Sync with mac68k.
tsubai
1999-01-18
Invert Y axis (like ums, pms, ...).
tsubai
1998-11-18
Don't send mouse events to wsmouse layer if wsmouse isn't configured.
tsubai
1998-10-18
Add wsmouse support.
tsubai
1998-10-13
Split ADB driver to aed (ADB event device), akbd (ADB keyboard),
tsubai