Allocate socket structs with kmalloc() instead of zalloc.
authorNicolas Thery <nth@dragonflybsd.org>
Fri, 15 Aug 2008 17:37:29 +0000 (17:37 +0000)
committerNicolas Thery <nth@dragonflybsd.org>
Fri, 15 Aug 2008 17:37:29 +0000 (17:37 +0000)
commit69ea5b8d44d50d297d907822e2f194cc02124aee
treeabbe92e4e516c7a6727e16dbb110c5d5c3784abd
parent74781d8fbc13b2a415f24ed111b9f0536a66cd31
Allocate socket structs with kmalloc() instead of zalloc.
sys/kern/uipc_domain.c
sys/kern/uipc_socket.c
sys/sys/socketvar.h