summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 9d063cf1e2..c0dc235877 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,12 @@
+2007-12-03 Chris Johns <chrisj@rtems.org>
+
+ * libmisc/shell/shell.h: Added comments for the parameters to the
+ shell_init function.
+ * libmisc/shell/shell.c: Only set cflags if tcflags is
+ non-zero. This means the shell can use the current cflags settings
+ and the application does not need to know the baudrate etc.
+ * libmisc/capture/capture.h: Fix the comment.
+
2007-11-30 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/src/barrierdelete.c, rtems/src/barrierrelease.c,