summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-11-26 17:50:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-11-26 17:50:53 +0000
commit690861c3c62602142e6ec2c8c0a36e48e7e47e2c (patch)
treee8a3db5ad49e035c3aecdc3a091fd82e8578398b /cpukit/libcsupport/ChangeLog
parent2003-11-26 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-690861c3c62602142e6ec2c8c0a36e48e7e47e2c.tar.bz2
2003-11-26 Joel Sherrill <joel@OARcorp.com>
PR 523/filesystem * src/malloc.c: Make malloc family safer for use from ISRs and dispatching critical sections. If in a critical section while doing a free(), then the free is deferred until the next malloc() attempt.
Diffstat (limited to 'cpukit/libcsupport/ChangeLog')
-rw-r--r--cpukit/libcsupport/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog
index 24841054c4..eb44f4a487 100644
--- a/cpukit/libcsupport/ChangeLog
+++ b/cpukit/libcsupport/ChangeLog
@@ -1,3 +1,10 @@
+2003-11-26 Joel Sherrill <joel@OARcorp.com>
+
+ PR 523/filesystem
+ * src/malloc.c: Make malloc family safer for use from ISRs and
+ dispatching critical sections. If in a critical section while doing
+ a free(), then the free is deferred until the next malloc() attempt.
+
2003-11-25 Jennifer Averett <jennifer@OARcorp.com>
PR 519/filesystem