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
/
isa
/
if_ep_isa.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Network drivers should not include <net/route.h> or <net/netisr.h>
mpi
2015-11-25
1
-2
/
+1
*
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
*
Fewer <netinet/in_systm.h>
mpi
2014-08-11
1
-5
/
+1
*
ansify some function definitions.
brad
2013-11-15
1
-11
/
+4
*
Most network drivers include netinet/in_var.h, but apparently they
bluhm
2013-08-07
1
-2
/
+1
*
'like\nlike' -> 'like' in a couple of comments.
krw
2008-02-18
1
-2
/
+2
*
add sys/timeout.h
brad
2006-06-17
1
-1
/
+2
*
Move contents of sys/select.h to sys/selinfo.h in preparation for a
millert
2005-11-21
1
-2
/
+2
*
Use list and queue macros where applicable to make the code easier to read;
miod
2004-12-26
1
-3
/
+2
*
network drivers don't need to include bpfdesc.h
tedu
2004-05-12
1
-2
/
+1
*
First round of __P removal in sys
millert
2002-03-14
1
-4
/
+4
*
Support for 3c574 and 3CCFEM556BI PCMCIA Ethernet; from NetBSD.
aaron
2000-05-29
1
-1
/
+4
*
in case PNP OS BIOS option is broken, skip isapnp ep cards
deraadt
1999-04-23
1
-17
/
+8
*
Added if_media support from NetBSD. -moj
maja
1998-09-19
1
-1
/
+2
*
fix ep probe message printouts
deraadt
1998-09-16
1
-1
/
+3
*
Add a third parameter to epconfig to get the MAC address if it's a pcmcia
fgsch
1998-09-11
1
-3
/
+3
*
silence
deraadt
1998-06-02
1
-10
/
+7
*
fix printing for these; ignore model number
deraadt
1998-03-23
1
-3
/
+1
*
remember model number; skip PNP cards; etc etc etc
deraadt
1998-02-26
1
-6
/
+27
*
nicer message
deraadt
1998-02-26
1
-2
/
+2
*
$OpenBSD$
niklas
1997-11-07
1
-0
/
+1
*
Sync to NetBSD. Adapt to use bus_space_multi_raw* interface of OpenBSD.
niklas
1997-07-30
1
-8
/
+14
*
Missing pieces of new bus.h that CVS lost behind my back
niklas
1996-11-29
1
-19
/
+19
*
s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road
niklas
1996-11-12
1
-1
/
+1
*
document
deraadt
1996-07-02
1
-0
/
+4
*
sync 0521
deraadt
1996-05-26
1
-2
/
+3
*
sync with 0504 -- prototypes and bus.h
deraadt
1996-05-07
1
-49
/
+109
*
add general ether_ioctl call in net/if_ethersubr.c,
mickey
1996-05-05
1
-5
/
+0
*
prettier printf messages
deraadt
1996-05-03
1
-1
/
+1
*
if_ep splitup
deraadt
1996-05-02
1
-0
/
+216