summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-03-07 20:09:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-03-07 20:09:36 +0000
commit85659eeeb61570697044d6dc6617a8c6edb84049 (patch)
treef7767fddb777574a1fa22490a7ba2244edf553f4 /cpukit/ChangeLog
parent2008-03-07 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-85659eeeb61570697044d6dc6617a8c6edb84049.tar.bz2
2008-03-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/shell/main_cp.c, libmisc/shell/main_netstats.c, libmisc/shell/shell_script.c: Add memset() of getopt_data to ensure it is zeroed out each time we use getopt_r(). * libmisc/shell/shell.c: Do not echo commands if input is not a tty. This makes the scripts behave more like UNIX scripts.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 4129af67bc..af230ad26f 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2008-03-07 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * libmisc/shell/main_cp.c, libmisc/shell/main_netstats.c,
+ libmisc/shell/shell_script.c: Add memset() of getopt_data to
+ ensure it is zeroed out each time we use getopt_r().
+ * libmisc/shell/shell.c: Do not echo commands if input is not a tty.
+ This makes the scripts behave more like UNIX scripts.
+
2008-03-07 Joel Sherrill <joel.sherrill@OARcorp.com>
* posix/Makefile.am: Make clock_settime() available always just like