summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2017-06-17 01:09:18 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2017-06-17 01:09:18 +0000
commit9a96ba16791381410d7e67b97691459f0158670f (patch)
tree9e894e954a04c17aa1cacaa62f08e936776cee3d /UPDATING
parent3b115db08122bd13fc73240171ce7aa59612ae76 (diff)
downloadsrc-test2-9a96ba16791381410d7e67b97691459f0158670f.tar.gz
src-test2-9a96ba16791381410d7e67b97691459f0158670f.zip
Add UPDATING note about kevent(2) ABI change.
Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=320046
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 7965615f8d6c..5d439d8642e4 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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