summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2007-12-03 02:22:35 +0000
committerChris Johns <chrisj@rtems.org>2007-12-03 02:22:35 +0000
commitdec8f84375aad9b4484169ca81a8b3248b377270 (patch)
treeac59749017b9d7e83aa14f29e3dc8bdfab372899 /cpukit/ChangeLog
parent2007-12-03 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-dec8f84375aad9b4484169ca81a8b3248b377270.tar.bz2
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.
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,