Re: CVS commit: src/sys/sys

2017-02-22 Thread Kamil Rytarowski
On 23.02.2017 08:32, Paul Goyette wrote: > On Thu, 23 Feb 2017, Kamil Rytarowski wrote: > >> I'm evaluating it from the osabi (pkgsrc term) point of view. I'm >> targeting LLDB for 7.99.62+. If the kernel bump approach is reserved for >> loadable kernel modules, I will follow this in future

Re: CVS commit: src/sys/sys

2017-02-22 Thread Paul Goyette
On Thu, 23 Feb 2017, Kamil Rytarowski wrote: I'm evaluating it from the osabi (pkgsrc term) point of view. I'm targeting LLDB for 7.99.62+. If the kernel bump approach is reserved for loadable kernel modules, I will follow this in future changes. Modules (and specifically, their interfaces to

Re: CVS commit: src/sys/sys

2017-02-22 Thread Kamil Rytarowski
On 23.02.2017 07:23, Robert Elz wrote: > Date:Thu, 23 Feb 2017 05:29:41 + > From:Martin Husemann > Message-ID: <20170223052941.ga29...@homeworld.netbsd.org> > > | Does this kind of change really require a version bump? > > That one didn't,

Re: CVS commit: src/sys/sys

2017-02-22 Thread Robert Elz
Date:Thu, 23 Feb 2017 05:29:41 + From:Martin Husemann Message-ID: <20170223052941.ga29...@homeworld.netbsd.org> | Does this kind of change really require a version bump? That one didn't, but there was another checkin, 5 or 6 mins earlier,

Re: CVS commit: src/sys/sys

2017-02-22 Thread Martin Husemann
On Thu, Feb 23, 2017 at 03:48:20AM +, Kamil Rytarowski wrote: > Module Name: src > Committed By: kamil > Date: Thu Feb 23 03:48:20 UTC 2017 > > Modified Files: > src/sys/sys: param.h > > Log Message: > Welcome to 7.99.62! > > New ptrace(2) operations: > - PT_RESUME > -