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:   martin
Date:           Tue Sep 13 07:39:45 UTC 2016

Modified Files:
        src/sys/compat/netbsd32: netbsd32_netbsd.c netbsd32_signal.c
        src/sys/kern: kern_ktrace.c kern_sig.c
        src/sys/sys: ktrace.h proc.h

Log Message:
Allow emulations to override the creation of ktrace records for posting
signals. In compat_netbsd32 use this to write the 32bit version of
the records, so a 32bit userland kdump is happy.


To generate a diff of this commit:
cvs rdiff -u -r1.202 -r1.203 src/sys/compat/netbsd32/netbsd32_netbsd.c
cvs rdiff -u -r1.39 -r1.40 src/sys/compat/netbsd32/netbsd32_signal.c
cvs rdiff -u -r1.168 -r1.169 src/sys/kern/kern_ktrace.c
cvs rdiff -u -r1.329 -r1.330 src/sys/kern/kern_sig.c
cvs rdiff -u -r1.64 -r1.65 src/sys/sys/ktrace.h
cvs rdiff -u -r1.331 -r1.332 src/sys/sys/proc.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