In article <20111230110002.c960817...@cvs.netbsd.org>,
Reinoud Zandijk wrote:
>-=-=-=-=-=-
>
>Module Name: src
>Committed By: reinoud
>Date: Fri Dec 30 11:00:02 UTC 2011
>
>Modified Files:
> src/sys/arch/usermode/usermode: thunk.c
>
>Log Message:
>Use a wrapper around the send()
On 27.08.2011 20:28, Joerg Sonnenberger wrote:
> On Sat, Aug 27, 2011 at 08:13:28PM +0200, Jean-Yves Migeon wrote:
>> On 27.08.2011 19:57, Reinoud Zandijk wrote:
>>> Fix copystring routines to NOT just copy all since not all space might be
>>> writable. This can be fixed by implementing/importing s
On Sat, Aug 27, 2011 at 08:13:28PM +0200, Jean-Yves Migeon wrote:
> On 27.08.2011 19:57, Reinoud Zandijk wrote:
> > Fix copystring routines to NOT just copy all since not all space might be
> > writable. This can be fixed by implementing/importing strnlen(3) in the
> > kernel
>
> Any reason no to
On 27.08.2011 19:57, Reinoud Zandijk wrote:
> Fix copystring routines to NOT just copy all since not all space might be
> writable. This can be fixed by implementing/importing strnlen(3) in the kernel
Any reason no to? If there's none, I can do it.
At first sight it's straightforward to add to co