summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests (follow)
Commit message (Expand)AuthorAgeFilesLines
* posix: Remove rtems_pthread_attribute_compare()Sebastian Huber2017-10-091-1/+67
* posix: Simplify POSIX_API_ControlSebastian Huber2017-10-092-2/+40
* psxtests/psx05: Fix timeout calculationSebastian Huber2017-10-091-9/+3
* posix: Implement self-contained POSIX mutexSebastian Huber2017-10-0517-63/+194
* posix: Implement self-contained POSIX condvarSebastian Huber2017-10-0514-47/+185
* posix: Implement self-contained POSIX rwlocksSebastian Huber2017-10-054-71/+203
* posix: Implement self-contained POSIX barriersSebastian Huber2017-10-054-41/+63
* posix: Implement self-contained POSIX semaphoresSebastian Huber2017-10-053-16/+227
* posix: Allow PTHREAD_PROCESS_SHARED for rwlocksSebastian Huber2017-09-221-0/+38
* psxrdwrv/test.c: Clear iovec to ensure consistent resultsJoel Sherrill2017-09-211-0/+3
* posix: Allow PTHREAD_PROCESS_SHARED for condvarSebastian Huber2017-09-152-2/+29
* posix: Allow PTHREAD_PROCESS_SHARED for barriersSebastian Huber2017-09-152-2/+23
* posix: Allow PTHREAD_PROCESS_SHARED for mutexesSebastian Huber2017-09-152-4/+7
* libio: Do simple parameter checks earlySebastian Huber2017-09-151-3/+9
* posix: Ignore pshared for semaphoresSebastian Huber2017-09-121-5/+9
* psxconfig01/init.c: Fix printf() format warningsJoel Sherrill2017-08-271-6/+6
* psximfs02/init.c: Increase size of buffer to avoid overwriteJoel Sherrill2017-07-281-2/+2
* psxmmap01/init.c: Correct printf() format specifierJoel Sherrill2017-07-281-1/+1
* psxtests/psxmmap01: Fix warningSebastian Huber2017-07-281-1/+1
* psxmmap01/test_helper.c: Use correct printf format for size_tJoel Sherrill2017-07-271-1/+1
* psxmmap01/test_driver.c: Fix mmap_h handler type mismatchJoel Sherrill2017-07-271-1/+1
* tests: Use floating point taskSebastian Huber2017-07-191-0/+2
* psxtests: Add a mmap dedicated test caseKevin Kirspel2017-07-1410-0/+553
* psxstat/test.c: Avoid potential string overflowJoel Sherrill2017-06-211-2/+5
* psximfs02/init.c: Avoid potential string overflowJoel Sherrill2017-06-211-2/+2
* confdefs.h: CONFIGURE_DISABLE_SMP_CONFIGURATIONSebastian Huber2017-05-111-0/+2
* posix/mman: add mmap support for shm objectsGedare Bloom2017-05-051-1/+2
* psxtests/Makefile.am: Disable tests which should not be built when POSIX is d...Joel Sherrill2017-04-251-2/+2
* rtems/inttypes.h: Add blksize_t and blkcnt_tJoel Sherrill2017-04-221-29/+1
* psxstrsignal01: Remove warningsJoel Sherrill2017-04-041-0/+4
* testsuite: Add a common test configuration. Fix configure.ac and Makefile.am ...Chris Johns2017-04-042-34/+117
* psxstrsignal01: New testJoel Sherrill2017-03-156-1/+198
* psxtests: Fix warningsSebastian Huber2017-02-152-10/+9
* psxsem01: Fix warningSebastian Huber2017-02-141-1/+1
* Prefix confdefs.h internal def with an underscoreSebastian Huber2017-02-031-1/+1
* psxtests: Relax shared memory testsSebastian Huber2017-01-252-18/+24
* posix: shared memory supportGedare Bloom2017-01-1310-2/+297
* posix: move sys/mman.h to newlib and test it in psxhdrsGedare Bloom2017-01-1312-0/+322
* posix: Add pthread_getname_np(), ...Sebastian Huber2017-01-136-0/+134
* Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill2017-01-111-3/+0
* Add support for posix_devctl()Joel Sherrill2017-01-119-0/+225
* Add INTERNAL_ERROR_POSIX_INIT_THREAD_CREATE_FAILEDSebastian Huber2016-12-121-2/+2
* Rename is_internal to always_set_to_falseSebastian Huber2016-12-122-4/+4
* score: Remove fatal is internal indicatorSebastian Huber2016-12-093-10/+3
* posix: Add self-contained pthread spinlockSebastian Huber2016-11-2311-417/+67
* psxtests/psxkey08: Avoid rtems_semaphore_flush()Sebastian Huber2016-11-232-48/+42
* termios: Use IMFS nodes for new Termios devicesSebastian Huber2016-09-191-1/+2
* psxtests: Adjust sporadic server testsSebastian Huber2016-08-183-99/+64
* posix: add clock_nanosleep and testsGedare Bloom2016-07-252-0/+36
* libcsupport: Add dummy for setgroups().Christian Mauderer2016-06-282-0/+34