summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2008-04-03 03:13:24 +0000
committerChris Johns <chrisj@rtems.org>2008-04-03 03:13:24 +0000
commitea90df234adfede1d28070ec8aa1bbb75ca4c1cb (patch)
treefa2716a7a47602bbacb0865e97387bfe54abec7e /cpukit/ChangeLog
parentgdb-6.8-rtems4.9-20080331.diff. (diff)
downloadrtems-ea90df234adfede1d28070ec8aa1bbb75ca4c1cb.tar.bz2
2008-04-03 Chris Johns <chrisj@rtems.org>
* libfs/src/nfsclient/src/librtemsNfs.h, libfs/src/nfsclient/src/nfs.c: Remove CEXP references. CEXP is external to RTEMS and even if in the cpukit it should not cross reference in this way. * libmisc/shell/shell_getchar.c: New. Taken from the monitor. * libmisc/Makefile.am: Add shell_getchar.c and clean up a little in the shell area. * libmisc/shell/shell.c, libmisc/shell/shell.h: Add line editting support.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 7866fdc8e7..e220fa3e99 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,15 @@
+2008-04-03 Chris Johns <chrisj@rtems.org>
+
+ * libfs/src/nfsclient/src/librtemsNfs.h,
+ libfs/src/nfsclient/src/nfs.c: Remove CEXP references. CEXP is
+ external to RTEMS and even if in the cpukit it should not cross
+ reference in this way.
+ * libmisc/shell/shell_getchar.c: New. Taken from the monitor.
+ * libmisc/Makefile.am: Add shell_getchar.c and clean up a little
+ in the shell area.
+ * libmisc/shell/shell.c, libmisc/shell/shell.h: Add line editting
+ support.
+
2008-03-29 Chris Johns <chrisj@rtems.org>
* librpc/include/rpc/clnt.h: Added the missing __BEGIN_DECLS as