Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Apr 2020 12:57:03 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r360251 - head
Message-ID:  <202004241257.03OCv3eL057725@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevans
Date: Fri Apr 24 12:57:03 2020
New Revision: 360251
URL: https://svnweb.freebsd.org/changeset/base/360251

Log:
  UPDATING: Fix the date of the closefrom(2) entry
  
  Apologies; my internal calendar says it's still February, but that doesn't
  seem to match reality where we've apparently advanced two months.

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Fri Apr 24 12:54:35 2020	(r360250)
+++ head/UPDATING	Fri Apr 24 12:57:03 2020	(r360251)
@@ -26,7 +26,7 @@ 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".)
 
-20200224:
+20200424:
 	closefrom(2) has been moved under COMPAT12, and replaced in libc with a
 	stub that calls close_range(2).  If using a custom kernel configuration,
 	you may want to ensure that the COMPAT_FREEBSD12 option is included, as



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