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
/
evbarm
/
tsarm
/
isa
Age
Commit message (
Expand
)
Author
2018-03-16
use designated initializer to make adaptability and flexibility for changing ...
ryo
2014-09-13
Replace more vm_offset_t, vm_size_t with vaddr_t, vsize_t
matt
2014-03-08
Fix a bug found by gcc 4.8
skrll
2012-10-27
split device_t/softc for all remaining drivers.
chs
2012-02-12
Change old-style function defintions to C89 prototypes.
matt
2012-01-27
converting extent(9) from malloc(9) to kmem(9)
para
2011-07-01
#include <sys/bus.h> instead of <machine/bus.h>.
dyoung
2009-08-19
isa_detach_hook() needs two arguments, the first an isa_chipset_tag_t.
dyoung
2009-08-18
These are stragglers from my last commit ("Let us safely detach
dyoung
2009-03-16
ANSIfy functions with function-pointer arguments
dsl
2009-03-14
ANSIfy another 1261 function definitions.
dsl
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2009-03-14
Remove all the __P() from sys (excluding sys/dist)
dsl
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2005-12-11
merge ktrace-lwp.
christos
2005-01-24
Fix mem/io extents usage. Previously had been mis-using the bs_cookie for a ...
joff
2005-01-24
whoops, had intr mask inverted
joff
2005-01-09
Implement extent(9) based management of ISA io/mem so pcic(9) has
joff
2004-12-23
PC/104 aka ISA bus support on TS-7200
joff