aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2008-04-08 17:55:26 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2008-04-08 17:55:26 +0000
commitff0af72c39e50cccab823ac749b88023d1c1ee36 (patch)
treeda9835390a68539c2f7d1d9e7e9991898cff6a76 /UPDATING
parent00c71fb7c3dcf0f04c5c5c30187857dda354be4c (diff)
downloadsrc-ff0af72c39e50cccab823ac749b88023d1c1ee36.tar.gz
src-ff0af72c39e50cccab823ac749b88023d1c1ee36.zip
- Add write(2) support for psm(4) in native operation level. Now arbitrary
commands can be written to /dev/psm%d and status can be read back from it. - Reflect the change in psm(4) and bump version for ports. MFC after: 1 week
Notes
Notes: svn path=/head/; revision=178017
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index dd68913d0e19..173d73e09c10 100644
--- a/UPDATING
+++ b/UPDATING
@@ -22,6 +22,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW:
to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
+20080408:
+ psm(4) has gained write(2) support in native operation level.
+ Arbitrary commands can be written to /dev/psm%d and status can
+ be read back from it. Therefore, an application is responsible
+ for status validation and error recovery. It is a no-op in
+ other operation levels.
+
20080312:
Support for KSE threading has been removed from the kernel. To
run legacy applications linked against KSE libmap.conf may