Re: CVS commit: src/sys/arch/i386/conf

2009-08-25 Thread David Holland
On Wed, Aug 26, 2009 at 03:39:16AM +, Elad Efrat wrote: Log Message: Build NiLFS(2). (2)? :-p -- David A. Holland dholl...@netbsd.org

Re: CVS commit: src

2009-08-25 Thread Elad Efrat
Unrelated to the topic of the thread, but kmem(9) says: SECURITY CONSIDERATION As the memory allocated by kmem_alloc() is uninitialized, it can contain security-sensitive data left by its previous user. It is the caller's responsibility not to expose it to the world. Shouldn't