Re: km_alloc for stack and exec

2011-04-19 Thread Owain Ainsworth
On Mon, Apr 18, 2011 at 03:47:27PM -0600, Artur Grabowski wrote: > A repeat of an earlier diff. > > Change stack and exec arguments allocation from old allocators to km_alloc(9). > > //art > > > Index: kern/kern_exec.c > === > RCS

Re: km_alloc for stack and exec

2011-04-18 Thread Ariane van der Steldt
On Mon, Apr 18, 2011 at 03:47:27PM -0600, Artur Grabowski wrote: > A repeat of an earlier diff. > > Change stack and exec arguments allocation from old allocators to km_alloc(9). > int > fork1(struct proc *p1, int exitsig, int flags, void *stack, size_t stacksize, > void (*func)(void *), v

km_alloc for stack and exec

2011-04-18 Thread Artur Grabowski
A repeat of an earlier diff. Change stack and exec arguments allocation from old allocators to km_alloc(9). //art Index: kern/kern_exec.c === RCS file: /cvs/src/sys/kern/kern_exec.c,v retrieving revision 1.117 diff -u -r1.117 kern_