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
/
mips
/
sibyte
/
dev
/
sbjcn.c
Age
Commit message (
Expand
)
Author
2021-01-04
malloc(9) -> kmem(9)
thorpej
2019-11-10
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
chs
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-07-10
cleanup <machine/*.h> includes
matt
2011-04-24
Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for
rmind
2011-02-01
Use aprint_* and misc cleanup.
matt
2011-02-01
Update to CFATTACH_DECL_NEW.
matt
2009-12-14
Merge from matt-nb5-mips64
matt
2009-11-21
Use lwp_getpcb() on mips, powerpc and sh3, clean from struct user usage.
rmind
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2008-06-13
use device_lookup_private to get softc
cegger
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-11-19
- Factor out too many copies of the same bit of tty code.
ad
2007-10-17
Merge the ppcoea-renovation branch to HEAD.
garbled
2007-07-12
Adapt to the new signature of callout_init().
he
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. Patch from Matt Fleming, thanks!
elad
2006-07-23
Use the LWP cached credentials where sane.
ad
2006-05-14
integrate kauth.
elad
2006-03-28
Use device_unit().
thorpej
2005-12-11
merge ktrace-lwp.
christos
2005-09-06
Change the driver open function's conditional for overriding exclusive tty
kleink
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-07-15
__KERNEL_RCSID()
lukem
2003-02-07
Update to consistently use Broadcom GPL-compatible license on all SiByte code.
cgd
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-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2002-03-05
Add support for the on-chip peripherals on the Broadcom SiByte SB1250 CPU
simonb