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
2002-02-14
allow writing to write-only mappings. fixes PR 3493.
chs
2002-01-12
Call malloc(9) with M_ZERO flag instead of memset() after malloc().
tsutsui
2001-11-13
add/cleanup RCSID
lukem
2001-07-19
Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places.
thorpej
2001-07-07
bzero -> memset
thorpej
2001-07-07
bcopy -> memcpy, strcpy
thorpej
2001-06-19
`response', not `responce'
wiz
2001-06-19
`accessible' only has one `a'.
wiz
2001-03-15
eliminate the KERN_* error codes in favor of the traditional E* codes.
chs
2000-12-14
ALTQ'ify.
thorpej
2000-12-12
Adapt to bpfattach() changes, and further centralize the bpfattach()
thorpej
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