Module Name: src Committed By: ozaki-r Date: Wed Aug 2 03:45:57 UTC 2017
Modified Files: src/sys/netipsec: ipsec.c key.c Log Message: Don't use KEY_NEWSP for dummy SP entries By the change KEY_NEWSP is now not called from softint anymore and we can use kmem_zalloc with KM_SLEEP for KEY_NEWSP. To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 src/sys/netipsec/ipsec.c cvs rdiff -u -r1.199 -r1.200 src/sys/netipsec/key.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.