re: CVS commit: src/external/gpl3/gdb/dist/gdb

2016-11-06 Thread matthew green
"Martin Husemann" writes: > Module Name: src > Committed By: martin > Date: Sat Oct 29 17:02:07 UTC 2016 > > Modified Files: > src/external/gpl3/gdb/dist/gdb: alphanbsd-tdep.c > > Log Message: > Add a skip_solib_resolver, from Rin Okuyama, fixes single stepping for > shared

Re: CVS commit: src/tests/net/net

2016-11-06 Thread Ryota Ozaki
On Mon, Nov 7, 2016 at 1:43 PM, Ryota Ozaki wrote: > Module Name:src > Committed By: ozaki-r > Date: Mon Nov 7 04:43:14 UTC 2016 > > Modified Files: > src/tests/net/net: t_ping6_opts.sh > > Log Message: > Add tests of ping6 hops optional argument (Type

Re: CVS commit: src/sys

2016-11-06 Thread Jaromír Doleček
> On Fri, Nov 04, 2016 at 04:44:10PM +0100, J. Hannken-Illjes wrote: >> - This change results in "panic: ffs_blkfree_common: freeing free block" >> if I put a file system under stress (*1). >> >> - I suppose not zeroing the blocks to be freed before freeing them >> makes the life of fsck

Re: CVS commit: src/tests/kernel

2016-11-06 Thread Kamil Rytarowski
On 06.11.2016 18:26, Nicolas Joly wrote: > On Sun, Nov 06, 2016 at 11:56:31PM +0700, Robert Elz wrote: >> Date:Sun, 6 Nov 2016 16:24:16 + >> From:"Kamil Rytarowski" >> Message-ID: <20161106162416.95d77f...@cvs.netbsd.org> >> >> | assert_pid1

Re: CVS commit: src/tests/kernel

2016-11-06 Thread Nicolas Joly
On Sun, Nov 06, 2016 at 11:56:31PM +0700, Robert Elz wrote: > Date:Sun, 6 Nov 2016 16:24:16 + > From:"Kamil Rytarowski" > Message-ID: <20161106162416.95d77f...@cvs.netbsd.org> > > | assert_pid1 asserts that non-root user cannot attach to PID 1

Re: CVS commit: src/tests/kernel

2016-11-06 Thread Kamil Rytarowski
On 06.11.2016 17:56, Robert Elz wrote: > Date:Sun, 6 Nov 2016 16:24:16 + > From:"Kamil Rytarowski" > Message-ID: <20161106162416.95d77f...@cvs.netbsd.org> > > | assert_pid1 asserts that non-root user cannot attach to PID 1 as it is the > |

Re: CVS commit: src

2016-11-06 Thread Kamil Rytarowski
On 06.11.2016 17:38, Robert Elz wrote: > Date:Sun, 6 Nov 2016 15:03:31 + > From:"Kamil Rytarowski" > Message-ID: <20161106150331.25fb2f...@cvs.netbsd.org> > > | The t_wait_noproc_wnohang adds to options (except wait(2), wait3(2)) > > Why

Re: CVS commit: src/tests/kernel

2016-11-06 Thread Robert Elz
Date:Sun, 6 Nov 2016 16:24:16 + From:"Kamil Rytarowski" Message-ID: <20161106162416.95d77f...@cvs.netbsd.org> | assert_pid1 asserts that non-root user cannot attach to PID 1 as it is the | /dev/init process. This tests is skipped if run as

Re: CVS commit: src

2016-11-06 Thread Robert Elz
Date:Sun, 6 Nov 2016 15:03:31 + From:"Kamil Rytarowski" Message-ID: <20161106150331.25fb2f...@cvs.netbsd.org> | The t_wait_noproc_wnohang adds to options (except wait(2), wait3(2)) Why exclude wait3() ? (Not that it really matters, wait3()

Re: CVS commit: src/sys

2016-11-06 Thread Thomas Klausner
On Fri, Nov 04, 2016 at 04:44:10PM +0100, J. Hannken-Illjes wrote: > > > On 28 Oct 2016, at 22:38, Jaromir Dolecek wrote: > > > > Module Name:src > > Committed By: jdolecek > > Date: Fri Oct 28 20:38:12 UTC 2016 > > > > Modified Files: > >

Re: CVS commit: src/tests/kernel

2016-11-06 Thread Christos Zoulas
On Nov 6, 1:48pm, n...@gmx.com (Kamil Rytarowski) wrote: -- Subject: Re: CVS commit: src/tests/kernel | My plan is to split t_ptrace into t_ptrace_wait, t_ptrace_waitpid etc. I | will try to avoid duplication of the code and prepare something like the | t_mutex and t_timedmutex pair. | | To

Re: CVS commit: src/tests/kernel

2016-11-06 Thread Kamil Rytarowski
On 03.11.2016 18:08, Kamil Rytarowski wrote: > > For now I'm focusing on functional tests, which are equivalent to > FreeBSD capabilities. This is why I will reschedule combination of > wait(2) usage functions for later and move to on other ptrace(2) use-cases. > With recent reported issues I'm