summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* posix: Remove rtems_pthread_attribute_compare()Sebastian Huber2017-10-091-8/+0
* posix: Simplify POSIX_API_ControlSebastian Huber2017-10-092-4/+10
* posix: Implement self-contained POSIX mutexSebastian Huber2017-10-053-132/+403
* posix: Implement self-contained POSIX condvarSebastian Huber2017-10-053-111/+84
* posix: Implement self-contained POSIX rwlocksSebastian Huber2017-10-053-102/+21
* posix: Implement self-contained POSIX barriersSebastian Huber2017-10-053-106/+51
* posix: Implement self-contained POSIX semaphoresSebastian Huber2017-10-052-52/+48
* posix shm: Add oflag to Shm_ControlJoel Sherrill2017-09-221-0/+1
* posix: Allow PTHREAD_PROCESS_SHARED for mutexesSebastian Huber2017-09-151-0/+15
* libio: Remove special-case reference countSebastian Huber2017-09-141-6/+6
* posix: Ignore pshared for semaphoresSebastian Huber2017-09-122-2/+0
* posix: Use mutex object itself for condvarSebastian Huber2017-09-122-2/+2
* posix: replace mmap mappings lock with libio lockGedare Bloom2017-07-241-2/+9
* posix/mman: add mmap support for shm objectsGedare Bloom2017-05-053-1/+66
* posix: Add mmap/unmap support for mapping files.Chris Johns2017-05-051-0/+44
* posix/shm: replace threadq with mutex (allocator lock)Gedare Bloom2017-05-051-19/+0
* posix/mman: update atime on shared memory read callGedare Bloom2017-05-051-0/+9
* score: Add _Thread_queue_Object_nameSebastian Huber2017-01-311-1/+1
* posix: shared memory supportGedare Bloom2017-01-133-0/+302
* posix: move sys/mman.h to newlib and test it in psxhdrsGedare Bloom2017-01-131-189/+0
* configure: Remove SIZEOF_PTHREAD_SPINLOCK_TSebastian Huber2017-01-131-19/+0
* configure: Remove HAVE_SEMAPHORE_H supportSebastian Huber2017-01-131-158/+0
* Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill2017-01-111-1/+1
* posix: Fix typoSebastian Huber2016-12-021-1/+1
* posix: Fix fall back spinlock implementationSebastian Huber2016-12-021-7/+4
* score: Fix thread queue context initializationSebastian Huber2016-11-281-1/+2
* posix: Add self-contained pthread spinlockSebastian Huber2016-11-233-112/+38
* score: Add thread queue enqueue calloutSebastian Huber2016-11-231-0/+4
* score: Rework thread priority managementSebastian Huber2016-09-212-7/+3
* score: Introduce Thread_queue_Lock_contextSebastian Huber2016-09-084-7/+13
* score: Simplify thread queue acquire/releaseSebastian Huber2016-09-082-13/+4
* score: Fix warningSebastian Huber2016-09-081-1/+1
* posix: cond_timedwait remember and use clock from condattrGedare Bloom2016-07-252-1/+4
* posix: refactor cond wait support to defer abstime conversionGedare Bloom2016-07-251-2/+1
* score: Change Priority_Control to 64-bitSebastian Huber2016-06-241-1/+8
* score: Introduce map priority scheduler operationSebastian Huber2016-06-221-5/+2
* posix: Generalize _POSIX_Priority_To_core()Sebastian Huber2016-06-221-6/+10
* posix: Make POSIX API aware of scheduler instancesSebastian Huber2016-06-221-57/+28
* posix: Rework sporadic server scheduling policySebastian Huber2016-06-222-22/+21
* posix: Delete POSIX_API_Control::schedparamSebastian Huber2016-06-221-2/+2
* posix: Delete POSIX_API_Control::schedpolicySebastian Huber2016-06-221-2/+0
* posix: Delete POSIX_API_Control::ss_high_prioritySebastian Huber2016-06-221-5/+0
* posix: _POSIX_Mutex_Default_attributesSebastian Huber2016-06-222-1/+11
* posix: Fix poradic server initial CPU budgetSebastian Huber2016-06-151-0/+4
* posix: Use _POSIX_Threads_Sporadic_timer_insert()Sebastian Huber2016-06-151-1/+14
* posix: Remove superfluous codeSebastian Huber2016-06-151-61/+0
* score: Add CORE mutex variantsSebastian Huber2016-05-302-6/+62
* posix: Delete POSIX_Mutex_Protocol::process_sharedSebastian Huber2016-05-301-2/+0
* score: Add semaphore variantsSebastian Huber2016-05-301-0/+2
* score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber2016-05-301-5/+19