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
/
sun2
/
dev
/
pcons.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
2011-04-24
Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for
rmind
2008-07-06
Split device_t/softc with misc cosmetic changes.
tsutsui
2008-06-13
use device_lookup_private to get softc
cegger
2007-11-19
- Factor out too many copies of the same bit of tty code.
ad
2007-10-18
Initialise the callbacks for tty.t_rstrt_ch in ttymalloc
joerg
2007-10-17
Merge the ppcoea-renovation branch to HEAD.
garbled
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-10-01
Adapt MD code to KAUTH_DEVICE_TTY_OPEN. Patch from Matt Fleming, thanks!
elad
2006-07-23
Use the LWP cached credentials where sane.
ad
2006-05-14
integrate kauth.
elad
2005-12-11
merge ktrace-lwp.
christos
2005-01-22
de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.
chs
2003-07-15
__KERNEL_RCSID()
lukem
2002-10-23
merge kqueue branch into -current
jdolecek
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-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2002-03-22
Added bits to complete the sun2 console code. These are
fredette