On 05.05.2019 22:22, matthew green wrote:
> "Kamil Rytarowski" writes:
>> Module Name: src
>> Committed By:        kamil
>> Date:                Fri May  3 22:34:21 UTC 2019
>>
>> Modified Files:
>>      src/sys/kern: kern_exec.c kern_fork.c kern_lwp.c kern_sig.c sys_lwp.c
>>      src/sys/sys: signalvar.h
>>
>> Log Message:
>> Register KTR events for debugger related signals
>>
>> Register signals for:
>>
>>  - crashes (FPE, SEGV, FPE, ILL, BUS)
>>  - LWP events
>>  - CHLD (FORK/VFORK/VFORK_DONE) events -- temporarily disabled
>>  - EXEC events
>>
>> While there refactor related functions in order to simplify the code.
>>
>> Add missing comment documentation for recently added kernel functions.
> 
> isn't this a kernel version requiring change?  eventswitch()
> lost a parameter.
> 
> 
> .mrg.
> 

I will bump the kernel version soon as I will make another change in the
kernel signal code.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to