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 03:05:28 UTC 2017

Modified Files:
        src/sys/netipsec: ipsec.c key.c keysock.c

Log Message:
Use kmem(9) instead of malloc/free

Some of non-sleepable allocations can be replaced with sleepable ones.
To make it clear that the replacements are possible, some assertions
are addded.


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/sys/netipsec/ipsec.c
cvs rdiff -u -r1.126 -r1.127 src/sys/netipsec/key.c
cvs rdiff -u -r1.54 -r1.55 src/sys/netipsec/keysock.c

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