On Tue, Dec 12, 2017 at 03:55:10PM +, Emil Velikov wrote:
> On 11 December 2017 at 04:21, Peter Hutterer wrote:
>
> >> - ptrace(PTRACE_CONT, NULL, NULL);
> >> + ptrace(PTRACE_CONT, ppid, NULL, 0);
>
> >
> > split this one out please, I'd rather not hav
On 11 December 2017 at 04:21, Peter Hutterer wrote:
>> - ptrace(PTRACE_CONT, NULL, NULL);
>> + ptrace(PTRACE_CONT, ppid, NULL, 0);
>
> split this one out please, I'd rather not have it hidden in a bsd-suppport
> patch, thanks.
>
Was going to ask - the PTRA
On Fri, Dec 01, 2017 at 04:59:43PM +0300, Greg V wrote:
> ---
> .gitignore| 1 +
> include/linux/input.h | 4
> meson.build | 39 ++-
> src/libinput-util.h | 4
> test/litest.c | 9 -
> test/litest.h
---
.gitignore| 1 +
include/linux/input.h | 4
meson.build | 39 ++-
src/libinput-util.h | 4
test/litest.c | 9 -
test/litest.h | 8
test/test-pointer.c | 2 ++
7 files changed, 61 inse