summaryrefslogtreecommitdiff
path: root/testsuites/psxtests/psx05/init.c (follow)
AgeCommit message (Expand)Author
2015-02-26psxtests/psx05: Adjust test caseSebastian Huber
2014-03-25tests/psxtests: Use <rtems/test.h>Sebastian Huber
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2013-11-29psxtests: add documentation for psx05Chirayu Desai
2013-08-01score: Rename tod.h to todimpl.hSebastian Huber
2013-07-26score: Merge tod implementation into one fileSebastian Huber
2013-07-22posix: Create priority implementation headerSebastian Huber
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill
2011-02-22Add HAVE_CONFIG_H.Ralf Corsepius
2011-01-032011-01-02 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
2010-10-212010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
2010-10-212010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
2009-12-082009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
2009-11-30Whitespace removal.Ralf Corsepius
2009-10-27Use PRIxpthread_t to print pthread_t's.Ralf Corsepius
2009-10-252009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
2009-10-122009-10-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
2009-08-172009-08-17 Santosh G Vattam <vattam.santosh@gmail.com>Joel Sherrill
2009-07-282009-07-28 Santosh G Vattam <vattam.santosh@gmail.com>Joel Sherrill
2009-07-062009-07-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
2009-06-292009-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
2009-05-112009-05-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
2008-12-142008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
2008-12-142008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
2008-07-182008-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
2004-04-16Remove stray white spaces.Ralf Corsepius
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
2002-08-022002-08-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
1999-11-17Updated copyright notice.Joel Sherrill
1999-10-25Removed reinitialize mutex test case to reflect earlier code change inJoel Sherrill
1998-12-03Changed to account for ownership only being tracked when a priorityJoel Sherrill
1998-02-17updated copyright to 1998Joel Sherrill
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill
1997-04-18Modified to reflect change from 255 posix priority levels to 254.Joel Sherrill
1997-04-02corrected printf format to avoid warningJoel Sherrill
1996-08-20Added Einval case for mutex not initializedMark Johannes
1996-08-14pthread_mutex_init returns EAGAIN not ENOMEM when there are too many mutexes.Joel Sherrill
1996-08-12added numerous error test cases.Joel Sherrill
1996-08-09added test cases for errors in pthread_mutexattr_getpsharedJoel Sherrill
1996-08-09added test cases for EINVAL cases in pthread_mutexattr_destroyJoel Sherrill
1996-08-09added test case for pthread_mutexattr_init being passed a null pointer.Joel Sherrill
1996-08-09changed style of output to match other testsJoel Sherrill
1996-08-08Init.c: added priority ceiling task cases.Mark Johannes
1996-07-04added test case for timeout using pthread_mutex_timedlockJoel Sherrill
1996-07-04first test cases for mutex manager passJoel Sherrill