Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/net/agr



Module Name:    src
Committed By:   maya
Date:           Sat Jan 28 22:56:09 UTC 2017

Modified Files:
        src/sys/net/agr: if_agr.c if_agrmonitor.c if_agrtimer.c
            if_agrvar_impl.h

Log Message:
Switch agr(4) to use a workqueue. This is necessary because during
a callout, it allocates memory with M_WAITOK, which triggers a
DEBUG assert.

XXX we should drain the workqueue.

ok riastradh


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/net/agr/if_agr.c
cvs rdiff -u -r1.4 -r1.5 src/sys/net/agr/if_agrmonitor.c
cvs rdiff -u -r1.6 -r1.7 src/sys/net/agr/if_agrtimer.c
cvs rdiff -u -r1.10 -r1.11 src/sys/net/agr/if_agrvar_impl.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index