summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-10-21 22:05:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-10-21 22:05:17 +0000
commit4fcd106dd4e09e4142ee0bc9eef0998215a114f1 (patch)
treed307e639b9b3855f2c416a8891f5d0b83d4aaf99 /testsuites/psxtests/ChangeLog
parent2010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-4fcd106dd4e09e4142ee0bc9eef0998215a114f1.tar.bz2
2010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: New test to ensure pthread_cond_wait() and sleep() (e.g. interruptible blocking and sleeping) are interruptible by signal. * psxsignal06/.cvsignore, psxsignal06/Makefile.am, psxsignal06/init.c, psxsignal06/psxsignal06.doc, psxsignal06/psxsignal06.scn: New files.
Diffstat (limited to 'testsuites/psxtests/ChangeLog')
-rw-r--r--testsuites/psxtests/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog
index 271f50ad08..678be85245 100644
--- a/testsuites/psxtests/ChangeLog
+++ b/testsuites/psxtests/ChangeLog
@@ -1,5 +1,13 @@
2010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * Makefile.am, configure.ac: New test to ensure pthread_cond_wait() and
+ sleep() (e.g. interruptible blocking and sleeping) are interruptible
+ by signal.
+ * psxsignal06/.cvsignore, psxsignal06/Makefile.am, psxsignal06/init.c,
+ psxsignal06/psxsignal06.doc, psxsignal06/psxsignal06.scn: New files.
+
+2010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* psx02/init.c, psx02/task.c, psx03/init.c, psx04/init.c,
psx04/task1.c, psx04/task2.c, psx04/task3.c, psx05/init.c,
psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,