svn commit: r342259 - head

Warner Losh imp at FreeBSD.org
Wed Dec 19 22:56:33 UTC 2018


Author: imp
Date: Wed Dec 19 22:56:31 2018
New Revision: 342259
URL: https://svnweb.freebsd.org/changeset/base/342259

Log:
  Fix the date
  
  The first part of the mips pruning has been commited. This part
  is uncontested. Fix the date in the UPDATING file to reflect when
  I made the commit. The contested parts will be committed (or not)
  once those discussions complete.

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Wed Dec 19 22:54:34 2018	(r342258)
+++ head/UPDATING	Wed Dec 19 22:56:31 2018	(r342259)
@@ -31,16 +31,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
 	disable the most expensive debugging functionality run
 	"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
 
-20181215:
+20181219:
 	The XLP config has been removed. We can't support 64-bit atomics in this
 	kernel because it is running in 32-bit mode. XLP users must transition
 	to running a 64-bit kernel (XLP64 or XLPN32).
 
-20181215:
 	The mips GXEMUL support has been removed from FreeBSD. MALTA* + qemu is
 	the preferred emulator today and we don't need two different ones.
 
-20181215:
 	The old sibyte / swarm / Broadcom BCM1250 support has been
 	removed from the mips port.
 


More information about the svn-src-all mailing list