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
/
rrunner.c
Age
Commit message (
Expand
)
Author
2000-07-06
Use device_lookup().
thorpej
2000-06-28
remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>
mrg
2000-06-26
Change the kernel mmap interface so that the offset to map is an
simonb
2000-06-08
nuke bogus use of s = spl0() / splx(s). reviewed by Jason Thorpe.
cgd
2000-03-30
Remove register declarations.
augustss
2000-01-21
Update for sys/buf.h/disksort_*() changes.
thorpej
1999-06-20
Fix tyop.
thorpej
1999-06-17
Make uvm_vslock() return the error code from uvm_fault_wire(). All places
thorpej
1999-05-26
Pass the appropriate access type for uvm_vslock() based on the FP operation:
thorpej
1999-05-18
Rework layer 2 protocol input routines. Instead of calling e.g. ether_input()
thorpej
1999-03-24
completely remove Mach VM support. all that is left is the all the
mrg
1999-01-08
Fix more `void *' arithmetic.
augustss
1998-11-20
Changes to support a HIPPI Framing Protocol device, which allows raw
kml
1998-07-07
Never, ever, ever, ever include "assym.h" in C source file.
thorpej
1998-07-05
defopt NS, NSIP.
jonathan
1998-07-05
defopt INET, NETATALK.
jonathan
1998-06-08
Make this build w/ EGCS.
thorpej
1998-05-17
Correct copyright date.
kml
1998-05-14
Driver for Essential Communications' RoadRunner HIPPI (800 Mb/sec network)
kml