Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Add commented out bpfjit options to mips kernels.
details: https://anonhg.NetBSD.org/src/rev/f7d2125dd822
branches: trunk
changeset: 330748:f7d2125dd822
user: alnsn <alnsn%NetBSD.org@localhost>
date: Sun Jul 20 10:06:10 2014 +0000
description:
Add commented out bpfjit options to mips kernels.
While here, add 2 missing RCS ids.
diffstat:
sys/arch/algor/conf/P4032 | 8 ++++++--
sys/arch/algor/conf/P5064 | 8 ++++++--
sys/arch/algor/conf/P6032 | 8 ++++++--
sys/arch/arc/conf/ARCTIC | 6 +++++-
sys/arch/arc/conf/GENERIC | 8 ++++++--
sys/arch/arc/conf/M403 | 6 +++++-
sys/arch/arc/conf/MIMORI | 6 +++++-
sys/arch/arc/conf/PICA | 6 +++++-
sys/arch/arc/conf/RPC44 | 8 ++++++--
sys/arch/cobalt/conf/GENERIC | 8 ++++++--
sys/arch/cobalt/conf/INSTALL | 8 ++++++--
sys/arch/evbmips/conf/ADM5120 | 8 ++++++--
sys/arch/evbmips/conf/ADM5120-NB | 8 ++++++--
sys/arch/evbmips/conf/ADM5120-USB | 8 ++++++--
sys/arch/evbmips/conf/ALCHEMY | 8 ++++++--
sys/arch/evbmips/conf/AP30 | 8 ++++++--
sys/arch/evbmips/conf/CPMBR1400 | 6 ++++++
sys/arch/evbmips/conf/DB120 | 8 ++++++--
sys/arch/evbmips/conf/GDIUM | 8 ++++++--
sys/arch/evbmips/conf/LOONGSON | 8 ++++++--
sys/arch/evbmips/conf/MALTA | 8 ++++++--
sys/arch/evbmips/conf/MERAKI | 8 ++++++--
sys/arch/evbmips/conf/RB153 | 8 ++++++--
sys/arch/evbmips/conf/RB433UAH | 8 ++++++--
sys/arch/evbmips/conf/WGT624V3 | 8 ++++++--
sys/arch/evbmips/conf/XLSATX | 8 ++++++--
sys/arch/evbmips/conf/ZYXELKX | 6 ++++++
sys/arch/ews4800mips/conf/GENERIC | 8 ++++++--
sys/arch/hpcmips/conf/GENERIC | 8 ++++++--
sys/arch/hpcmips/conf/LCARD | 6 +++++-
sys/arch/hpcmips/conf/LROUTER | 6 +++++-
sys/arch/hpcmips/conf/MPC303 | 8 ++++++--
sys/arch/hpcmips/conf/TX3912 | 7 +++++--
sys/arch/hpcmips/conf/TX3922 | 6 +++++-
sys/arch/hpcmips/conf/VR41XX | 8 ++++++--
sys/arch/newsmips/conf/DEJIKO | 6 +++++-
sys/arch/newsmips/conf/GENERIC | 8 ++++++--
sys/arch/newsmips/conf/WAPIKO | 6 +++++-
sys/arch/pmax/conf/GENERIC | 8 ++++++--
sys/arch/pmax/conf/GENERIC64 | 8 ++++++--
sys/arch/pmax/conf/INSTALL | 6 +++++-
sys/arch/pmax/conf/INSTALL64 | 6 +++++-
sys/arch/sbmips/conf/GENERIC | 8 ++++++--
sys/arch/sgimips/conf/GENERIC32_IP12 | 8 ++++++--
sys/arch/sgimips/conf/GENERIC32_IP2x | 8 ++++++--
sys/arch/sgimips/conf/GENERIC32_IP3x | 8 ++++++--
46 files changed, 264 insertions(+), 77 deletions(-)
diffs (truncated from 1199 to 300 lines):
diff -r 773665f523f3 -r f7d2125dd822 sys/arch/algor/conf/P4032
--- a/sys/arch/algor/conf/P4032 Sun Jul 20 00:48:51 2014 +0000
+++ b/sys/arch/algor/conf/P4032 Sun Jul 20 10:06:10 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: P4032,v 1.69 2013/06/05 23:07:59 christos Exp $
+# $NetBSD: P4032,v 1.70 2014/07/20 10:06:10 alnsn Exp $
#
# Algorithmics P-4032 kernel.
#
@@ -7,7 +7,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "P4032-$Revision: 1.69 $"
+#ident "P4032-$Revision: 1.70 $"
maxusers 32
@@ -56,6 +56,10 @@
options IPSEC # IP security
#options IPSEC_DEBUG # debug for IP security
+# JIT compiler for bpfilter
+#options SLJIT
+#options BPFJIT
+
# 4.3BSD compatibility. Should be optional, but necessary for now.
options COMPAT_43
diff -r 773665f523f3 -r f7d2125dd822 sys/arch/algor/conf/P5064
--- a/sys/arch/algor/conf/P5064 Sun Jul 20 00:48:51 2014 +0000
+++ b/sys/arch/algor/conf/P5064 Sun Jul 20 10:06:10 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: P5064,v 1.79 2013/06/05 23:07:59 christos Exp $
+# $NetBSD: P5064,v 1.80 2014/07/20 10:06:10 alnsn Exp $
#
# Algorithmics P-5064 kernel.
#
@@ -7,7 +7,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "P5064-$Revision: 1.79 $"
+#ident "P5064-$Revision: 1.80 $"
maxusers 32
@@ -51,6 +51,10 @@
options IPSEC # IP security
#options IPSEC_DEBUG # debug for IP security
+# JIT compiler for bpfilter
+#options SLJIT
+#options BPFJIT
+
# 4.3BSD compatibility. Should be optional, but necessary for now.
options COMPAT_43
diff -r 773665f523f3 -r f7d2125dd822 sys/arch/algor/conf/P6032
--- a/sys/arch/algor/conf/P6032 Sun Jul 20 00:48:51 2014 +0000
+++ b/sys/arch/algor/conf/P6032 Sun Jul 20 10:06:10 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: P6032,v 1.70 2013/06/05 23:07:59 christos Exp $
+# $NetBSD: P6032,v 1.71 2014/07/20 10:06:10 alnsn Exp $
#
# Algorithmics P-6032 kernel.
#
@@ -7,7 +7,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "P6032-$Revision: 1.70 $"
+#ident "P6032-$Revision: 1.71 $"
maxusers 32
@@ -51,6 +51,10 @@
options IPSEC # IP security
#options IPSEC_DEBUG # debug for IP security
+# JIT compiler for bpfilter
+#options SLJIT
+#options BPFJIT
+
# 4.3BSD compatibility. Should be optional, but necessary for now.
options COMPAT_43
diff -r 773665f523f3 -r f7d2125dd822 sys/arch/arc/conf/ARCTIC
--- a/sys/arch/arc/conf/ARCTIC Sun Jul 20 00:48:51 2014 +0000
+++ b/sys/arch/arc/conf/ARCTIC Sun Jul 20 10:06:10 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ARCTIC,v 1.65 2013/06/30 21:38:55 rmind Exp $
+# $NetBSD: ARCTIC,v 1.66 2014/07/20 10:06:10 alnsn Exp $
# $OpenBSD: ARCTIC,v 1.12 1999/08/29 12:14:03 niklas Exp $
#
# configuration file for DeskStation
@@ -110,6 +110,10 @@
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
+# JIT compiler for bpfilter
+#options SLJIT
+#options BPFJIT
+
# These options enable verbose messages for several subsystems.
# Warning, these may compile large string tables into the kernel!
#options EISAVERBOSE # verbose EISA device autoconfig messages
diff -r 773665f523f3 -r f7d2125dd822 sys/arch/arc/conf/GENERIC
--- a/sys/arch/arc/conf/GENERIC Sun Jul 20 00:48:51 2014 +0000
+++ b/sys/arch/arc/conf/GENERIC Sun Jul 20 10:06:10 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.179 2013/06/30 21:38:55 rmind Exp $
+# $NetBSD: GENERIC,v 1.180 2014/07/20 10:06:10 alnsn Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.179 $"
+#ident "GENERIC-$Revision: 1.180 $"
maxusers 32 # estimated number of users
@@ -159,6 +159,10 @@
#options ALTQ_RIO # RED with IN/OUT
#options ALTQ_WFQ # Weighted Fair Queueing
+# JIT compiler for bpfilter
+#options SLJIT
+#options BPFJIT
+
# These options enable verbose messages for several subsystems.
# Warning, these may compile large string tables into the kernel!
#options EISAVERBOSE # verbose EISA device autoconfig messages
diff -r 773665f523f3 -r f7d2125dd822 sys/arch/arc/conf/M403
--- a/sys/arch/arc/conf/M403 Sun Jul 20 00:48:51 2014 +0000
+++ b/sys/arch/arc/conf/M403 Sun Jul 20 10:06:10 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: M403,v 1.61 2013/06/30 21:38:55 rmind Exp $
+# $NetBSD: M403,v 1.62 2014/07/20 10:06:10 alnsn Exp $
#
# configuration file for MIPS Magnum 4000 system
#
@@ -101,6 +101,10 @@
options IPFILTER_LOOKUP # ippool(8) support
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
+# JIT compiler for bpfilter
+#options SLJIT
+#options BPFJIT
+
# These options enable verbose messages for several subsystems.
# Warning, these may compile large string tables into the kernel!
#options EISAVERBOSE # verbose EISA device autoconfig messages
diff -r 773665f523f3 -r f7d2125dd822 sys/arch/arc/conf/MIMORI
--- a/sys/arch/arc/conf/MIMORI Sun Jul 20 00:48:51 2014 +0000
+++ b/sys/arch/arc/conf/MIMORI Sun Jul 20 10:06:10 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MIMORI,v 1.66 2013/06/30 21:38:55 rmind Exp $
+# $NetBSD: MIMORI,v 1.67 2014/07/20 10:06:10 alnsn Exp $
# NetBSD: GENERIC,v 1.31 2000/06/09 05:33:02 soda Exp
#
# MIMORI -- My NEC RISCstation 2250 (ur)
@@ -105,6 +105,10 @@
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
+# JIT compiler for bpfilter
+#options SLJIT
+#options BPFJIT
+
# These options enable verbose messages for several subsystems.
# Warning, these may compile large string tables into the kernel!
options EISAVERBOSE # verbose EISA device autoconfig messages
diff -r 773665f523f3 -r f7d2125dd822 sys/arch/arc/conf/PICA
--- a/sys/arch/arc/conf/PICA Sun Jul 20 00:48:51 2014 +0000
+++ b/sys/arch/arc/conf/PICA Sun Jul 20 10:06:10 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: PICA,v 1.78 2013/06/30 21:38:55 rmind Exp $
+# $NetBSD: PICA,v 1.79 2014/07/20 10:06:10 alnsn Exp $
#
# configuration file for ACER PICA system
#
@@ -104,6 +104,10 @@
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
+# JIT compiler for bpfilter
+#options SLJIT
+#options BPFJIT
+
# These options enable verbose messages for several subsystems.
# Warning, these may compile large string tables into the kernel!
#options EISAVERBOSE # verbose EISA device autoconfig messages
diff -r 773665f523f3 -r f7d2125dd822 sys/arch/arc/conf/RPC44
--- a/sys/arch/arc/conf/RPC44 Sun Jul 20 00:48:51 2014 +0000
+++ b/sys/arch/arc/conf/RPC44 Sun Jul 20 10:06:10 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: RPC44,v 1.48 2013/06/30 21:38:55 rmind Exp $
+# $NetBSD: RPC44,v 1.49 2014/07/20 10:06:10 alnsn Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.48 $"
+#ident "GENERIC-$Revision: 1.49 $"
maxusers 32 # estimated number of users
@@ -130,6 +130,10 @@
##options IPFILTER_DEFAULT_BLOCK # block all packets by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
+# JIT compiler for bpfilter
+#options SLJIT
+#options BPFJIT
+
# These options enable verbose messages for several subsystems.
# Warning, these may compile large string tables into the kernel!
options EISAVERBOSE # verbose EISA device autoconfig messages
diff -r 773665f523f3 -r f7d2125dd822 sys/arch/cobalt/conf/GENERIC
--- a/sys/arch/cobalt/conf/GENERIC Sun Jul 20 00:48:51 2014 +0000
+++ b/sys/arch/cobalt/conf/GENERIC Sun Jul 20 10:06:10 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.142 2013/06/30 21:38:56 rmind Exp $
+# $NetBSD: GENERIC,v 1.143 2014/07/20 10:06:10 alnsn Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.142 $"
+#ident "GENERIC-$Revision: 1.143 $"
maxusers 32
@@ -133,6 +133,10 @@
#options ALTQ_RIO # RED with IN/OUT
#options ALTQ_WFQ # Weighted Fair Queueing
+# JIT compiler for bpfilter
+#options SLJIT
+#options BPFJIT
+
# These options enable verbose messages for several subsystems.
# Warning, these may compile large string tables into the kernel!
options PCIVERBOSE # verbose PCI device autoconfig messages
diff -r 773665f523f3 -r f7d2125dd822 sys/arch/cobalt/conf/INSTALL
--- a/sys/arch/cobalt/conf/INSTALL Sun Jul 20 00:48:51 2014 +0000
+++ b/sys/arch/cobalt/conf/INSTALL Sun Jul 20 10:06:10 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.55 2013/06/30 21:38:56 rmind Exp $
+# $NetBSD: INSTALL,v 1.56 2014/07/20 10:06:10 alnsn Exp $
#
# INSTALL -- installation and rescue kernel.
#
@@ -10,7 +10,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "INSTALL-$Revision: 1.55 $"
+#ident "INSTALL-$Revision: 1.56 $"
makeoptions COPTS="-Os -mmemcpy"
makeoptions CPUFLAGS="-march=vr5000 -mabi=32"
@@ -120,6 +120,10 @@
#options ALTQ_RIO # RED with IN/OUT
#options ALTQ_WFQ # Weighted Fair Queueing
+# JIT compiler for bpfilter
+#options SLJIT
+#options BPFJIT
+
# These options enable verbose messages for several subsystems.
# Warning, these may compile large string tables into the kernel!
#options PCIVERBOSE # verbose PCI device autoconfig messages
diff -r 773665f523f3 -r f7d2125dd822 sys/arch/evbmips/conf/ADM5120
--- a/sys/arch/evbmips/conf/ADM5120 Sun Jul 20 00:48:51 2014 +0000
+++ b/sys/arch/evbmips/conf/ADM5120 Sun Jul 20 10:06:10 2014 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: ADM5120,v 1.17 2013/06/30 21:38:56 rmind Exp $
+# $NetBSD: ADM5120,v 1.18 2014/07/20 10:06:11 alnsn Exp $
#
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
# DBAu1000 and DBAu1500 evaluation boards.
include "arch/evbmips/conf/std.adm5120"
-#ident "GENERIC-$Revision: 1.17 $"
+#ident "GENERIC-$Revision: 1.18 $"
maxusers 32
Home |
Main Index |
Thread Index |
Old Index