[PC-BSD Commits] r4238 - pcbsd/trunk/system-overlay/usr/PCBSD/conf
svn at pcbsd.org
svn at pcbsd.org
Wed Jul 15 06:52:56 PDT 2009
Author: kris
Date: 2009-07-15 06:52:56 -0700 (Wed, 15 Jul 2009)
New Revision: 4238
Modified:
pcbsd/trunk/system-overlay/usr/PCBSD/conf/PCBSD.amd64
pcbsd/trunk/system-overlay/usr/PCBSD/conf/PCBSD.i386
Log:
Updated our default kernel configs for 8.0 to closer match GENERIC
Modified: pcbsd/trunk/system-overlay/usr/PCBSD/conf/PCBSD.amd64
===================================================================
--- pcbsd/trunk/system-overlay/usr/PCBSD/conf/PCBSD.amd64 2009-07-15 13:48:13 UTC (rev 4237)
+++ pcbsd/trunk/system-overlay/usr/PCBSD/conf/PCBSD.amd64 2009-07-15 13:52:56 UTC (rev 4238)
@@ -68,15 +68,15 @@
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
options STOP_NMI # Stop CPUS using NMI instead of IPI
options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
options AUDIT # Security event auditing
options MAC # TrustedBSD MAC Framework
options FLOWTABLE # per-cpu routing cache
-#options KDTRACE_FRAME # Ensure frames are compiled in
-#options KDTRACE_HOOKS # Kernel DTrace hooks
options LIBICONV
options LIBMCHAIN
Modified: pcbsd/trunk/system-overlay/usr/PCBSD/conf/PCBSD.i386
===================================================================
--- pcbsd/trunk/system-overlay/usr/PCBSD/conf/PCBSD.i386 2009-07-15 13:48:13 UTC (rev 4237)
+++ pcbsd/trunk/system-overlay/usr/PCBSD/conf/PCBSD.i386 2009-07-15 13:52:56 UTC (rev 4238)
@@ -51,15 +51,6 @@
options NFS_ROOT # NFS usable as /, requires NFSCLIENT
options MSDOSFS # MSDOS Filesystem
options CD9660 # ISO 9660 Filesystem
-options LIBICONV
-options LIBMCHAIN
-options CD9660_ICONV
-options MSDOSFS_ICONV
-options NTFS
-options NTFS_ICONV
-options UDF
-options UDF_ICONV
-options PROCFS # Process filesystem (requires PSEUDOFS)
options PSEUDOFS # Pseudo-filesystem framework
options GEOM_PART_GPT # GUID Partition Tables.
options GEOM_LABEL # Provides labelization
@@ -75,7 +66,9 @@
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
options STOP_NMI # Stop CPUS using NMI instead of IPI
options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
@@ -83,6 +76,16 @@
options MAC # TrustedBSD MAC Framework
options FLOWTABLE # per-cpu routing cache
+options LIBICONV
+options LIBMCHAIN
+options CD9660_ICONV
+options MSDOSFS_ICONV
+options NTFS
+options NTFS_ICONV
+options UDF
+options UDF_ICONV
+options PROCFS # Process filesystem (requires PSEUDOFS)
+
# To make an SMP kernel, the next two lines are needed
options SMP # Symmetric MultiProcessor Kernel
device apic # I/O APIC
More information about the Commits
mailing list