Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: ozaki-r
Date: Tue Mar 6 07:27:55 UTC 2018
Modified Files:
src/sys/net: if_llatbl.c if_llatbl.h
src/sys/netinet: in.c
src/sys/netinet6: in6.c
Log Message:
Use pool(9) for llentry allocations
llentry is easy to be leaked and pool suits for it because pool is usable to
detect leaks.
Also sweep unnecessary wrappers for llentry, in_llentry and in6_llentry.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/net/if_llatbl.c
cvs rdiff -u -r1.13 -r1.14 src/sys/net/if_llatbl.h
cvs rdiff -u -r1.222 -r1.223 src/sys/netinet/in.c
cvs rdiff -u -r1.263 -r1.264 src/sys/netinet6/in6.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