Re: CVS commit: src/lib/libc/time

2011-02-11 Thread YAMAMOTO Takashi
hi, > Module Name: src > Committed By: christos > Date: Thu Jan 6 02:41:34 UTC 2011 > > Modified Files: > src/lib/libc/time: localtime.c > > Log Message: > Since localsub and gmtsub are called recursively to search for the local > time, setting EOVERFLOW at the inmost level will

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

2011-02-11 Thread David Laight
On Fri, Feb 11, 2011 at 12:40:00AM +0100, Jean-Yves Migeon wrote: > > BTW, I wonder whether modules shouldn't be part of the kern-GENERIC.tgz > set. But this is an orthogonal issue. As is building the modules as part of the kernel build, and having the kernel build include a kernel.o stage into w

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

2011-02-11 Thread Jean-Yves Migeon
On 11.02.2011 07:30, Matthias Scheler wrote: > On Fri, Feb 11, 2011 at 05:06:43AM +0100, Jean-Yves Migeon wrote: >> Indeed, it would be good to have at least some exec formats and >> file-systems builtin by default in GENERIC: >> >> EXEC_ELF32, _SCRIPT # obvious >> FFS, CD9660, MFS, TMPFS, NFS, EX

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

2011-02-11 Thread Izumi Tsutsui
> both MFS and TMPFS. I hardly ever use CD9660 or EXT2FS while I use > NFS a lot. There will however be people with is opposite requirements > which is why those should really be modules. For install, root on CD9660 is possible. (though we can put cd9660.kmod into the cd9660fs) > > e.g. the typic

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

2011-02-11 Thread Martin Husemann
On Thu, Feb 10, 2011 at 05:02:23PM -0800, Paul Goyette wrote: > My "totally modular" kernel config file contains > > ... > no options EXEC_ELF64 > no options EXEC_SCRIPT > no options COREDUMP > no options AIO > no options MQUEUE >