summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-26 22:03:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-26 22:03:18 +0000
commit77c330ce3d71a76495cee444da11ee1d99733117 (patch)
treec542ac7a2b70e3aa819220862c4906726d549d8f /cpukit/ChangeLog
parent2010-07-26 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-77c330ce3d71a76495cee444da11ee1d99733117.tar.bz2
2010-07-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/privateenv.c, libmisc/cpuuse/cpuusagereport.c, posix/Makefile.am, posix/include/rtems/posix/key.h, posix/src/keycreate.c, posix/src/keydelete.c, score/src/iterateoverthreads.c: Since removing ITRON, the loop over all APIs for tasks has a path that cannot be reached. Either modify the code or mark tests for NULL as RTEMS_DEBUG. * posix/src/keyfreememory.c: New file.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 3dad140228..76e74dc978 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,15 @@
2010-07-26 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * libcsupport/src/privateenv.c, libmisc/cpuuse/cpuusagereport.c,
+ posix/Makefile.am, posix/include/rtems/posix/key.h,
+ posix/src/keycreate.c, posix/src/keydelete.c,
+ score/src/iterateoverthreads.c: Since removing ITRON, the loop over
+ all APIs for tasks has a path that cannot be reached. Either modify
+ the code or mark tests for NULL as RTEMS_DEBUG.
+ * posix/src/keyfreememory.c: New file.
+
+2010-07-26 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* libfs/src/imfs/imfs_load_tar.c: Formatting.
2010-07-26 Joel Sherrill <joel.sherrill@oarcorp.com>