CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/10/27 10:11:00
Modified files:
share/man/man9 : malloc.9
sys/netinet6 : frag6.c
sys/sys : malloc.h
Log message:
Allocate IPv6 reassembly structs using pools instead of malloc(),
and drop the now redundant allocation type M_FTABLE.
OK mikeb@, bluhm@, mpi@
