In article <20130319221655.e76c117...@cvs.netbsd.org>,
Tim Rightnour wrote:
>-=-=-=-=-=-
>
>Module Name: src
>Committed By: garbled
>Date: Tue Mar 19 22:16:55 UTC 2013
>
>Modified Files:
> src/distrib/evbarm/instkernel: Makefile
> src/distrib/evbarm/instkernel/instkernel: M
On Tue, Mar 19, 2013 at 07:43:06PM +1100, matthew green wrote:
>
> > > The zfs tests are failing when run as an unprivileged user in
> > > thread_create() ... because default limit for threads (160) is too
> > > low ! When run as root, the limit value (2500) seems to be high enough.
> >
> > So sh
David Laight writes:
> On Mon, Mar 18, 2013 at 07:31:39PM +, Greg Troxel wrote:
>> Module Name: src
>> Committed By:gdt
>> Date:Mon Mar 18 19:31:39 UTC 2013
>>
>> Modified Files:
>> src/sys/netinet6: ip6_output.c
>>
>> Log Message:
>> Initialize variable used a
> > The zfs tests are failing when run as an unprivileged user in
> > thread_create() ... because default limit for threads (160) is too
> > low ! When run as root, the limit value (2500) seems to be high enough.
>
> So should we increase the default limits? It's always a tough call to
> set lim
On Mon, Mar 18, 2013 at 07:31:39PM +, Greg Troxel wrote:
> Module Name: src
> Committed By: gdt
> Date: Mon Mar 18 19:31:39 UTC 2013
>
> Modified Files:
> src/sys/netinet6: ip6_output.c
>
> Log Message:
> Initialize variable used as (conditional) result parameter.
>
> ip6_inse