Subject: Re: CVS commit: src/sys/netinet
To: None <elad@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 12/17/2007 07:22:29
> Module Name:	src
> Committed By:	elad
> Date:		Sun Dec 16 14:12:35 UTC 2007
> 
> Modified Files:
> 	src/sys/netinet: in_pcb.c in_pcb.h tcp_input.c tcp_usrreq.c
> 
> Log Message:
> Really fix low port allocation, by always passing a valid lwp to
> in_pcbbind().
> 
> Okay dyoung@.
> 
> Note that the network code is another candidate for major cleanup... also
> note that this issue is likely to be present in netinet6 code, too.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.119 -r1.120 src/sys/netinet/in_pcb.c
> cvs rdiff -r1.43 -r1.44 src/sys/netinet/in_pcb.h
> cvs rdiff -r1.272 -r1.273 src/sys/netinet/tcp_input.c
> cvs rdiff -r1.139 -r1.140 src/sys/netinet/tcp_usrreq.c
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.

please pass a credential rather than an lwp.

YAMAMOTO Takashi