Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2002 13:08:01 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 21085 for review
Message-ID:  <200211152108.gAFL81Mq091168@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=21085

Change 21085 by jhb@jhb_laptop on 2002/11/15 13:07:58

	Put back DP2 changes that I managed to save including a special
	note in the MOTD; using 5.0-DP2 in version, docs, and man pages;
	and turning off PSE and PG_G.

Affected files ...

.. //depot/releng/5_dp2/src/etc/motd#4 edit
.. //depot/releng/5_dp2/src/gnu/usr.bin/groff/tmac/mdoc.local#5 edit
.. //depot/releng/5_dp2/src/release/doc/share/sgml/release.ent#4 edit
.. //depot/releng/5_dp2/src/sys/conf/newvers.sh#4 edit
.. //depot/releng/5_dp2/src/sys/i386/conf/GENERIC#6 edit
.. //depot/releng/5_dp2/src/sys/i386/conf/OLDCARD#5 edit

Differences ...

==== //depot/releng/5_dp2/src/etc/motd#4 (text+ko) ====

@@ -22,3 +22,6 @@
 You may also use sysinstall(8) to re-enter the installation and
 configuration utility.  Edit /etc/motd to change this login announcement.
 
+** NOTE: This developer preview is not an officially supported release
+** of FreeBSD, and may contain serious bugs.  Please see the release
+** notes for more information about known issues.

==== //depot/releng/5_dp2/src/gnu/usr.bin/groff/tmac/mdoc.local#5 (text+ko) ====

@@ -51,7 +51,7 @@
 .ds doc-str-Lb-libvgl      Video Graphics Library (libvgl, \-lvgl)
 .
 .\" Default .Os value
-.ds doc-operating-system FreeBSD\~5.0
+.ds doc-operating-system FreeBSD\~5.0\~DP2
 .
 .ec
 .

==== //depot/releng/5_dp2/src/release/doc/share/sgml/release.ent#4 (text+ko) ====

@@ -6,7 +6,7 @@
 
 <!-- Version of the OS we're describing.  This needs to be updated
      with each new release. -->
-<!ENTITY release.current "5.0-CURRENT">
+<!ENTITY release.current "5.0-DP2">
 
 <!-- The previous version used for comparison in the "What's New"
      section.  For -CURRENT, we might point back to the last

==== //depot/releng/5_dp2/src/sys/conf/newvers.sh#4 (text+ko) ====

@@ -36,7 +36,7 @@
 
 TYPE="FreeBSD"
 REVISION="5.0"
-BRANCH="CURRENT"
+BRANCH="DP2"
 RELEASE="${REVISION}-${BRANCH}"
 VERSION="${TYPE} ${RELEASE}"
 

==== //depot/releng/5_dp2/src/sys/i386/conf/GENERIC#6 (text+ko) ====

@@ -65,6 +65,15 @@
 options 	WITNESS			#Enable checks to detect deadlocks and cycles
 options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
 
+#
+# DP2-specific Options:
+#
+# Disable certain VM optimizations as they currently cause memory corruption
+# on newer Pentium4 and Athlon systems.
+#
+options 	DISABLE_PSE
+options 	DISABLE_PG_G
+
 # To make an SMP kernel, the next two are needed
 #options 	SMP			# Symmetric MultiProcessor Kernel
 #options 	APIC_IO			# Symmetric (APIC) I/O

==== //depot/releng/5_dp2/src/sys/i386/conf/OLDCARD#5 (text+ko) ====

@@ -61,6 +61,15 @@
 options 	WITNESS			#Enable checks to detect deadlocks and cycles
 options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
 
+#
+# DP2-specific Options:
+#
+# Disable certain VM optimizations as they currently cause memory corruption
+# on newer Pentium4 and Athlon systems.
+#
+options 	DISABLE_PSE
+options 	DISABLE_PG_G
+
 # To make an SMP kernel, the next two are needed
 #options 	SMP			# Symmetric MultiProcessor Kernel
 #options 	APIC_IO			# Symmetric (APIC) I/O

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-releng" in the body of the message




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