NetBSD-Bugs archive

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

PR/52795 CVS commit: [netbsd-8] src



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

From: "Soren Jacobsen" <snj%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52795 CVS commit: [netbsd-8] src
Date: Thu, 21 Dec 2017 19:14:42 +0000

 Module Name:	src
 Committed By:	snj
 Date:		Thu Dec 21 19:14:42 UTC 2017
 
 Modified Files:
 	src/distrib/sets/lists/modules [netbsd-8]: mi
 	src/sys/modules [netbsd-8]: Makefile
 	src/sys/modules/if_gif [netbsd-8]: Makefile
 	src/sys/net [netbsd-8]: if_gif.c
 	src/sys/netinet [netbsd-8]: ip_ecn.c
 Added Files:
 	src/sys/modules/ip_ecn [netbsd-8]: Makefile
 
 Log Message:
 Pull up following revision(s) (requested by pgoyette in ticket #436):
 	distrib/sets/lists/modules/mi: revision 1.112
 	sys/modules/Makefile: revision 1.196
 	sys/modules/ip_ecn/Makefile: revision 1.1
 	sys/modules/if_gif/Makefile: revision 1.3
 	sys/net/if_gif.c: revision 1.136
 	sys/netinet/ip_ecn.c: revision 1.17
 Split ip_ecn code into its own module, so it can be shared between
 gif(4), stf(4), and ipsec(4).  Without this, loading the if_gif
 module can result in redefined global symbols if either ipsec(4) or
 stf(4) but not gif(4) is built into the kernel.
 Fixes PR kern/52795 (as reported by martin@ via irc).
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.110 -r1.110.2.1 src/distrib/sets/lists/modules/mi
 cvs rdiff -u -r1.192 -r1.192.2.1 src/sys/modules/Makefile
 cvs rdiff -u -r1.2 -r1.2.12.1 src/sys/modules/if_gif/Makefile
 cvs rdiff -u -r0 -r1.1.2.2 src/sys/modules/ip_ecn/Makefile
 cvs rdiff -u -r1.126.2.4 -r1.126.2.5 src/sys/net/if_gif.c
 cvs rdiff -u -r1.16 -r1.16.10.1 src/sys/netinet/ip_ecn.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