Re: svn commit: r323778 - in head/sys: arm64/conf i386/conf powerpc/conf riscv/conf sparc64/conf

2017-09-19 Thread Nathan Whitehorn
Please remember that not all "GENERIC" kernels are named "GENERIC". In 
particular, the powerpc64 "GENERIC" is called "GENERIC64" (and I am 
assuming needs the same changes).

-Nathan

On 09/19/17 13:40, Josh Paetzel wrote:

Author: jpaetzel
Date: Tue Sep 19 20:40:05 2017
New Revision: 323778
URL: https://svnweb.freebsd.org/changeset/base/323778

Log:
   Fix indentation for r323068
   
   PR:	220170

   Reported by: lidl
   MFC after:   3 days
   Pointyhat to:jpaetzel

Modified:
   head/sys/arm64/conf/GENERIC
   head/sys/i386/conf/GENERIC
   head/sys/powerpc/conf/GENERIC
   head/sys/riscv/conf/GENERIC
   head/sys/sparc64/conf/GENERIC

Modified: head/sys/arm64/conf/GENERIC
==
--- head/sys/arm64/conf/GENERIC Tue Sep 19 20:33:22 2017(r323777)
+++ head/sys/arm64/conf/GENERIC Tue Sep 19 20:40:05 2017(r323778)
@@ -29,7 +29,7 @@ options   PREEMPTION  # Enable kernel thread 
preemption
  options   INET# InterNETworking
  options   INET6   # IPv6 communications protocols
  options   IPSEC   # IP (v4/v6) security
-optionsIPSEC_SUPPORT   # Allow kldload of ipsec and 
tcpmd5
+optionsIPSEC_SUPPORT   # Allow kldload of ipsec and tcpmd5
  options   TCP_HHOOK   # hhook(9) framework for TCP
  options   TCP_OFFLOAD # TCP offload
  options   SCTP# Stream Control Transmission Protocol

Modified: head/sys/i386/conf/GENERIC
==
--- head/sys/i386/conf/GENERIC  Tue Sep 19 20:33:22 2017(r323777)
+++ head/sys/i386/conf/GENERIC  Tue Sep 19 20:40:05 2017(r323778)
@@ -31,7 +31,7 @@ options   PREEMPTION  # Enable kernel thread 
preemption
  options   INET# InterNETworking
  options   INET6   # IPv6 communications protocols
  options   IPSEC   # IP (v4/v6) security
-optionsIPSEC_SUPPORT   # Allow kldload of ipsec and 
tcpmd5
+optionsIPSEC_SUPPORT   # Allow kldload of ipsec and tcpmd5
  options   TCP_HHOOK   # hhook(9) framework for TCP
  options   TCP_OFFLOAD # TCP offload
  options   SCTP# Stream Control Transmission Protocol

Modified: head/sys/powerpc/conf/GENERIC
==
--- head/sys/powerpc/conf/GENERIC   Tue Sep 19 20:33:22 2017
(r323777)
+++ head/sys/powerpc/conf/GENERIC   Tue Sep 19 20:40:05 2017
(r323778)
@@ -38,7 +38,7 @@ options   PREEMPTION  #Enable kernel thread 
preemption
  options   INET#InterNETworking
  options   INET6   #IPv6 communications protocols
  options   IPSEC   # IP (v4/v6) security
-optionsIPSEC_SUPPORT   # Allow kldload of ipsec and 
tcpmd5
+optionsIPSEC_SUPPORT   # Allow kldload of ipsec and tcpmd5
  options   TCP_HHOOK   # hhook(9) framework for TCP
  options   SCTP#Stream Control Transmission Protocol
  options   FFS #Berkeley Fast Filesystem

Modified: head/sys/riscv/conf/GENERIC
==
--- head/sys/riscv/conf/GENERIC Tue Sep 19 20:33:22 2017(r323777)
+++ head/sys/riscv/conf/GENERIC Tue Sep 19 20:40:05 2017(r323778)
@@ -34,7 +34,7 @@ options   INET# InterNETworking
  options   INET6   # IPv6 communications protocols
  options   TCP_HHOOK   # hhook(9) framework for TCP
  options   IPSEC   # IP (v4/v6) security
-optionsIPSEC_SUPPORT   # Allow kldload of ipsec and 
tcpmd5
+optionsIPSEC_SUPPORT   # Allow kldload of ipsec and tcpmd5
  options   TCP_OFFLOAD # TCP offload
  options   SCTP# Stream Control Transmission Protocol
  options   FFS # Berkeley Fast Filesystem

Modified: head/sys/sparc64/conf/GENERIC
==
--- head/sys/sparc64/conf/GENERIC   Tue Sep 19 20:33:22 2017
(r323777)
+++ head/sys/sparc64/conf/GENERIC   Tue Sep 19 20:40:05 2017
(r323778)
@@ -31,7 +31,7 @@ options   PREEMPTION  # Enable kernel thread 
preemption
  options   INET# InterNETworking
  options   INET6   # IPv6 communications protocols
  options   IPSEC   # IP (v4/v6) security
-optionsIPSEC_SUPPORT   # Allow kldload of ipsec and 
tcpmd5
+optionsIPSEC_SUPPOR

svn commit: r323778 - in head/sys: arm64/conf i386/conf powerpc/conf riscv/conf sparc64/conf

2017-09-19 Thread Josh Paetzel
Author: jpaetzel
Date: Tue Sep 19 20:40:05 2017
New Revision: 323778
URL: https://svnweb.freebsd.org/changeset/base/323778

Log:
  Fix indentation for r323068
  
  PR:   220170
  Reported by:  lidl
  MFC after:3 days
  Pointyhat to: jpaetzel

Modified:
  head/sys/arm64/conf/GENERIC
  head/sys/i386/conf/GENERIC
  head/sys/powerpc/conf/GENERIC
  head/sys/riscv/conf/GENERIC
  head/sys/sparc64/conf/GENERIC

Modified: head/sys/arm64/conf/GENERIC
==
--- head/sys/arm64/conf/GENERIC Tue Sep 19 20:33:22 2017(r323777)
+++ head/sys/arm64/conf/GENERIC Tue Sep 19 20:40:05 2017(r323778)
@@ -29,7 +29,7 @@ options   PREEMPTION  # Enable kernel thread 
preemption
 optionsINET# InterNETworking
 optionsINET6   # IPv6 communications protocols
 optionsIPSEC   # IP (v4/v6) security
-optionsIPSEC_SUPPORT   # Allow kldload of ipsec and 
tcpmd5
+optionsIPSEC_SUPPORT   # Allow kldload of ipsec and tcpmd5
 optionsTCP_HHOOK   # hhook(9) framework for TCP
 optionsTCP_OFFLOAD # TCP offload
 optionsSCTP# Stream Control Transmission Protocol

Modified: head/sys/i386/conf/GENERIC
==
--- head/sys/i386/conf/GENERIC  Tue Sep 19 20:33:22 2017(r323777)
+++ head/sys/i386/conf/GENERIC  Tue Sep 19 20:40:05 2017(r323778)
@@ -31,7 +31,7 @@ options   PREEMPTION  # Enable kernel thread 
preemption
 optionsINET# InterNETworking
 optionsINET6   # IPv6 communications protocols
 optionsIPSEC   # IP (v4/v6) security
-optionsIPSEC_SUPPORT   # Allow kldload of ipsec and 
tcpmd5
+optionsIPSEC_SUPPORT   # Allow kldload of ipsec and tcpmd5
 optionsTCP_HHOOK   # hhook(9) framework for TCP
 optionsTCP_OFFLOAD # TCP offload
 optionsSCTP# Stream Control Transmission Protocol

Modified: head/sys/powerpc/conf/GENERIC
==
--- head/sys/powerpc/conf/GENERIC   Tue Sep 19 20:33:22 2017
(r323777)
+++ head/sys/powerpc/conf/GENERIC   Tue Sep 19 20:40:05 2017
(r323778)
@@ -38,7 +38,7 @@ options   PREEMPTION  #Enable kernel thread 
preemption
 optionsINET#InterNETworking
 optionsINET6   #IPv6 communications protocols
 optionsIPSEC   # IP (v4/v6) security
-optionsIPSEC_SUPPORT   # Allow kldload of ipsec and 
tcpmd5
+optionsIPSEC_SUPPORT   # Allow kldload of ipsec and tcpmd5
 optionsTCP_HHOOK   # hhook(9) framework for TCP
 optionsSCTP#Stream Control Transmission Protocol
 optionsFFS #Berkeley Fast Filesystem

Modified: head/sys/riscv/conf/GENERIC
==
--- head/sys/riscv/conf/GENERIC Tue Sep 19 20:33:22 2017(r323777)
+++ head/sys/riscv/conf/GENERIC Tue Sep 19 20:40:05 2017(r323778)
@@ -34,7 +34,7 @@ options   INET# InterNETworking
 optionsINET6   # IPv6 communications protocols
 optionsTCP_HHOOK   # hhook(9) framework for TCP
 optionsIPSEC   # IP (v4/v6) security
-optionsIPSEC_SUPPORT   # Allow kldload of ipsec and 
tcpmd5
+optionsIPSEC_SUPPORT   # Allow kldload of ipsec and tcpmd5
 optionsTCP_OFFLOAD # TCP offload
 optionsSCTP# Stream Control Transmission Protocol
 optionsFFS # Berkeley Fast Filesystem

Modified: head/sys/sparc64/conf/GENERIC
==
--- head/sys/sparc64/conf/GENERIC   Tue Sep 19 20:33:22 2017
(r323777)
+++ head/sys/sparc64/conf/GENERIC   Tue Sep 19 20:40:05 2017
(r323778)
@@ -31,7 +31,7 @@ options   PREEMPTION  # Enable kernel thread 
preemption
 optionsINET# InterNETworking
 optionsINET6   # IPv6 communications protocols
 optionsIPSEC   # IP (v4/v6) security
-optionsIPSEC_SUPPORT   # Allow kldload of ipsec and 
tcpmd5
+optionsIPSEC_SUPPORT   # Allow kldload of ipsec and tcpmd5
 optionsTCP_HHOOK   # hhook(9) framework for TCP
 optionsSCTP# Stream Control Transmission Protocol
 optionsFFS # Be