NetBSD-Bugs archive

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

PR/53259 CVS commit: [netbsd-8] src/sys/compat



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53259 CVS commit: [netbsd-8] src/sys/compat
Date: Sat, 12 May 2018 10:29:08 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Sat May 12 10:29:08 UTC 2018
 
 Modified Files:
 	src/sys/compat/linux/common [netbsd-8]: linux_socket.c
 	src/sys/compat/linux32/common [netbsd-8]: linux32_socket.c
 
 Log Message:
 Pull up following revision(s) (requested by ozaki-r in ticket #818):
 
 	sys/compat/linux/common/linux_socket.c: revision 1.142
 	sys/compat/linux32/common/linux32_socket.c: revision 1.29
 
 Fix pserialize enter/exit pairs in linux_getifconf and linux32_getifconf
 
 Tested by using a small linux program that uses ioctl(SIOCGIFCONF).
 Probably fix PR kern/53259 as well.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.138.6.1 -r1.138.6.2 \
     src/sys/compat/linux/common/linux_socket.c
 cvs rdiff -u -r1.27.6.1 -r1.27.6.2 \
     src/sys/compat/linux32/common/linux32_socket.c
 
 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