summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-29 18:31:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-29 18:31:20 +0000
commit2ad8f85825189ddddfcdae122bb442c05bd44dfa (patch)
tree657ec4790f0aedbca0505416cc8f22880dbfea9a /testsuites/psxtests/ChangeLog
parent2009-07-29 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-2ad8f85825189ddddfcdae122bb442c05bd44dfa.tar.bz2
2009-07-29 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac: Add test to address cases where a thread is waiting on a signal (sigwait) and we send it. Also address case where there are too many queued signals. * psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c, psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.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 3753e52dba..6301193b21 100644
--- a/testsuites/psxtests/ChangeLog
+++ b/testsuites/psxtests/ChangeLog
@@ -1,5 +1,13 @@
2009-07-29 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * Makefile.am, configure.ac: Add test to address cases where a thread
+ is waiting on a signal (sigwait) and we send it. Also address case
+ where there are too many queued signals.
+ * psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c,
+ psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.scn: New files.
+
+2009-07-29 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* psxsignal02/init.c: Fix spacing.
2009-07-28 Santosh G Vattam <vattam.santosh@gmail.com>