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
/
dev
/
tc
/
zsms.c
Age
Commit message (
Expand
)
Author
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
2008-03-29
Split softc and device_t for zsc(4) and its children.
tsutsui
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-11-12
Tidy away wsmouse_input() abstractions and update
plunky
2006-03-31
Use ANSI function decls, apply static.
thorpej
2006-03-30
Use device_private().
thorpej
2005-12-11
merge ktrace-lwp.
christos
2005-02-04
de-__P
perry
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-10-01
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-05-06
Put back a missing brace.
ad
2002-03-17
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
atatat
2001-11-13
add/cleanup RCSIDs
lukem
2000-10-19
- Put comment about wsevent structure counts 0 for the left most mouse
nisimura
2000-10-14
Make sure wsmouseopen() returns ENXIO when no VSXXX mouse is attached.
nisimura
2000-07-05
Repopulate 4 files, zs_ioasic.c and zs_ioasicvar.h from arch/alpha/tc,
nisimura