cvs commit: src/sys/netinet6 in6_pcb.c

2008-10-04 Thread Bjoern A. Zeeb
bz 2008-10-04 17:07:58 UTC FreeBSD src repository Modified files: sys/netinet6 in6_pcb.c Log: SVN rev 183611 on 2008-10-04 17:07:58Z by bz Style changes: compare pointer to NULL and move a }. MFC after: 6 weeks Revision ChangesPath 1.98

cvs commit: src/sys/netinet6 in6_pcb.c in6_src.c ip6_var.h raw_ip6.c udp6_usrreq.c

2008-08-02 Thread Bjoern A. Zeeb
bz 2008-08-02 14:55:58 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/netinet6 in6_pcb.c in6_src.c ip6_var.h raw_ip6.c udp6_usrreq.c Log: SVN rev 181185 on 2008-08-02 14:55:58Z by bz MFC: r180371,180386 cvs

cvs commit: src/sys/netinet6 in6_pcb.c in6_src.c ip6_var.h raw_ip6.c udp6_usrreq.c

2008-07-08 Thread Bjoern A. Zeeb
bz 2008-07-08 18:41:36 UTC FreeBSD src repository Modified files: sys/netinet6 in6_pcb.c in6_src.c ip6_var.h raw_ip6.c udp6_usrreq.c Log: SVN rev 180371 on 2008-07-08 18:41:36Z by bz Change the parameters to in6_selectsrc(): - pass i

cvs commit: src/sys/netinet6 in6_pcb.c

2008-04-19 Thread Robert Watson
rwatson 2008-04-19 14:36:19 UTC FreeBSD src repository Modified files: sys/netinet6 in6_pcb.c Log: When querying a local or remote address on an IPv6 socket, use only a read lock on the inpcb. MFC after: 3 months Revision ChangesPath 1.90 +4 -

cvs commit: src/sys/netinet6 in6_pcb.c

2007-12-22 Thread Robert Watson
rwatson 2007-12-22 16:49:21 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) sys/netinet6 in6_pcb.c Log: Merge in6_pcb.c:1.62.2.6 from RELENG_6 to RELENG_6_3: Fix leaking MAC labels for IPv6 inpcbs by adding missing MAC label destroy call;

cvs commit: src/sys/netinet6 in6_pcb.c

2007-12-22 Thread Robert Watson
rwatson 2007-12-22 15:06:52 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet6 in6_pcb.c Log: Merge in6_pcb.c:1.86 from HEAD to RELENG_6: Fix leaking MAC labels for IPv6 inpcbs by adding missing MAC label destroy call; this transp

cvs commit: src/sys/netinet6 in6_pcb.c

2007-12-21 Thread Robert Watson
rwatson 2007-12-21 14:25:44 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/netinet6 in6_pcb.c Log: Merge in6_pcb.c:1.86 from HEAD to RELENG_7: Fix leaking MAC labels for IPv6 inpcbs by adding missing MAC label destroy call; this transp

cvs commit: src/sys/netinet6 in6_pcb.c

2007-12-17 Thread Robert Watson
rwatson 2007-12-17 17:20:57 UTC FreeBSD src repository Modified files: sys/netinet6 in6_pcb.c Log: Fix leaking MAC labels for IPv6 inpcbs by adding missing MAC label destroy call; this transpired because the inpcb alloc path for IPv4/IPv6 is the same code, but IPv6 ha

cvs commit: src/sys/netinet6 in6_pcb.c

2007-04-21 Thread Robert Watson
rwatson 2007-04-21 18:14:04 UTC FreeBSD src repository Modified files: sys/netinet6 in6_pcb.c Log: Teach netinet6 to use PRIV_NETINET_REUSEPORT. Revision ChangesPath 1.75 +2 -4 src/sys/netinet6/in6_pcb.c __

cvs commit: src/sys/netinet6 in6_pcb.c

2006-09-04 Thread Pawel Jakub Dawidek
pjd 2006-09-04 10:33:44 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet6 in6_pcb.c Log: MFC:sys/netinet6/in6_pcb.c 1.71 - Use suser_cred(9) instead of directly checking cr_uid. - Change the order of conditions to first veri

cvs commit: src/sys/netinet6 in6_pcb.c

2006-06-27 Thread Pawel Jakub Dawidek
pjd 2006-06-27 11:35:53 UTC FreeBSD src repository Modified files: sys/netinet6 in6_pcb.c Log: - Use suser_cred(9) instead of directly checking cr_uid. - Change the order of conditions to first verify that we actually need to check for privileges and then eventu

cvs commit: src/sys/netinet6 in6_pcb.c in6_src.c

2006-04-25 Thread Robert Watson
rwatson 2006-04-25 12:09:58 UTC FreeBSD src repository Modified files: sys/netinet6 in6_pcb.c in6_src.c Log: Move lock assertions to top of in6_pcbladdr(): we still want them to run even if we're going to return an argument-based error. Assert pcbinfo lock in in6_p

cvs commit: src/sys/netinet6 in6_pcb.c

2006-04-14 Thread Robert Watson
rwatson 2006-04-15 05:24:23 UTC FreeBSD src repository Modified files: sys/netinet6 in6_pcb.c Log: Mirror IPv4 pcb locking into in6_setsockaddr() and in6_setpeeraddr(): acquire inpcb lock when reading inpcb port+address in order to prevent races with other threads tha

cvs commit: src/sys/netinet6 in6_pcb.c

2006-04-11 Thread Robert Watson
rwatson 2006-04-12 02:52:14 UTC FreeBSD src repository Modified files: sys/netinet6 in6_pcb.c Log: Remove spl use from IPv6 inpcb code. In various inpcb methods for IPv6 sockets, don't check of so_pcb is NULL, assert it isn't. MFC after: 3 months Rev