K 10 svn:author V 5 peter K 8 svn:date V 27 2001-10-26T21:19:22.000000Z K 7 svn:log V 305 Make libc_r check the kern.usrstack sysctl instead of using internal kernel #defines to figure out where the stack is located. This stops libc_r from exploding when the kernel is compiled with a different KVM size. IMHO this is all kinda bogus, it would be better to just check %esp and work from that. END