index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pcmcia
/
if_an_pcmcia.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
mpi
2015-11-24
1
-2
/
+1
*
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
mpi
2015-11-24
1
-2
/
+1
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-3
/
+1
*
unbreak pcmcia an(4) by adding back some lines removed in rev 1.21
jsg
2015-02-28
1
-1
/
+3
*
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
matthew
2011-07-03
1
-7
/
+1
*
Convert the pcmcia power hook to an activate function. Then change the
deraadt
2010-08-30
1
-9
/
+4
*
Get rid of devact enum, substitute it with an int and coresponding defines.
pirofti
2009-10-13
1
-3
/
+3
*
ansi. no binary change.
jsg
2006-03-10
1
-13
/
+5
*
Add basic radiotap support. Modelled somewhat after
jsg
2006-01-30
1
-1
/
+2
*
Move an(4) to a driver based on the NetBSD one.
jsg
2006-01-09
1
-21
/
+27
*
only include what is needed (tree.h) and not the whole metric assload of unrelated crap (mbuf.h)
mickey
2005-09-13
1
-2
/
+2
*
replace the node hash table with a red-black tree. this fixes some
reyk
2005-09-13
1
-1
/
+2
*
Replace arpcom in the softc with ieee80211com in preparation for
jsg
2005-06-20
1
-3
/
+7
*
Use pcmcia_intr_string() for printing the irq (or error) string.
millert
2005-01-27
1
-4
/
+7
*
kill the caluses three and four on some of my code
mickey
2003-06-02
1
-6
/
+1
*
Use queue.h macros instead of using the structure names directly.
jason
2002-11-19
1
-2
/
+2
*
Back out my change to pass in sc_dev.dv_xname to pcmcia_intr_establish().
millert
2002-06-25
1
-3
/
+2
*
Pass in the device name to pcmcia_intr_establish() instead of ""
millert
2002-06-09
1
-2
/
+2
*
a step towards consistancy; in general:
todd
2002-06-09
1
-3
/
+3
*
First round of __P removal in sys
millert
2002-03-14
1
-5
/
+5
*
Make the kernel compile.
art
2001-09-30
1
-1
/
+2
*
quieten pcmcia/cardbus interrupt handling at unsuspend time
deraadt
2001-08-17
1
-5
/
+5
*
Match the Cisco Aironet 350 card; from NetBSD.
aaron
2001-04-06
1
-1
/
+2
*
Pass the correct sizeo() to cfattach struct so we don't panic on detach.
aaron
2000-06-23
1
-5
/
+5
*
Do not unmap CCR before using them for the last time
niklas
2000-04-24
1
-2
/
+2
*
aironet 802.11 ds driver from freebsd, isa and pci are missing
mickey
2000-04-03
1
-0
/
+198