Re: CVS commit: src/sys/arch/usermode/usermode

2011-12-30 Thread Christos Zoulas
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()

Re: CVS commit: src/sys/arch/usermode/usermode

2011-08-27 Thread Jean-Yves Migeon
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

Re: CVS commit: src/sys/arch/usermode/usermode

2011-08-27 Thread Joerg Sonnenberger
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

Re: CVS commit: src/sys/arch/usermode/usermode

2011-08-27 Thread Jean-Yves Migeon
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