summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-25Remove make preinstallChris Johns28-3388/+0
2017-12-04score: Use self-contained API mutexSebastian Huber1-1/+1
2017-11-21posix: _POSIX_Threads_Get_sched_param_sporadic()Sebastian Huber1-1/+3
2017-11-09posix: Change created_with_explicit_schedulerSebastian Huber1-3/+0
2017-11-09posix: Remove POSIX_API_Control::schedpolicySebastian Huber2-3/+4
2017-10-24score: Move thread queue timeout handlingSebastian Huber2-30/+27
2017-10-18posix: Fix POSIX disabled buildSebastian Huber1-0/+4
2017-10-17posix: Remove POSIX_API_Control::schedparamSebastian Huber3-5/+37
2017-10-17posix: Move POSIX_API_Control::threadSebastian Huber1-3/+3
2017-10-17score: Rename _Watchdog_Per_CPU_insert_monotonic()Sebastian Huber1-1/+1
2017-10-17score: Rename watchdog variantsSebastian Huber1-1/+1
2017-10-10score: Add _Thread_queue_Dispatch_disable()Sebastian Huber1-6/+2
2017-10-10posix: Unconditional thread attribute supportSebastian Huber2-29/+71
2017-10-10posix: Constify default thread processor affinitySebastian Huber1-1/+1
2017-10-09posix: Remove rtems_pthread_attribute_compare()Sebastian Huber1-8/+0
2017-10-09posix: Simplify POSIX_API_ControlSebastian Huber2-4/+10
2017-10-05posix: Implement self-contained POSIX mutexSebastian Huber3-132/+403
2017-10-05posix: Implement self-contained POSIX condvarSebastian Huber3-111/+84
2017-10-05posix: Implement self-contained POSIX rwlocksSebastian Huber3-102/+21
2017-10-05posix: Implement self-contained POSIX barriersSebastian Huber3-106/+51
2017-10-05posix: Implement self-contained POSIX semaphoresSebastian Huber2-52/+48
2017-09-22posix shm: Add oflag to Shm_ControlJoel Sherrill1-0/+1
2017-09-15posix: Allow PTHREAD_PROCESS_SHARED for mutexesSebastian Huber1-0/+15
2017-09-14libio: Remove special-case reference countSebastian Huber1-6/+6
2017-09-12posix: Ignore pshared for semaphoresSebastian Huber2-2/+0
2017-09-12posix: Use mutex object itself for condvarSebastian Huber2-2/+2
2017-07-24posix: replace mmap mappings lock with libio lockGedare Bloom1-2/+9
2017-05-05posix/mman: add mmap support for shm objectsGedare Bloom3-1/+66
2017-05-05posix: Add mmap/unmap support for mapping files.Chris Johns1-0/+44
2017-05-05posix/shm: replace threadq with mutex (allocator lock)Gedare Bloom1-19/+0
2017-05-05posix/mman: update atime on shared memory read callGedare Bloom1-0/+9
2017-01-31score: Add _Thread_queue_Object_nameSebastian Huber1-1/+1
2017-01-13posix: shared memory supportGedare Bloom3-0/+302
2017-01-13configure: Remove SIZEOF_PTHREAD_SPINLOCK_TSebastian Huber1-19/+0
2017-01-11Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill1-1/+1
2016-12-02posix: Fix typoSebastian Huber1-1/+1
2016-12-02posix: Fix fall back spinlock implementationSebastian Huber1-7/+4
2016-11-28score: Fix thread queue context initializationSebastian Huber1-1/+2
2016-11-23posix: Add self-contained pthread spinlockSebastian Huber3-112/+38
2016-11-23score: Add thread queue enqueue calloutSebastian Huber1-0/+4
2016-09-21score: Rework thread priority managementSebastian Huber2-7/+3
2016-09-08score: Introduce Thread_queue_Lock_contextSebastian Huber4-7/+13
2016-09-08score: Simplify thread queue acquire/releaseSebastian Huber2-13/+4
2016-09-08score: Fix warningSebastian Huber1-1/+1
2016-07-25posix: cond_timedwait remember and use clock from condattrGedare Bloom2-1/+4
2016-07-25posix: refactor cond wait support to defer abstime conversionGedare Bloom1-2/+1
2016-06-24score: Change Priority_Control to 64-bitSebastian Huber1-1/+8
2016-06-22score: Introduce map priority scheduler operationSebastian Huber1-5/+2
2016-06-22posix: Generalize _POSIX_Priority_To_core()Sebastian Huber1-6/+10
2016-06-22posix: Make POSIX API aware of scheduler instancesSebastian Huber1-57/+28