PERFORCE change 165553 for review

John Baldwin jhb at FreeBSD.org
Thu Jul 2 18:37:58 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=165553

Change 165553 by jhb at jhb_jhbbsd on 2009/07/02 18:37:00

	IFC @165551

Affected files ...

.. //depot/projects/smpng/sys/amd64/conf/GENERIC#81 integrate
.. //depot/projects/smpng/sys/i386/conf/GENERIC#112 integrate
.. //depot/projects/smpng/sys/ia64/conf/GENERIC#67 integrate
.. //depot/projects/smpng/sys/pc98/conf/GENERIC#85 integrate
.. //depot/projects/smpng/sys/powerpc/conf/GENERIC#61 integrate
.. //depot/projects/smpng/sys/sparc64/conf/GENERIC#97 integrate
.. //depot/projects/smpng/sys/sun4v/conf/GENERIC#18 integrate

Differences ...

==== //depot/projects/smpng/sys/amd64/conf/GENERIC#81 (text+ko) ====

@@ -16,7 +16,7 @@
 # If you are in doubt as to the purpose or necessity of a line, check first
 # in NOTES.
 #
-# $FreeBSD: src/sys/amd64/conf/GENERIC,v 1.529 2009/06/14 18:01:35 ed Exp $
+# $FreeBSD: src/sys/amd64/conf/GENERIC,v 1.530 2009/07/02 18:24:37 ed Exp $
 
 cpu		HAMMER
 ident		GENERIC
@@ -65,6 +65,7 @@
 options 	SYSVSHM			# SYSV-style shared memory
 options 	SYSVMSG			# SYSV-style message queues
 options 	SYSVSEM			# SYSV-style semaphores
+options 	P1003_1B_SEMAPHORES	# POSIX-style semaphores
 options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
 options 	PRINTF_BUFR_SIZE=128	# Prevent printf output being interspersed.
 options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev

==== //depot/projects/smpng/sys/i386/conf/GENERIC#112 (text+ko) ====

@@ -16,7 +16,7 @@
 # If you are in doubt as to the purpose or necessity of a line, check first
 # in NOTES.
 #
-# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.517 2009/06/14 18:01:35 ed Exp $
+# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.518 2009/07/02 18:24:37 ed Exp $
 
 cpu		I486_CPU
 cpu		I586_CPU
@@ -66,6 +66,7 @@
 options 	SYSVSHM			# SYSV-style shared memory
 options 	SYSVMSG			# SYSV-style message queues
 options 	SYSVSEM			# SYSV-style semaphores
+options 	P1003_1B_SEMAPHORES	# POSIX-style semaphores
 options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
 options 	PRINTF_BUFR_SIZE=128	# Prevent printf output being interspersed.
 options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev

==== //depot/projects/smpng/sys/ia64/conf/GENERIC#67 (text+ko) ====

@@ -18,7 +18,7 @@
 #
 # For hardware specific information check HARDWARE.TXT
 #
-# $FreeBSD: src/sys/ia64/conf/GENERIC,v 1.104 2009/06/02 18:31:08 rwatson Exp $
+# $FreeBSD: src/sys/ia64/conf/GENERIC,v 1.105 2009/07/02 18:24:37 ed Exp $
 
 cpu		ITANIUM
 ident		GENERIC
@@ -58,6 +58,7 @@
 options 	SYSVMSG		# SYSV-style message queues
 options 	SYSVSEM		# SYSV-style semaphores
 options 	SYSVSHM		# SYSV-style shared memory
+options 	P1003_1B_SEMAPHORES	# POSIX-style semaphores
 options 	UFS_ACL		# Support for access control lists
 options 	UFS_DIRHASH	# Hash-based directory lookup scheme
 options 	UFS_GJOURNAL	# Enable gjournal-based UFS journaling

==== //depot/projects/smpng/sys/pc98/conf/GENERIC#85 (text+ko) ====

@@ -16,7 +16,7 @@
 # If you are in doubt as to the purpose or necessity of a line, check first
 # in NOTES.
 #
-# $FreeBSD: src/sys/pc98/conf/GENERIC,v 1.320 2009/06/02 18:31:08 rwatson Exp $
+# $FreeBSD: src/sys/pc98/conf/GENERIC,v 1.321 2009/07/02 18:24:37 ed Exp $
 
 cpu		I486_CPU
 cpu		I586_CPU
@@ -69,6 +69,7 @@
 #options 	SYSVSHM			# SYSV-style shared memory
 #options 	SYSVMSG			# SYSV-style message queues
 #options 	SYSVSEM			# SYSV-style semaphores
+options 	P1003_1B_SEMAPHORES	# POSIX-style semaphores
 options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
 options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
 options 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)

==== //depot/projects/smpng/sys/powerpc/conf/GENERIC#61 (text+ko) ====

@@ -16,7 +16,7 @@
 # If you are in doubt as to the purpose or necessity of a line, check first 
 # in NOTES.
 #
-# $FreeBSD: src/sys/powerpc/conf/GENERIC,v 1.93 2009/06/23 04:28:32 nwhitehorn Exp $
+# $FreeBSD: src/sys/powerpc/conf/GENERIC,v 1.94 2009/07/02 18:24:37 ed Exp $
 
 cpu		AIM
 ident		GENERIC
@@ -61,6 +61,7 @@
 options 	SYSVSHM			#SYSV-style shared memory
 options 	SYSVMSG			#SYSV-style message queues
 options 	SYSVSEM			#SYSV-style semaphores
+options 	P1003_1B_SEMAPHORES	# POSIX-style semaphores
 options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
 options 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
 options 	AUDIT			# Security event auditing

==== //depot/projects/smpng/sys/sparc64/conf/GENERIC#97 (text+ko) ====

@@ -16,7 +16,7 @@
 # If you are in doubt as to the purpose or necessity of a line, check first
 # in NOTES.
 #
-# $FreeBSD: src/sys/sparc64/conf/GENERIC,v 1.156 2009/06/24 20:49:02 marius Exp $
+# $FreeBSD: src/sys/sparc64/conf/GENERIC,v 1.157 2009/07/02 18:24:37 ed Exp $
 
 cpu		SUN4U
 ident		GENERIC
@@ -66,6 +66,7 @@
 options 	SYSVSHM			# SYSV-style shared memory
 options 	SYSVMSG			# SYSV-style message queues
 options 	SYSVSEM			# SYSV-style semaphores
+options 	P1003_1B_SEMAPHORES	# POSIX-style semaphores
 options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
 options 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
 options 	AUDIT			# Security event auditing

==== //depot/projects/smpng/sys/sun4v/conf/GENERIC#18 (text+ko) ====

@@ -18,7 +18,7 @@
 #
 # For hardware specific information check HARDWARE.TXT
 #
-# $FreeBSD: src/sys/sun4v/conf/GENERIC,v 1.29 2009/06/25 19:26:23 ed Exp $
+# $FreeBSD: src/sys/sun4v/conf/GENERIC,v 1.30 2009/07/02 18:24:37 ed Exp $
 
 cpu		SUN4V
 ident		GENERIC
@@ -58,6 +58,7 @@
 options 	SYSVSHM			# SYSV-style shared memory
 options 	SYSVMSG			# SYSV-style message queues
 options 	SYSVSEM			# SYSV-style semaphores
+options 	P1003_1B_SEMAPHORES	# POSIX-style semaphores
 options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
 options 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
 					# output.  Adds ~128k to driver.


More information about the p4-projects mailing list