summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-09posix: Remove rtems_pthread_attribute_compare()Sebastian Huber1-1/+67
2017-10-09posix: Simplify POSIX_API_ControlSebastian Huber2-2/+40
2017-10-09psxtests/psx05: Fix timeout calculationSebastian Huber1-9/+3
2017-10-05posix: Implement self-contained POSIX mutexSebastian Huber17-63/+194
2017-10-05posix: Implement self-contained POSIX condvarSebastian Huber14-47/+185
2017-10-05posix: Implement self-contained POSIX rwlocksSebastian Huber4-71/+203
2017-10-05posix: Implement self-contained POSIX barriersSebastian Huber4-41/+63
2017-10-05posix: Implement self-contained POSIX semaphoresSebastian Huber3-16/+227
2017-09-22posix: Allow PTHREAD_PROCESS_SHARED for rwlocksSebastian Huber1-0/+38
2017-09-21psxrdwrv/test.c: Clear iovec to ensure consistent resultsJoel Sherrill1-0/+3
2017-09-15posix: Allow PTHREAD_PROCESS_SHARED for condvarSebastian Huber2-2/+29
2017-09-15posix: Allow PTHREAD_PROCESS_SHARED for barriersSebastian Huber2-2/+23
2017-09-15posix: Allow PTHREAD_PROCESS_SHARED for mutexesSebastian Huber2-4/+7
2017-09-15libio: Do simple parameter checks earlySebastian Huber1-3/+9
2017-09-12posix: Ignore pshared for semaphoresSebastian Huber1-5/+9
2017-08-27psxconfig01/init.c: Fix printf() format warningsJoel Sherrill1-6/+6
2017-07-28psximfs02/init.c: Increase size of buffer to avoid overwriteJoel Sherrill1-2/+2
2017-07-28psxmmap01/init.c: Correct printf() format specifierJoel Sherrill1-1/+1
2017-07-28psxtests/psxmmap01: Fix warningSebastian Huber1-1/+1
2017-07-27psxmmap01/test_helper.c: Use correct printf format for size_tJoel Sherrill1-1/+1
2017-07-27psxmmap01/test_driver.c: Fix mmap_h handler type mismatchJoel Sherrill1-1/+1
2017-07-19tests: Use floating point taskSebastian Huber1-0/+2
2017-07-14psxtests: Add a mmap dedicated test caseKevin Kirspel10-0/+553
2017-06-21psxstat/test.c: Avoid potential string overflowJoel Sherrill1-2/+5
2017-06-21psximfs02/init.c: Avoid potential string overflowJoel Sherrill1-2/+2
2017-05-11confdefs.h: CONFIGURE_DISABLE_SMP_CONFIGURATIONSebastian Huber1-0/+2
2017-05-05posix/mman: add mmap support for shm objectsGedare Bloom1-1/+2
2017-04-25psxtests/Makefile.am: Disable tests which should not be built when POSIX is d...Joel Sherrill1-2/+2
2017-04-22rtems/inttypes.h: Add blksize_t and blkcnt_tJoel Sherrill1-29/+1
2017-04-04psxstrsignal01: Remove warningsJoel Sherrill1-0/+4
2017-04-04testsuite: Add a common test configuration. Fix configure.ac and Makefile.am ...Chris Johns2-34/+117
2017-03-15psxstrsignal01: New testJoel Sherrill6-1/+198
2017-02-15psxtests: Fix warningsSebastian Huber2-10/+9
2017-02-14psxsem01: Fix warningSebastian Huber1-1/+1
2017-02-03Prefix confdefs.h internal def with an underscoreSebastian Huber1-1/+1
2017-01-25psxtests: Relax shared memory testsSebastian Huber2-18/+24
2017-01-13posix: shared memory supportGedare Bloom10-2/+297
2017-01-13posix: move sys/mman.h to newlib and test it in psxhdrsGedare Bloom12-0/+322
2017-01-13posix: Add pthread_getname_np(), ...Sebastian Huber6-0/+134
2017-01-11Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill1-3/+0
2017-01-11Add support for posix_devctl()Joel Sherrill9-0/+225
2016-12-12Add INTERNAL_ERROR_POSIX_INIT_THREAD_CREATE_FAILEDSebastian Huber1-2/+2
2016-12-12Rename is_internal to always_set_to_falseSebastian Huber2-4/+4
2016-12-09score: Remove fatal is internal indicatorSebastian Huber3-10/+3
2016-11-23posix: Add self-contained pthread spinlockSebastian Huber11-417/+67
2016-11-23psxtests/psxkey08: Avoid rtems_semaphore_flush()Sebastian Huber2-48/+42
2016-09-19termios: Use IMFS nodes for new Termios devicesSebastian Huber1-1/+2
2016-08-18psxtests: Adjust sporadic server testsSebastian Huber3-99/+64
2016-07-25posix: add clock_nanosleep and testsGedare Bloom2-0/+36
2016-06-28libcsupport: Add dummy for setgroups().Christian Mauderer2-0/+34