summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx01/init.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-12testsuites/psxtests/psx[01]*: Change license to BSD-2Joel Sherrill1-3/+22
2017-10-28tests: Remove TEST_INITSebastian Huber1-2/+0
2017-10-23testsuite: Use printk for all test output where possible.Chris Johns1-0/+2
2014-03-25tests/psxtests: Use <rtems/test.h>Sebastian Huber1-1/+3
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-03-19psxtests: move pthread_once tests into an extra test.Christian Mauderer1-17/+0
2013-08-23posix: Update to the pthread_once changes.Chris Johns1-0/+17
2013-08-01score: Rename tod.h to todimpl.hSebastian Huber1-1/+1
2013-07-26score: Merge tod implementation into one fileSebastian Huber1-0/+2
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2011-09-302011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-3/+5
2011-02-22Add HAVE_CONFIG_H.Ralf Corsepius1-0/+4
2009-11-30Whitespace removal.Ralf Corsepius1-2/+2
2009-10-27Use PRIxpthread_t to print pthread_t's.Ralf Corsepius1-1/+1
2009-10-25Remove unused vars.Ralf Corsepius1-2/+0
2009-09-132009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-164/+0
2009-08-182009-08-18 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-1/+7
2009-05-112009-05-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-6/+6
2008-02-012008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-50/+59
2008-01-182008-01-18 Jennifer Averett <jennifer.averett@OARcorp.com>Jennifer Averett1-3/+11
2007-12-172007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-2/+12
2007-12-132007-12-13 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-3/+11
2007-04-052007-04-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+2
2004-04-16Remove stray white spaces.Ralf Corsepius1-14/+14
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-11-16Added test cases for uname().Joel Sherrill1-0/+18
1998-02-17updated copyright to 1998Joel Sherrill1-1/+1
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill1-2/+2
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill1-5/+5
1996-09-05nanosleep no longer consider a negative value of tv_sec to be an error.Joel Sherrill1-6/+7
1996-08-23Added build_time statement to provide a tm for the testMark Johannes1-2/+4
1996-08-15changed error for too many threads to EAGAINJoel Sherrill1-2/+2
1996-08-12added test cases for clock_getresJoel Sherrill1-9/+27
1996-08-12added test cases for clock_gettime (invalid id), clock_settime (invalid_id),Joel Sherrill1-0/+48
1996-08-12added test case for non-NULL parameter to time()Joel Sherrill1-0/+6
1996-08-09added test cases for errors in sched_get_priority_min andJoel Sherrill1-5/+30
1996-08-08added complete test cases for pthread_once.Joel Sherrill1-8/+8
1996-06-10moved the time macros to pmacros.h.Joel Sherrill1-33/+1
1996-06-06added include of <sched.h> and fixed warningsJoel Sherrill1-2/+3
1996-06-04added test case for sched_get_priority_min, sched_get_priority_max,Joel Sherrill1-0/+23
1996-06-04added basic test cases for pthread_self and pthread_equalJoel Sherrill1-0/+5
1996-06-03added test code for return of remaining time from sleep().Joel Sherrill1-2/+8
1996-06-03added test case for nanosleep filling in the time remaining structure.Joel Sherrill1-0/+1
1996-06-03added test code for nanosleep and return code from sleep.Joel Sherrill1-2/+27
1996-05-30added code to test clock and time related functionality.Joel Sherrill1-17/+62
1996-05-29tests now specify whether using posix initialization threads tableJoel Sherrill1-1/+1
1996-05-29simple version of test which shows pthread_create, pthread_exit, and exitJoel Sherrill1-1/+10
1996-05-29Gutted test of rtems api calls and added comments to indicate what the testJoel Sherrill1-52/+8
1996-05-24new filesJoel Sherrill1-4/+68