From owner-cvs-src-old@FreeBSD.ORG Sat Apr 9 12:35:21 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88BEA1065670 for ; Sat, 9 Apr 2011 12:35:21 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7434C8FC13 for ; Sat, 9 Apr 2011 12:35:21 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p39CZLUi056454 for ; Sat, 9 Apr 2011 12:35:21 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p39CZLK4056453 for cvs-src-old@freebsd.org; Sat, 9 Apr 2011 12:35:21 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <201104091235.p39CZLK4056453@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Sat, 9 Apr 2011 12:35:08 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet6 in6_pcb.c in6_src.c udp6_usrreq.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Apr 2011 12:35:21 -0000 bz 2011-04-09 12:35:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet6 in6_pcb.c in6_src.c udp6_usrreq.c Log: SVN rev 220489 on 2011-04-09 12:35:08Z by bz MFC r219570: Push a possible "unbind" in some situation from in6_pcbsetport() to callers. This also fixes a problem when the prison call could set the inp->in6p_laddr (laddr) and a following priv_check_cred() call would return an error and will allow us to merge the IPv4 and IPv6 implementation. Revision Changes Path 1.119.2.3 +4 -1 src/sys/netinet6/in6_pcb.c 1.74.2.6 +1 -4 src/sys/netinet6/in6_src.c 1.115.2.2 +4 -1 src/sys/netinet6/udp6_usrreq.c