From 236b701440721cac9487ecee0dd7d8d8055e3db0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 14 Aug 2003 20:25:28 +0000 Subject: 2003-08-14 Joel Sherrill PR 408/filesystem * cpuuse/cpuuse.c: 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. This change is to use the new thread iteration service. --- cpukit/libmisc/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'cpukit/libmisc/ChangeLog') diff --git a/cpukit/libmisc/ChangeLog b/cpukit/libmisc/ChangeLog index 715949e214..a86ded102f 100644 --- a/cpukit/libmisc/ChangeLog +++ b/cpukit/libmisc/ChangeLog @@ -1,3 +1,12 @@ +2003-08-14 Joel Sherrill + + PR 408/filesystem + * cpuuse/cpuuse.c: 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. This change + is to use the new thread iteration service. + 2003-08-14 Ralf Corsepius * fsmount/Makefile.am: Fix path to automake-includes. -- cgit v1.2.3