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
/
ic
/
cd18xx.c
Age
Commit message (
Expand
)
Author
2014-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2012-10-27
split device_t/softc for all remaining drivers.
chs
2011-04-24
Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for
rmind
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2008-06-12
use device_lookup_private to get softc
cegger
2008-05-29
remove clause #3 from my license where there are no other
mrg
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-08
use aprint_*_dev and device_xname
cegger
2007-11-19
- Factor out too many copies of the same bit of tty code.
ad
2007-10-19
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
ad
2007-10-08
Use the softint API.
ad
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-10-01
More from Matt Fleming:
elad
2006-10-01
Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks!
elad
2006-07-21
- Use the LWP cached credentials where sane.
ad
2006-06-08
Unwrap a not-too-long line.
simonb
2006-05-14
integrate kauth.
elad
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-12-11
merge ktrace-lwp.
christos
2005-09-06
Change the driver open function's conditional for overriding exclusive tty
kleink
2005-02-27
nuke trailing whitespace
perry
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-01-06
interrupt with two rs.
wiz
2003-01-01
make cd18xx_ccr_wait() actually wait for the CCR to settle.
mrg
2002-12-28
tweak some comments
mrg
2002-10-23
merge kqueue branch into -current
jdolecek
2002-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2002-03-17
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
atatat
2001-11-13
add/cleanup RCSID
lukem
2001-10-03
add a backend serial driver for the cirrus logic CL-CD180/1864/1865
mrg