summaryrefslogtreecommitdiffstats
path: root/cpukit/score/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-08-14 20:04:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-08-14 20:04:18 +0000
commit17c6686753e583c8a8c37474beea6e67d9b5a43f (patch)
tree703c7f266181ac32c5a6fb370d5eaec4186d0056 /cpukit/score/ChangeLog
parent2003-08-14 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-17c6686753e583c8a8c37474beea6e67d9b5a43f.tar.bz2
2003-08-14 Joel Sherrill <joel@OARcorp.com>
PR 408/filesystem * score/Makefile.am, score/include/rtems/score/thread.h: Added sync() service. As part of adding this service, the new RTEMS service rtems_iterate_over_all_threads() was also added. This new service makes it easier to iterate over all the tasks/threads in a system and perform an action on them. * score/src/iterateoverthreads.c: New file. * ChangeLog: Fixed screwup.
Diffstat (limited to '')
-rw-r--r--cpukit/score/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog
index 860b886692..8fb864cf74 100644
--- a/cpukit/score/ChangeLog
+++ b/cpukit/score/ChangeLog
@@ -1,6 +1,13 @@
2003-08-14 Joel Sherrill <joel@OARcorp.com>
- * ChangeLog: Add fileio to list of interactive tests.
+ PR 408/filesystem
+ * score/Makefile.am, score/include/rtems/score/thread.h: Added
+ sync() service. As part of adding this service, the
+ new RTEMS service rtems_iterate_over_all_threads() was also added.
+ This new service makes it easier to iterate over all the
+ tasks/threads in a system and perform an action on them.
+ * score/src/iterateoverthreads.c: New file.
+ * ChangeLog: Fixed screwup.
2003-07-18 Till Straumann <strauman@slac.stanford.edu>