Re: CVS commit: src/sys/sys

2012-03-18 Thread YAMAMOTO Takashi
hi, > In article <20120318191308.ga10...@britannica.bec.de>, > Joerg Sonnenberger wrote: >>On Sat, Mar 17, 2012 at 05:30:31PM -0400, Christos Zoulas wrote: >>> Module Name:src >>> Committed By: christos >>> Date: Sat Mar 17 21:30:30 UTC 2012 >>> >>> Modified Files: >

Build failure on port amd64 - tests/vfs/t_vnops.o

2012-03-18 Thread Paul Goyette
Module Name:src Committed By: uebayasi Date: Mon Mar 19 00:17:08 UTC 2012 Modified Files: src/sys/uvm: uvm_param.h Log Message: Expose vm_inherit/voff_t/pgoff_t to userland to fix build. Even with this change, I'm still seeing the following errors while compiling the vf

Re: CVS commit: src/sys/sys

2012-03-18 Thread Christos Zoulas
In article <20120318213646.ga13...@britannica.bec.de>, Joerg Sonnenberger wrote: >That doesn't say anything about why it should be signed. It is just >another place where signed is used for no good reason. Yes, it just explains that making unsigned is a larger impact change and it would violate

Re: CVS commit: src

2012-03-18 Thread Matt Thomas
On Mar 18, 2012, at 2:08 PM, Martin Husemann wrote: > On Sun, Mar 18, 2012 at 09:54:31AM -0700, Matt Thomas wrote: >> We probably should have a -Os compiled libc (without _DIAGASSERT) >> for use by distrib. > > Or an empty __diagassert13() stub in distrib/utils/libhack. Not enough. _DIAGASSERT

Re: CVS commit: src/sys/sys

2012-03-18 Thread Joerg Sonnenberger
On Sun, Mar 18, 2012 at 09:00:54PM +, Christos Zoulas wrote: > In article <20120318191308.ga10...@britannica.bec.de>, > Joerg Sonnenberger wrote: > >On Sat, Mar 17, 2012 at 05:30:31PM -0400, Christos Zoulas wrote: > >> Module Name: src > >> Committed By: christos > >> Date:

Re: CVS commit: src

2012-03-18 Thread Martin Husemann
On Sun, Mar 18, 2012 at 09:54:31AM -0700, Matt Thomas wrote: > We probably should have a -Os compiled libc (without _DIAGASSERT) > for use by distrib. Or an empty __diagassert13() stub in distrib/utils/libhack. Martin

Re: CVS commit: src/sys/sys

2012-03-18 Thread Christos Zoulas
In article <20120318191308.ga10...@britannica.bec.de>, Joerg Sonnenberger wrote: >On Sat, Mar 17, 2012 at 05:30:31PM -0400, Christos Zoulas wrote: >> Module Name: src >> Committed By:christos >> Date:Sat Mar 17 21:30:30 UTC 2012 >> >> Modified Files: >> src/sys/sys:

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

2012-03-18 Thread Thomas Klausner
On Sun, Mar 18, 2012 at 08:37:20PM +0200, Jukka Ruohonen wrote: > On Sat, Mar 17, 2012 at 10:04:40PM -0400, Christos Zoulas wrote: > > Module Name:src > > Committed By: christos > > Date: Sun Mar 18 02:04:40 UTC 2012 > > > > Modified Files: > > src/lib/libc/sys: sch

Re: CVS commit: src/sys/sys

2012-03-18 Thread Joerg Sonnenberger
On Sat, Mar 17, 2012 at 05:30:31PM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Sat Mar 17 21:30:30 UTC 2012 > > Modified Files: > src/sys/sys: types.h > > Log Message: > PR/44847: Jukka Ruohonen: blksize_t should be signed. > http://pubs.opengr

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

2012-03-18 Thread Jukka Ruohonen
On Sat, Mar 17, 2012 at 10:04:40PM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Sun Mar 18 02:04:40 UTC 2012 > > Modified Files: > src/lib/libc/sys: sched.c > > Log Message: > fail as the man page says sched_rr_get_interval should. #include

Re: CVS commit: src/sbin/ifconfig

2012-03-18 Thread David Holland
On Sun, Mar 18, 2012 at 05:08:44PM +0200, Jukka Ruohonen wrote: > All good; exited without nothing printed to stderr and the status is zero. > But this: > > atf_check -o ignore \ > -s exit:0 -x "find /etc -type f -exit" > > yields > > tc-so:Executing command [ /bi

Re: CVS commit: src

2012-03-18 Thread Matt Thomas
On Mar 18, 2012, at 7:12 AM, Havard Eidnes wrote: > Module Name: src > Committed By: he > Date: Sun Mar 18 14:12:56 UTC 2012 > > Modified Files: > src/distrib/vax/ramdisk: Makefile > src/sys/arch/vax/conf: INSTALL > > Log Message: > Bump the ramdisk size so that the content

Re: CVS commit: src/sbin/ifconfig

2012-03-18 Thread Jukka Ruohonen
On Sun, Mar 18, 2012 at 11:57:08PM +0900, Julio Merino wrote: > >But why is stderr being involved? > > If you really want to ignore stderr in the test, pass "-e ignore" to > atf_check. The default is "-o empty -e empty". > > Now, the question is: do you really want to ignore the message, or do

Re: CVS commit: src/sbin/ifconfig

2012-03-18 Thread Julio Merino
On 3/18/12 1:53 AM, Jukka Ruohonen wrote: On Fri, Mar 16, 2012 at 10:25:08PM -0400, Christos Zoulas wrote: Module Name:src Committed By: christos Date: Sat Mar 17 02:25:08 UTC 2012 Modified Files: src/sbin/ifconfig: af_inetany.c Log Message: PR/43141: Tobias Nygren: Pri

Re: CVS commit: [netbsd-6] src/etc/root

2012-03-18 Thread Aleksej Saushev
Hello, Bernd Ernesti writes: > Hi Havard, > > see the issue at the end. > > On Sun, Mar 18, 2012 at 01:20:02AM +0400, Aleksej Saushev wrote: >> "Manuel Bouyer" writes: >> >> > Module Name: src >> > Committed By: bouyer >> > Date: Sat Mar 17 17:22:54 UTC 2012 >> > >> >