PERFORCE change 19551 for review

Robert Watson rwatson at freebsd.org
Fri Oct 18 17:16:24 GMT 2002


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

Change 19551 by rwatson at rwatson_tislabs on 2002/10/18 10:16:07

	I could have sworn I committed a fix to this already -- remove
	NO_GEOM from MAC.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/i386/conf/MAC#40 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/i386/conf/MAC#40 (text+ko) ====

@@ -30,7 +30,6 @@
 
 makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
 
-options		NO_GEOM
 options 	MAC
 options 	MAC_DEBUG
 options 	UFS_ACL
@@ -56,7 +55,7 @@
 options 	SYSVSHM			#SYSV-style shared memory
 options 	SYSVMSG			#SYSV-style message queues
 options 	SYSVSEM			#SYSV-style semaphores
-options 	_KPOSIX_PRIORITY_SCHEDULING
+options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
 options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
 options 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
 					# output.  Adds ~128k to driver.
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list