summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorGeorge V. Neville-Neil <gnn@FreeBSD.org>2016-08-18 10:54:39 +0000
committerGeorge V. Neville-Neil <gnn@FreeBSD.org>2016-08-18 10:54:39 +0000
commit3e7e23332f7cc9b42c8a03339b89e53de3f78610 (patch)
tree033b89d653fcd5b5bec9c885a3f2c6135df3c5b4 /UPDATING
parent5cba398b0c04ed6de6dcf4b5981f699329f93a4a (diff)
downloadsrc-test2-3e7e23332f7cc9b42c8a03339b89e53de3f78610.tar.gz
src-test2-3e7e23332f7cc9b42c8a03339b89e53de3f78610.zip
Remove the obsolete and unused openbsd_poll system call. (Phase 2)
Reported by: brooks Reviewed by: brooks, jhb Differential Revision: https://reviews.freebsd.org/D7548
Notes
Notes: svn path=/head/; revision=304402
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index ece8455ba638..cdea211db962 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20160818:
+ Remove the openbsd_poll system call.
+ __FreeBSD_version has been bumped because of this.
+
20160622:
The libc stub for the pipe(2) system call has been replaced with
a wrapper that calls the pipe2(2) system call and the pipe(2)