aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2011-08-15 07:30:48 +0000
committerRobert Watson <rwatson@FreeBSD.org>2011-08-15 07:30:48 +0000
commit74d0c46ddeff2be86d5875fac28e6530447aed33 (patch)
tree10198dcb30c22b9f8e600f9cbd2b270580dc177c /UPDATING
parentb10f2dc8896a3dce5236060f7459ca63fa9c20cd (diff)
downloadsrc-74d0c46ddeff2be86d5875fac28e6530447aed33.tar.gz
src-74d0c46ddeff2be86d5875fac28e6530447aed33.zip
Bump __FreeBSD_version to reflect the availability of capabilities, but
also capability-related changes to fget(9). This is likely not part of a formal KPI, but the nvidia driver (at least) uses it. Mention /dev/{stdin,stdout,stderr} breakage that appears in certain kernel revisions as best avoided! Approved by: re (xxx)
Notes
Notes: svn path=/head/; revision=224875
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 7df65a3304a5..8488eb5f18f1 100644
--- a/UPDATING
+++ b/UPDATING
@@ -22,6 +22,16 @@ 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.)
+20110815:
+ During the merge of Capsicum features, the fget(9) KPI was modified.
+ This may require the rebuilding of out-of-tree device drivers --
+ issues have been reported specifically with the nVidia device driver.
+ __FreeBSD_version is bumped to 900041.
+
+ Also, there is a period between 20110811 and 20110814 where the
+ special devices /dev/{stdin,stdout,stderr} did not work correctly.
+ Building world from a kernel during that window may not work.
+
20110628:
The packet filter (pf) code has been updated to OpenBSD 4.5.
You need to update userland tools to be in sync with kernel.