summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-10-22 16:53:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-10-22 16:53:55 +0000
commitaab4664d77ba0d2caa2a4d73919356cca366ce4e (patch)
tree0474775a1f9e4efedbc22f90ccfaaac6145aac8e /cpukit/libcsupport/ChangeLog
parent2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-aab4664d77ba0d2caa2a4d73919356cca366ce4e.tar.bz2
2003-10-22 Joel Sherrill <joel@OARcorp.com>
PR 511/filesystem * src/malloc.c: Add deferred free and protect against C Program Heap operations while in a dispatch disable critical section or ISR.
Diffstat (limited to 'cpukit/libcsupport/ChangeLog')
-rw-r--r--cpukit/libcsupport/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog
index cedef7874e..20e3b2f9e3 100644
--- a/cpukit/libcsupport/ChangeLog
+++ b/cpukit/libcsupport/ChangeLog
@@ -1,3 +1,9 @@
+2003-10-22 Joel Sherrill <joel@OARcorp.com>
+
+ PR 511/filesystem
+ * src/malloc.c: Add deferred free and protect against C Program Heap
+ operations while in a dispatch disable critical section or ISR.
+
2003-10-02 Phil Torre <ptorre@zetron.com>
PR 504/rtems