CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/09/01 09:05:31
Modified files:
sys/kern : uipc_socket.c uipc_syscalls.c
sys/net : bfd.c rtsock.c
sys/netinet : ip_mroute.c ip_output.c ip_var.h raw_ip.c
tcp_usrreq.c
sys/netinet6 : icmp6.c ip6_output.c raw_ip6.c
sys/sys : socketvar.h
sys/nfs : krpc_subr.c nfs_socket.c nfs_syscalls.c
Log message:
Change sosetopt() to no longer free the mbuf it receives and change
all the callers to call m_freem(9).
Support from deraadt@ and tedu@, ok visa@, bluhm@