Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Dec 2012 00:43:12 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r243927 - in projects/bpfjit/sys: amd64/conf i386/conf ia64/conf pc98/conf powerpc/conf
Message-ID:  <201212060043.qB60hCju020906@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Thu Dec  6 00:43:12 2012
New Revision: 243927
URL: http://svnweb.freebsd.org/changeset/base/243927

Log:
  Add BPFJIT to the GENERIC kernels on all supported platforms.

Modified:
  projects/bpfjit/sys/amd64/conf/GENERIC
  projects/bpfjit/sys/i386/conf/GENERIC
  projects/bpfjit/sys/ia64/conf/GENERIC
  projects/bpfjit/sys/pc98/conf/GENERIC
  projects/bpfjit/sys/powerpc/conf/GENERIC

Modified: projects/bpfjit/sys/amd64/conf/GENERIC
==============================================================================
--- projects/bpfjit/sys/amd64/conf/GENERIC	Thu Dec  6 00:38:50 2012	(r243926)
+++ projects/bpfjit/sys/amd64/conf/GENERIC	Thu Dec  6 00:43:12 2012	(r243927)
@@ -306,6 +306,7 @@ device		firmware	# firmware assist modul
 # Be aware of the administrative consequences of enabling this!
 # Note that 'bpf' is required for DHCP.
 device		bpf		# Berkeley packet filter
+options 	BPFJIT		# enable BPF just-in-time compiler
 
 # USB support
 options 	USB_DEBUG	# enable debug msgs

Modified: projects/bpfjit/sys/i386/conf/GENERIC
==============================================================================
--- projects/bpfjit/sys/i386/conf/GENERIC	Thu Dec  6 00:38:50 2012	(r243926)
+++ projects/bpfjit/sys/i386/conf/GENERIC	Thu Dec  6 00:43:12 2012	(r243927)
@@ -320,6 +320,7 @@ device		firmware	# firmware assist modul
 # Be aware of the administrative consequences of enabling this!
 # Note that 'bpf' is required for DHCP.
 device		bpf		# Berkeley packet filter
+options 	BPFJIT		# enable BPF just-in-time compiler
 
 # USB support
 options 	USB_DEBUG	# enable debug msgs

Modified: projects/bpfjit/sys/ia64/conf/GENERIC
==============================================================================
--- projects/bpfjit/sys/ia64/conf/GENERIC	Thu Dec  6 00:38:50 2012	(r243926)
+++ projects/bpfjit/sys/ia64/conf/GENERIC	Thu Dec  6 00:43:12 2012	(r243927)
@@ -212,3 +212,4 @@ device		firmware	# firmware assist modul
 # Be aware of the administrative consequences of enabling this!
 # Note that 'bpf' is required for DHCP.
 device		bpf		# Berkeley packet filter
+options 	BPFJIT		# enable BPF just-in-time compiler

Modified: projects/bpfjit/sys/pc98/conf/GENERIC
==============================================================================
--- projects/bpfjit/sys/pc98/conf/GENERIC	Thu Dec  6 00:38:50 2012	(r243926)
+++ projects/bpfjit/sys/pc98/conf/GENERIC	Thu Dec  6 00:43:12 2012	(r243927)
@@ -231,6 +231,7 @@ device		firmware	# firmware assist modul
 # Be aware of the administrative consequences of enabling this!
 # Note that 'bpf' is required for DHCP.
 device		bpf		# Berkeley packet filter
+options 	BPFJIT		# enable BPF just-in-time compiler
 
 # USB support
 #options 	USB_DEBUG	# enable debug msgs

Modified: projects/bpfjit/sys/powerpc/conf/GENERIC
==============================================================================
--- projects/bpfjit/sys/powerpc/conf/GENERIC	Thu Dec  6 00:38:50 2012	(r243926)
+++ projects/bpfjit/sys/powerpc/conf/GENERIC	Thu Dec  6 00:43:12 2012	(r243927)
@@ -157,6 +157,7 @@ device		firmware	# firmware assist modul
 # Be aware of the administrative consequences of enabling this!
 # Note that 'bpf' is required for DHCP.
 device		bpf		#Berkeley packet filter
+options 	BPFJIT		# enable BPF just-in-time compiler
 
 # USB support
 options 	USB_DEBUG	# enable debug msgs



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212060043.qB60hCju020906>