Re: CVS commit: src/sys/kern

2014-01-11 Thread Christos Zoulas
On Jan 12, 3:17am, dholland-sourcechan...@netbsd.org (David Holland) wrote: -- Subject: Re: CVS commit: src/sys/kern | On Sun, Jan 12, 2014 at 02:13:34PM +1100, matthew green wrote: | > > Modified Files: | > > src/sys/kern: subr_prf.c | > > | > > Log Message: | > > Revert, breaks the build

Re: CVS commit: src/sys/kern

2014-01-11 Thread David Holland
On Sun, Jan 12, 2014 at 02:13:34PM +1100, matthew green wrote: > > Modified Files: > >src/sys/kern: subr_prf.c > > > > Log Message: > > Revert, breaks the build due to missing rumpns_delay in librump.so. > > thanks. > > when this comes back, i'd rather it defaulted to zero but was a

re: CVS commit: src/sys/kern

2014-01-11 Thread matthew green
> Module Name: src > Committed By: joerg > Date: Sun Jan 12 00:29:15 UTC 2014 > > Modified Files: > src/sys/kern: subr_prf.c > > Log Message: > Revert, breaks the build due to missing rumpns_delay in librump.so. thanks. when this comes back, i'd rather it defaulted to zero but w

Re: CVS commit: src/etc

2014-01-11 Thread Erik Fair
On Jan 8, 2014, at 10:25 , Greg Troxel wrote: > Why do you think the configured servers should be given query > permission? Is that a sense of courtesy to the pool operators that they > should be able to run "ntpdc -c monlist" and "ntpq -p" at machines that > are syncing from them? Yes, that's

Re: CVS commit: src/sys/arch/arm

2014-01-11 Thread Matt Thomas
On Jan 11, 2014, at 9:32 AM, Matt Thomas wrote: > Module Name: src > Committed By: matt > Date: Sat Jan 11 17:32:20 UTC 2014 > > Modified Files: > src/sys/arch/arm/arm32: arm32_machdep.c fault.c > src/sys/arch/arm/include: locore.h > > Log Message: > Add hw.printfataltraps

Re: CVS commit: src/external/bsd/atf/dist/atf-sh

2014-01-11 Thread Christos Zoulas
On Jan 11, 9:05am, ju...@meroh.net (Julio Merino) wrote: -- Subject: Re: CVS commit: src/external/bsd/atf/dist/atf-sh | The reason it works like it does is because atf-run takes care of most | cleanup by itself and runs every test case on its own subprocess. | | The cleanup routine supports exis

Re: CVS commit: src/external/bsd/atf/dist/atf-sh

2014-01-11 Thread Julio Merino
On Fri, Jan 10, 2014 at 7:31 PM, Christos Zoulas wrote: > I would have preferred that the cleanup functionality was implemented > differently, running in the context of the shell that ran the test. > This could have been done by issuing a 'trap test_cleanup 0' before > invoking the test, instead o