svn commit: r346178 - in stable/12: . sys/amd64/conf

Dimitry Andric dim at FreeBSD.org
Tue Sep 3 14:07:36 UTC 2019


Author: dim
Date: Sat Apr 13 08:50:41 2019
New Revision: 346178
URL: https://svnweb.freebsd.org/changeset/base/346178

Log:
  After r346168, put the actual commit dates into UPDATING and
  ObsoleteFiles.inc.  I completely forgot about those, sorry.
  
  This is a direct commit to stable/12.

Modified:
  stable/12/ObsoleteFiles.inc
  stable/12/UPDATING
  stable/12/sys/amd64/conf/GENERIC

Modified: stable/12/ObsoleteFiles.inc
==============================================================================
--- stable/12/ObsoleteFiles.inc	Sat Apr 13 06:30:45 2019	(r346177)
+++ stable/12/ObsoleteFiles.inc	Sat Apr 13 08:50:41 2019	(r346178)
@@ -38,9 +38,9 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
-# 2019mmdd: new libc++ import which bumps version from 7.0.1 to 8.0.0.
+# 20190412: new libc++ import which bumps version from 7.0.1 to 8.0.0.
 OLD_FILES+=usr/include/c++/v1/experimental/dynarray
-# 2019mmdd: new clang import which bumps version from 7.0.1 to 8.0.0.
+# 20190412: new clang import which bumps version from 7.0.1 to 8.0.0.
 OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/allocator_interface.h
 OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/asan_interface.h
 OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/common_interface_defs.h

Modified: stable/12/UPDATING
==============================================================================
--- stable/12/UPDATING	Sat Apr 13 06:30:45 2019	(r346177)
+++ stable/12/UPDATING	Sat Apr 13 08:50:41 2019	(r346178)
@@ -16,7 +16,7 @@ from older versions of FreeBSD, try WITHOUT_CLANG and 
 the tip of head, and then rebuild without this option. The bootstrap process
 from older version of current across the gcc/clang cutover is a bit fragile.
 
-2019mmdd:
+20190412:
 	Clang, llvm, lld, lldb, compiler-rt and libc++ have been upgraded to
 	8.0.0.  Please see the 20141231 entry below for information about
 	prerequisites and upgrading, if you are not already using clang 3.5.0

Modified: stable/12/sys/amd64/conf/GENERIC
==============================================================================
--- stable/12/sys/amd64/conf/GENERIC	Sat Apr 13 06:30:45 2019	(r346177)
+++ stable/12/sys/amd64/conf/GENERIC	Sat Apr 13 08:50:41 2019	(r346178)
@@ -192,6 +192,7 @@ device		splash			# Splash screen and screen saver supp
 # syscons is the default console driver, resembling an SCO console
 device		sc
 options 	SC_PIXEL_MODE		# add support for the raster text mode
+options 	SC_HISTORY_SIZE=2000	# number of history buffer lines
 
 # vt is the new video console driver
 device		vt




More information about the svn-src-all mailing list