Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/netipsec
Module Name: src
Committed By: ozaki-r
Date: Tue May 16 02:59:22 UTC 2017
Modified Files:
src/sys/netipsec: key.c key.h
Log Message:
Run key_timehandler in thread context (workqueue)
The handler involves object deallocations so we want to not run
it in softint.
To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 src/sys/netipsec/key.c
cvs rdiff -u -r1.15 -r1.16 src/sys/netipsec/key.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