Subject: Re: CVS commit: src/sys
To: Elad Efrat <elad@netbsd.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 12/18/2007 15:32:33
On Sun, Dec 16, 2007 at 09:26:00PM +0000, Elad Efrat wrote:

> Modified Files:
> 	src/sys/kern: uipc_socket.c uipc_syscalls.c
> 	src/sys/sys: socketvar.h
> 
> Log Message:
> Make solisten() take an lwp pointer like the rest, so it can be passed down
> to pr_usrreq.

We have been trying to eliminate the passing of lwp/proc pointers for a
variety of reasons. As mentioned a credential might be better but there
could be other solutions. What are you planning to do?

Andrew