summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-03-07 21:26:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-03-07 21:26:23 +0000
commit0ebfac198cbb5809315fbe9fc84e898f9d3a7dce (patch)
tree5d89778b805c0a968ccd362be06d848ca8f92090 /cpukit/ChangeLog
parentAdd PRs. (diff)
downloadrtems-0ebfac198cbb5809315fbe9fc84e898f9d3a7dce.tar.bz2
2006-03-07 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
PR 852/filesystem * libblock/src/bdbuf.c: Increase performance of MSDOS file accesses by using a simple read-ahead and write-combining scheme. Improvement is dramatic.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 9dc9345db8..189c4a1e54 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2006-03-07 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
+
+ PR 852/filesystem
+ * libblock/src/bdbuf.c: Increase performance of MSDOS file accesses by
+ using a simple read-ahead and write-combining scheme. Improvement is
+ dramatic.
+
2006-03-07 Till Strauman <strauman@slac.stanford.edu>
PR 886/filesystem