This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
96356ccdfd
NetBSD
/
sys
/
net
/
agr
History
dyoung
88399b6877
We cannot sleep in a software interrupt, so do not sockaddr_dl_alloc(...,
...
M_WAITOK). Instead, sockaddr_dl_init() a sockaddr_dl on the stack.
2007-09-02 19:42:21 +00:00
..
files.agr
…
ieee8023_slowprotocols.h
…
ieee8023_tlv.c
Replace the Mach-derived boolean_t type with the C99 bool type. A
2007-02-21 22:59:35 +00:00
ieee8023_tlv.h
Replace the Mach-derived boolean_t type with the C99 bool type. A
2007-02-21 22:59:35 +00:00
ieee8023ad.h
…
ieee8023ad_impl.h
…
ieee8023ad_lacp.c
Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier to
2007-08-26 22:59:08 +00:00
ieee8023ad_lacp.h
…
ieee8023ad_lacp_debug.c
…
ieee8023ad_lacp_debug.h
…
ieee8023ad_lacp_impl.h
Replace the Mach-derived boolean_t type with the C99 bool type. A
2007-02-21 22:59:35 +00:00
ieee8023ad_lacp_select.c
TRUE -> true, FALSE -> false
2007-02-22 06:16:03 +00:00
ieee8023ad_lacp_sm.h
…
ieee8023ad_lacp_sm_mux.c
Replace the Mach-derived boolean_t type with the C99 bool type. A
2007-02-21 22:59:35 +00:00
ieee8023ad_lacp_sm_ptx.c
…
ieee8023ad_lacp_sm_rx.c
Replace the Mach-derived boolean_t type with the C99 bool type. A
2007-02-21 22:59:35 +00:00
ieee8023ad_lacp_sm_tx.c
…
ieee8023ad_lacp_timer.c
…
ieee8023ad_marker.c
TRUE -> true, FALSE -> false
2007-02-22 06:16:03 +00:00
ieee8023ad_marker.h
…
if_agr.c
We cannot sleep in a software interrupt, so do not sockaddr_dl_alloc(...,
2007-09-02 19:42:21 +00:00
if_agrether.c
Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier to
2007-08-26 22:59:08 +00:00
if_agrether_hash.c
agrether_hashmbuf: feed ipv6 flowlabel to hash calculation.
2007-05-05 18:23:23 +00:00
if_agrethervar.h
…
if_agrioctl.h
…
if_agrmonitor.c
…
if_agrsoftc.c
…
if_agrsubr.c
Use ifreq_getaddr(). Pass a sockaddr instead of ifreq where sockaddr
2007-09-01 03:07:24 +00:00
if_agrsubr.h
Replace the Mach-derived boolean_t type with the C99 bool type. A
2007-02-21 22:59:35 +00:00
if_agrtimer.c
Merge some of the less invasive changes from the vmlocking branch:
2007-07-09 20:51:58 +00:00
if_agrvar.h
…
if_agrvar_impl.h
use mutex.
2007-05-20 07:57:03 +00:00