NetBSD-Bugs archive

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

PR/53103 CVS commit: src/sys



The following reply was made to PR lib/53103; it has been noted by GNATS.

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53103 CVS commit: src/sys
Date: Fri, 16 Mar 2018 13:25:04 -0400

 Module Name:	src
 Committed By:	christos
 Date:		Fri Mar 16 17:25:04 UTC 2018
 
 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
 	src/sys/kern: uipc_syscalls.c
 	src/sys/nfs: nfs_syscalls.c nfs_vfsops.c
 	src/sys/sys: param.h socketvar.h
 
 Log Message:
 PR/53103: Timo Buhrmester: linux emulation of sendto(2) broken
 
 The sockargs refactoring broke it, because sockargs only works with a user
 address. Added an argument to sockargs to indicate where the address is
 coming from. Welcome to 8.99.14.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.47 -r1.48 src/sys/compat/common/uipc_syscalls_43.c
 cvs rdiff -u -r1.139 -r1.140 src/sys/compat/linux/common/linux_socket.c
 cvs rdiff -u -r1.54 -r1.55 src/sys/compat/netbsd32/netbsd32_compat_43.c
 cvs rdiff -u -r1.191 -r1.192 src/sys/kern/uipc_syscalls.c
 cvs rdiff -u -r1.159 -r1.160 src/sys/nfs/nfs_syscalls.c
 cvs rdiff -u -r1.235 -r1.236 src/sys/nfs/nfs_vfsops.c
 cvs rdiff -u -r1.558 -r1.559 src/sys/sys/param.h
 cvs rdiff -u -r1.146 -r1.147 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