Re: CVS commit: src/gnu/usr.bin/groff

2012-08-13 Thread David Holland
On Tue, Aug 14, 2012 at 12:06:52AM +0100, Mindaugas Rasiukevicius wrote: > > > That's a fine idea, but, really, if you're concerned about space and > > > time at runtime, don't use C++ at all. > > > > Wasn't the mdocml(?) package suppossed to eliminate the need for > > groff in tools/ and/or

Re: CVS commit: src/usr.sbin/nfsd

2012-08-13 Thread Warner Losh
On Aug 13, 2012, at 9:22 PM, YAMAMOTO Takashi wrote: > hi, > >> Module Name: src >> Committed By:christos >> Date:Mon Aug 13 08:19:11 UTC 2012 >> >> Modified Files: >> src/usr.sbin/nfsd: nfsd.8 nfsd.c >> >> Log Message: >> Let nfsd behave like all other programs: t

Re: CVS commit: src/usr.sbin/nfsd

2012-08-13 Thread YAMAMOTO Takashi
hi, > Module Name: src > Committed By: christos > Date: Mon Aug 13 08:19:11 UTC 2012 > > Modified Files: > src/usr.sbin/nfsd: nfsd.8 nfsd.c > > Log Message: > Let nfsd behave like all other programs: tries to use both inet4 and inet6 > by default and both udp and tcp: -4 uses only

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-13 Thread Christos Zoulas
In article <20120813231935.ga21...@babymeat.com>, Tom Spindler wrote: >On Tue, Aug 14, 2012 at 12:06:52AM +0100, Mindaugas Rasiukevicius wrote: >> Tom Spindler wrote: >> > On Mon, Aug 13, 2012 at 08:20:45PM +, David Holland wrote: >> > > On Fri, Aug 10, 2012 at 10:18:09PM +0400, Valeriy E. U

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-13 Thread Mindaugas Rasiukevicius
Tom Spindler wrote: > > > > That's a fine idea, but, really, if you're concerned about space and > > > > time at runtime, don't use C++ at all. > > > > > > Wasn't the mdocml(?) package suppossed to eliminate the need for > > > groff in tools/ and/or in base? > > > > Preferably, the elimination o

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-13 Thread Tom Spindler
On Tue, Aug 14, 2012 at 12:06:52AM +0100, Mindaugas Rasiukevicius wrote: > Tom Spindler wrote: > > On Mon, Aug 13, 2012 at 08:20:45PM +, David Holland wrote: > > > On Fri, Aug 10, 2012 at 10:18:09PM +0400, Valeriy E. Ushakov wrote: > > > > Linking against libstdc++ wastes space and time at ru

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-13 Thread Mindaugas Rasiukevicius
Tom Spindler wrote: > On Mon, Aug 13, 2012 at 08:20:45PM +, David Holland wrote: > > On Fri, Aug 10, 2012 at 10:18:09PM +0400, Valeriy E. Ushakov wrote: > > > Linking against libstdc++ wastes space and time at runtime. > > > > > > [...] > > > > > > I guess you are working on clang support

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-13 Thread David Holland
On Mon, Aug 13, 2012 at 02:22:30PM -0700, Tom Spindler wrote: > > > [...] > > > > > > I guess you are working on clang support, so leaking libsupc++ into > > > the build gets in your way. Please, instead of always linking > > > libstdc++ make it possible for a c++ program to express "i d

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-13 Thread Tom Spindler
On Mon, Aug 13, 2012 at 08:20:45PM +, David Holland wrote: > On Fri, Aug 10, 2012 at 10:18:09PM +0400, Valeriy E. Ushakov wrote: > > Linking against libstdc++ wastes space and time at runtime. > > > > [...] > > > > I guess you are working on clang support, so leaking libsupc++ into > > th

Re: CVS commit: src/share/mk

2012-08-13 Thread David Holland
On Fri, Aug 10, 2012 at 04:34:23PM +, Joerg Sonnenberger wrote: > Modified Files: > src/share/mk: bsd.kmodule.mk > > Log Message: > Remove effectively tautological condition. I object to this sort of change. There are a number of other compilers we might want to try sometime; all yo

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-13 Thread David Holland
On Fri, Aug 10, 2012 at 10:18:09PM +0400, Valeriy E. Ushakov wrote: > Linking against libstdc++ wastes space and time at runtime. > > [...] > > I guess you are working on clang support, so leaking libsupc++ into > the build gets in your way. Please, instead of always linking > libstdc++ mak

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-13 Thread David Laight
On Fri, Aug 10, 2012 at 09:10:36PM +0200, Joerg Sonnenberger wrote: > On Fri, Aug 10, 2012 at 10:18:09PM +0400, Valeriy E. Ushakov wrote: > > Linking against libstdc++ wastes space and time at runtime. > > On-demand paging will pull only the required parts in. As I said > earlier, the number of co

Re: CVS commit: [netbsd-6] src/sys

2012-08-13 Thread David Holland
On Sun, Aug 12, 2012 at 12:59:52PM +, Martin Husemann wrote: > Log Message: > Pull up following revision(s) (requested by manu in ticket #484): > sys/fs/nilfs/nilfs_vnops.c: revision 1.18 > sys/ufs/ufs/ufs_lookup.c: revision 1.117 > sys/nfs/nfs_vnops.c: revision 1.295 >