Module Name:src
Committed By: rillig
Date: Fri Mar 8 19:45:59 UTC 2024
Modified Files:
src/sys/net/agr: if_agrioctl.h
Log Message:
ifconfig: fix agr status
Previously, when the interface was collecting, its status was reported
as '', even when it was not distributing.
s
Module Name:src
Committed By: rillig
Date: Fri Mar 8 19:45:59 UTC 2024
Modified Files:
src/sys/net/agr: if_agrioctl.h
Log Message:
ifconfig: fix agr status
Previously, when the interface was collecting, its status was reported
as '', even when it was not distributing.
s
Module Name:src
Committed By: thorpej
Date: Sun Sep 18 19:24:14 UTC 2022
Modified Files:
src/sys/net/agr: if_agr.c
Log Message:
Eliminate use of IFF_OACTIVE.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/net/agr/if_agr.c
Please note that diffs ar
Module Name:src
Committed By: thorpej
Date: Sun Sep 18 19:24:14 UTC 2022
Modified Files:
src/sys/net/agr: if_agr.c
Log Message:
Eliminate use of IFF_OACTIVE.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/net/agr/if_agr.c
Please note that diffs ar
hi,
> Module Name: src
> Committed By: dyoung
> Date: Wed May 26 23:46:44 UTC 2010
>
> Modified Files:
> src/sys/net/agr: if_agr.c if_agrvar_impl.h
>
> Log Message:
> Change sc_wrports from an int to a bool and "test truth" instead of
> comparing with 0.
>
> Add 'volatile' to sev
Module Name:src
Committed By: dyoung
Date: Mon Feb 8 17:59:06 UTC 2010
Modified Files:
src/sys/net/agr: if_agr.c if_agrtimer.c if_agrvar_impl.h
Log Message:
Take another stab at fixing the LOCKDEBUG panic reported in PR
kern/39940 and by Martti Kuparinen on current-users@