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:01:08 UTC 2016
Modified Files:
src/sys/compat/common: uipc_syscalls_43.c
src/sys/compat/linux/common: linux_socket.c
src/sys/compat/netbsd32: netbsd32_compat_43.c netbsd32_socket.c
src/sys/compat/osf1: osf1_socket.c
src/sys/compat/svr4: svr4_stream.c
src/sys/kern: kern_ktrace.c uipc_syscalls.c
src/sys/sys: ktrace.h socketvar.h
Log Message:
Make the ktrace record written by do_sys_sendmsg/do_sys_recvmsg overridable
by the caller. Use this in compat_netbsd32 to log the 32bit version, so
the 32bit userland kdump is happy.
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/compat/common/uipc_syscalls_43.c
cvs rdiff -u -r1.132 -r1.133 src/sys/compat/linux/common/linux_socket.c
cvs rdiff -u -r1.53 -r1.54 src/sys/compat/netbsd32/netbsd32_compat_43.c
cvs rdiff -u -r1.43 -r1.44 src/sys/compat/netbsd32/netbsd32_socket.c
cvs rdiff -u -r1.21 -r1.22 src/sys/compat/osf1/osf1_socket.c
cvs rdiff -u -r1.86 -r1.87 src/sys/compat/svr4/svr4_stream.c
cvs rdiff -u -r1.167 -r1.168 src/sys/kern/kern_ktrace.c
cvs rdiff -u -r1.182 -r1.183 src/sys/kern/uipc_syscalls.c
cvs rdiff -u -r1.63 -r1.64 src/sys/sys/ktrace.h
cvs rdiff -u -r1.140 -r1.141 src/sys/sys/socketvar.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