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
/
evbmips
/
malta
/
autoconf.c
Age
Commit message (
Expand
)
Author
2012-10-27
split device_t/softc for all remaining drivers.
chs
2012-07-29
Do not call setroot() from MD code and from MI code, which has
mlelstv
2009-11-05
Use deviter(9) instead of accessing alldevs directly. Test-compiled,
dyoung
2009-03-18
Ansify function definitions w/o arguments. Generated with sed.
cegger
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2008-01-04
Fix headers.
ad
2007-12-05
Use TAILQ_FIRST(3) and TAILQ_NEXT(3) macro.
tsutsui
2006-11-17
Defer _spl0() or _splnone() calls (which enable hardware interrupts)
tsutsui
2006-02-26
Use device_is_a()
thorpej
2006-02-21
Use device_class() instead of accessing dv_class directly.
thorpej
2005-12-11
merge ktrace-lwp.
christos
2005-06-09
Change the second argument of config_rootfound() from a string to NULL,
he
2004-10-23
Centralize the declaration of booted_device and booted_partition.
thorpej
2003-07-15
__KERNEL_RCSID()
lukem
2002-09-27
Rather than referencing the cfdriver directly in the cfdata entries,
thorpej
2002-04-08
Make clock/time handling more accurate:
simonb
2002-03-07
A port to the MIPS Malta evaluation board. Currently supports the
simonb