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
/
bwi.c
Age
Commit message (
Expand
)
Author
2014-02-25
Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before
pooka
2013-10-17
- remove unused variables
christos
2012-04-25
Fix alignment and endian bugs observed on sparc64.
nakayama
2012-04-14
Remove duplicate code.
nakayama
2012-04-12
- Add pmf(9) suspend, resume to bwi(4) cardbus front end.
nakayama
2012-03-15
Fix array overflow, found by gcc -O3.
bouyer
2011-10-10
Kill local definition of __unused attribute.
njoly
2011-01-28
Don't BWI_DEBUG by default + comment cleanup.
pooka
2010-04-16
#include <sys/bus.h> instead of <machine/bus.h>. No functional change
dyoung
2010-04-05
Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf
joerg
2010-02-24
A pointer typedef entails trading too much flexibility to declare const
dyoung
2010-01-19
Redefine bpf linkage through an always present op vector, i.e.
pooka
2010-01-08
Expand PMF_FN_* macros.
dyoung
2009-07-25
use __arraycount, kill N() macro.
cegger
2009-04-26
device_t/softc split
cegger
2009-04-23
Add power hooks. Proposed a couple of days ago on tech-kern@, no
kefren
2009-04-18
Remove extra whitespace added by a stupid tool.
tsutsui
2009-03-18
bcopy -> memcpy
cegger
2009-03-18
bzero -> memset
cegger
2009-02-23
I smell rotting code. (Give a chance to the user to at least set the flags
cube
2009-01-10
use new exported constants from net80211.
cegger
2009-01-10
BCM4328 has MAC rev 12.
cegger
2009-01-09
Fix previous screwup.
macallan
2009-01-09
A driver for Broadcom BCM4302 wlan controllers, otherwise known as
macallan