cvs commit: src/sys/netinet sctp_pcb.c

2008-08-27 Thread Randall Stewart
rrs 2008-08-27 13:13:35 UTC FreeBSD src repository Modified files: sys/netinet sctp_pcb.c Log: SVN rev 182268 on 2008-08-27 13:13:35Z by rrs - When we close a socket with pending assoc's that are still shutting down, NULL out the socket pointer so we won't

cvs commit: src/sys/netinet sctp_pcb.c sctp_pcb.h sctp_usrreq.c sctp_var.h

2008-06-15 Thread Randall Stewart
rrs 2008-06-15 12:31:23 UTC FreeBSD src repository Modified files: sys/netinet sctp_pcb.c sctp_pcb.h sctp_usrreq.c sctp_var.h Log: SVN rev 179803 on 2008-06-15 12:31:23Z by rrs More prep for Vimage: - only one functino to destroy

cvs commit: src/sys/netinet sctp_pcb.c

2008-02-26 Thread Randall Stewart
rrs 2008-02-26 11:31:12 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/netinet sctp_pcb.c Log: - For VRF enabled platforms, fix a memory leak when a VRF is deleted Obtained from: [EMAIL PROTECTED] Revision ChangesPath

cvs commit: src/sys/netinet sctp_pcb.c

2008-02-26 Thread Randall Stewart
rrs 2008-02-26 13:29:05 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/netinet sctp_pcb.c Log: - Fix patching error ... opps. (missing ;) Revision ChangesPath 1.62.2.5 +1 -1 src/sys/netinet/sctp_pcb.c

cvs commit: src/sys/netinet sctp_pcb.c

2008-02-22 Thread Randall Stewart
rrs 2008-02-22 15:08:10 UTC FreeBSD src repository Modified files: sys/netinet sctp_pcb.c Log: Fixes a memory leak when VRF's are in play. Submitted by: Prasad Narasimha ([EMAIL PROTECTED]) Reviewed by:rrs Revision ChangesPath 1.66 +4

cvs commit: src/sys/netinet sctp_pcb.c

2008-01-28 Thread Randall Stewart
rrs 2008-01-28 10:34:38 UTC FreeBSD src repository Modified files: sys/netinet sctp_pcb.c Log: - Fix a comment about prison. - Fix it so the VRF is captured while locks are held. MFC after: 1 week Revision ChangesPath 1.65 +5 -4

Re: cvs commit: src/sys/netinet sctp_pcb.c

2008-01-28 Thread Bjoern A. Zeeb
On Mon, 28 Jan 2008, Randall Stewart wrote: rrs 2008-01-28 10:34:38 UTC FreeBSD src repository Modified files: sys/netinet sctp_pcb.c Log: - Fix a comment about prison. - Fix it so the VRF is captured while locks are held. Thanks. That still leaves the duplicate

cvs commit: src/sys/netinet sctp_pcb.c

2007-10-06 Thread Randall Stewart
rrs 2007-10-06 13:23:42 UTC FreeBSD src repository Modified files: sys/netinet sctp_pcb.c Log: - Fix the one-2-one model to properly do a socantrecv() Approved by:[EMAIL PROTECTED] (Ken Smith) Revision ChangesPath 1.62 +1 -0

cvs commit: src/sys/netinet sctp_pcb.c

2007-06-17 Thread Randall Stewart
rrs 2007-06-17 19:27:47 UTC FreeBSD src repository Modified files: sys/netinet sctp_pcb.c Log: Back out last change to inpcb_free. Turns out we need to hold off freeing if there is data pending ... someone might do send/close. Which means we want the data to

cvs commit: src/sys/netinet sctp_pcb.c sctp_usrreq.c

2007-05-04 Thread Randall Stewart
rrs 2007-05-04 15:19:10 UTC FreeBSD src repository Modified files: sys/netinet sctp_pcb.c sctp_usrreq.c Log: Fixes a missing unlock in the one-2-one hash table, if it was full and a collision occured, then we would leave a inp locked. Also fixes a missing inp

cvs commit: src/sys/netinet sctp_pcb.c

2006-11-06 Thread Randall Stewart
rrs 2006-11-06 14:34:21 UTC FreeBSD src repository Modified files: sys/netinet sctp_pcb.c Log: This changes tracks down the EEOR-NonEEOR mode failure to wakeup on close of the sender. It basically moves the return (when the asoc has a reader/writer) further

cvs commit: src/sys/netinet sctp_pcb.c sctp_usrreq.c src/sys/netinet6 sctp6_usrreq.c

2006-11-06 Thread Robert Watson
rwatson 2006-11-06 14:54:06 UTC FreeBSD src repository Modified files: sys/netinet sctp_pcb.c sctp_usrreq.c sys/netinet6 sctp6_usrreq.c Log: Convert three new suser(9) calls introduced between when the priv(9) patch was prepared and committed to priv(9)

cvs commit: src/sys/netinet sctp_pcb.c

2006-11-03 Thread John Birrell
jb 2006-11-04 05:39:39 UTC FreeBSD src repository Modified files: sys/netinet sctp_pcb.c Log: Remove a bogus cast in an attempt to fix the tinderbox builds on lots of arches. Revision ChangesPath 1.3 +2 -2 src/sys/netinet/sctp_pcb.c