Re: CVS commit: src/sys/kern

2016-11-11 Thread Kamil Rytarowski
On 11.11.2016 18:10, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Fri Nov 11 17:10:04 UTC 2016 > > Modified Files: > src/sys/kern: sys_ptrace_common.c > > Log Message: > kern/51621: When attaching to a child send it a SIGTRAP not a SIGSTOP like >

Re: CVS commit: src/sys

2016-11-11 Thread Jaromír Doleček
2016-11-11 11:52 GMT+01:00 J. Hannken-Illjes : > Why do we need a TAILQ here, the number of deletions after the first > element is nearly zero and the list is quite short. The element would be somewhere towards the end of the list, but likely not the very last one. Yes,

Re: CVS commit: src/sys

2016-11-11 Thread Kamil Rytarowski
On 11.11.2016 11:52, J. Hannken-Illjes wrote: > >> On 10 Nov 2016, at 21:56, Jaromir Dolecek wrote: >> >> Module Name: src >> Committed By:jdolecek >> Date:Thu Nov 10 20:56:32 UTC 2016 >> >> Modified Files: >> src/sys/kern: vfs_wapbl.c >>