summaryrefslogtreecommitdiffstats
path: root/c/src/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-20 22:19:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-20 22:19:38 +0000
commit5129b24c4e34e43c69d1c229cf2f91ccfffee1ba (patch)
tree46247a7550e54c91a0117da20d9e6346c6828a0f /c/src/ChangeLog
parent2007-06-20 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-5129b24c4e34e43c69d1c229cf2f91ccfffee1ba.tar.bz2
2007-06-20 Ray Xu <rayx@gmail.com>
* optman/Makefile.am, optman/preinstall.am: Add stubs for file system, console, and libio. This shrinks the memory requirements but Joel has not figured out how best to present this to application space. * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c: New files.
Diffstat (limited to 'c/src/ChangeLog')
-rw-r--r--c/src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index db368691f1..c8eb7fad81 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,3 +1,11 @@
+2007-06-20 Ray Xu <rayx@gmail.com>
+
+ * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
+ console, and libio. This shrinks the memory requirements but Joel has
+ not figured out how best to present this to application space.
+ * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
+ New files.
+
2007-05-29 Joel Sherrill <joel.sherrill@OARcorp.com>
* optman/sapi/no-io.c: Split IO Manager into one function per file so