summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authormdf <mdf@FreeBSD.org>2011-02-08 00:36:46 +0000
committermdf <mdf@FreeBSD.org>2011-02-08 00:36:46 +0000
commitd78b15750703e8d8d71305f1941184c76f370b76 (patch)
treefc69114a941d3b1fe41d7b01a6de3fe7ad156fb4 /UPDATING
parent33ee365b5548dd6130fd6a2707e2169369e1fab6 (diff)
downloadFreeBSD-src-d78b15750703e8d8d71305f1941184c76f370b76.zip
FreeBSD-src-d78b15750703e8d8d71305f1941184c76f370b76.tar.gz
Remove the uio_yield prototype and symbol. This function has been
misnamed since it was introduced and should not be globally exposed with this name. The equivalent functionality is now available using kern_yield(curthread->td_user_pri). The function remains undocumented. Bump __FreeBSD_version.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 6fecce5..bbbb2eb 100644
--- a/UPDATING
+++ b/UPDATING
@@ -22,6 +22,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9.x IS SLOW:
machines to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
+20110207:
+ Remove the uio_yield prototype and symbol. This function has
+ been misnamed since it was introduced and should not be
+ globally exposed with this name. The equivalent functionality
+ is now available using kern_yield(curthread->td_user_pri).
+ The function remains undocumented.
+
20110112:
A SYSCTL_[ADD_]UQUAD was added for unsigned uint64_t pointers,
symmetric with the existing SYSCTL_[ADD_]QUAD. Type checking
OpenPOWER on IntegriCloud