Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jun 2017 01:09:19 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r320046 - head
Message-ID:  <201706170109.v5H19JXP061645@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Sat Jun 17 01:09:18 2017
New Revision: 320046
URL: https://svnweb.freebsd.org/changeset/base/320046

Log:
  Add UPDATING note about kevent(2) ABI change.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Sat Jun 17 01:06:48 2017	(r320045)
+++ head/UPDATING	Sat Jun 17 01:09:18 2017	(r320046)
@@ -51,6 +51,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
 
 ****************************** SPECIAL WARNING: ******************************
 
+20170617:
+	The ABI of struct event was changed by extending the data
+	member to 64bit and adding ext fields.  For upgrade, same
+	precautions as for the entry 20170523 "ino64" must be
+	followed.
+
 20170524:
 	The ath(4) and ath_hal(4) modules now build piecemeal to allow for
 	smaller runtime footprint builds.  This is useful for embedded systems



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