Re: CVS commit: src

2009-08-25 Thread YAMAMOTO Takashi
hi, what's the status of this? in case it was not clear, i want you revert the changes. YAMAMOTO Takashi > hi, > >> y...@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote: >>> > - We already have some practices of writing documentation is such way, >>> > like mutex(9), rwlock(9), softint(9), vnode(9

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/sys/arch/i386/conf

2009-08-25 Thread Elad Efrat
David Holland wrote: On Wed, Aug 26, 2009 at 03:39:16AM +, Elad Efrat wrote: > Log Message: > Build NiLFS(2). (2)? :-p That's how it's written in the configuration file... -e.

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 it