From 345fc11da9dcad5faa23f9888c8f3a0260e8ad45 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 22 May 2008 20:38:03 +0000 Subject: 2008-05-22 Joel Sherrill * itron/include/rtems/itron/task.h, itron/src/del_tsk.c, itron/src/exd_tsk.c, itron/src/task.c, posix/include/rtems/posix/threadsup.h, posix/src/cancel.c, posix/src/cancelrun.c, posix/src/pthread.c, posix/src/pthreadexit.c, posix/src/setcancelstate.c, posix/src/setcanceltype.c, posix/src/testcancel.c, rtems/src/taskdelete.c, score/inline/rtems/score/object.inl, score/src/objectclose.c, score/src/threadclose.c: Make all task delete/exit/cancel routines follow the same critical section pattern. Also ensure that POSIX cancelation routines are run at thread exit. --- cpukit/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 3ece903160..3e915de78f 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,16 @@ +2008-05-22 Joel Sherrill + + * itron/include/rtems/itron/task.h, itron/src/del_tsk.c, + itron/src/exd_tsk.c, itron/src/task.c, + posix/include/rtems/posix/threadsup.h, posix/src/cancel.c, + posix/src/cancelrun.c, posix/src/pthread.c, posix/src/pthreadexit.c, + posix/src/setcancelstate.c, posix/src/setcanceltype.c, + posix/src/testcancel.c, rtems/src/taskdelete.c, + score/inline/rtems/score/object.inl, score/src/objectclose.c, + score/src/threadclose.c: Make all task delete/exit/cancel routines + follow the same critical section pattern. Also ensure that POSIX + cancelation routines are run at thread exit. + 2008-05-22 Joel Sherrill * libcsupport/src/termios_baud2index.c, -- cgit v1.2.3