summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-17 22:37:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-17 22:37:29 +0000
commite586588471333cbd381437bbe1ae0a4cbced8a96 (patch)
tree629821f5c3734373b4eccccc694ba6487d5459b4 /cpukit/ChangeLog
parent2007-12-17 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-e586588471333cbd381437bbe1ae0a4cbced8a96.tar.bz2
2007-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/Makefile.am, libmisc/shell/shellconfig.h: Add malloc command with info and dump as replacement for older command. Fix what looked like a typo for mount sub-commands. * libmisc/shell/main_mallocinfo.c: New file. * libmisc/shell/main_mallocdump.c: Removed.
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 4de9f66330..d553c289c8 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,13 @@
2007-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * libmisc/Makefile.am, libmisc/shell/shellconfig.h: Add malloc command
+ with info and dump as replacement for older command. Fix what looked
+ like a typo for mount sub-commands.
+ * libmisc/shell/main_mallocinfo.c: New file.
+ * libmisc/shell/main_mallocdump.c: Removed.
+
+2007-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* libcsupport/Makefile.am, libcsupport/src/mallocfreespace.c: Add
malloc_info() routine.
* libcsupport/src/mallocinfo.c: New file.