Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/kern



> 
> Module Name:  src
> Committed By: rmind
> Date:         Mon Sep 15 18:12:56 UTC 2008
> 
> Modified Files:
>       src/sys/kern: exec_elf32.c kern_subr.c sys_descrip.c
> 
> Log Message:
> Replace intptr_t with uintptr_t in few more places.
> OK by <matt>.

Hey, this actually fixes a stack overflow in the kernel
right after /sbin/init has been launched when
booting a NetBSD/Xen Dom0 with root on nfs.
My workaround was to #define UPAGES to 4
in sys/arch/amd64/include/param.h

-- 





Home | Main Index | Thread Index | Old Index