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
/
compat
/
ndis
/
nbcompat.h
Age
Commit message (
Expand
)
Author
2018-08-25
Retire NDIS. It appears that it has never worked, after 13 years it was
maxv
2011-05-14
Replace simple_lock(9) with mutex(9), clean up.
rmind
2011-01-22
Fix build of ndiscvt(8). Not sure what broke it in the first place.
tron
2010-04-28
On x86, change the bus_space_tag_t to a pointer to a struct
dyoung
2008-11-12
Remove LKMs and switch to the module framework, pass 1.
ad
2008-07-17
use device_xname
cegger
2008-07-17
remove redundant declaration of tvtohz(). It's declared in <sys/timevar.h>.
cegger
2008-01-07
Added elad's changes to ndis_kthread_create. Setting the stack size in fork1...
rittera
2007-12-05
include mutex.h.
yamt
2007-12-05
lockmgr -> mutex
ad
2007-11-29
Use system-provided atomic ops.
ad
2006-05-26
Added an #ifdef _KERNEL around the #include <sys/device.h>. This is needed
rittera
2006-04-24
replaced all device_printf()'s in compat/ndis/ with printf()
rittera
2006-04-02
Added a #include for sys/device.h. This is necessary when building
rittera
2006-03-31
Removed typedef for device_t, which is apparently no longer
rittera
2006-03-31
Added 3 files which were not part of the original FreeBSD code:
rittera