summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-11-26 17:51:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-11-26 17:51:00 +0000
commitc11ca8144b50bf9dd15d190895684df0c1d7b05e (patch)
treeda59455b56dc769eeb32fc1de0c102fab5ab75bb /cpukit/libcsupport/ChangeLog
parent2003-11-25 Jennifer Averett <jennifer@OARcorp.com> (diff)
downloadrtems-c11ca8144b50bf9dd15d190895684df0c1d7b05e.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 ee2318652e..50ed7f9d15 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