Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   kamil
Date:           Sun May 20 04:00:35 UTC 2018

Modified Files:
        src/sys/kern: kern_sig.c sys_ptrace_common.c
        src/sys/sys: signalvar.h

Log Message:
Make stopsigmask a non-static symbol now as it's used in ptrace(2) code

This is a missing part of the previous commit.

While there fix a typo in a newly added comment in the ptrace(2) code.

Sponsored by <The NetBSD Foundation>


To generate a diff of this commit:
cvs rdiff -u -r1.346 -r1.347 src/sys/kern/kern_sig.c
cvs rdiff -u -r1.41 -r1.42 src/sys/kern/sys_ptrace_common.c
cvs rdiff -u -r1.90 -r1.91 src/sys/sys/signalvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index