summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* posix: Change created_with_explicit_schedulerSebastian Huber2017-11-092-5/+5
* posix: Remove POSIX_API_Control::schedpolicySebastian Huber2017-11-096-24/+41
* posix: Use far future for very long timeoutsSebastian Huber2017-11-022-22/+8
* posix: Fix pthread_create() with user stackSebastian Huber2017-10-281-3/+11
* score: Move thread queue timeout handlingSebastian Huber2017-10-2420-529/+253
* score: Rename function threadq support functionSebastian Huber2017-10-246-9/+6
* score: Rename _Watchdog_Ticks_from_*()Sebastian Huber2017-10-241-2/+2
* posix: Do not touch msg priority in case of errorSebastian Huber2017-10-241-4/+4
* posix: Simplify _POSIX_Threads_Create_extension()Sebastian Huber2017-10-172-17/+4
* posix: Remove POSIX_API_Control::schedparamSebastian Huber2017-10-175-26/+43
* posix: Move POSIX_API_Control::threadSebastian Huber2017-10-171-2/+2
* posix: Fix _POSIX_Threads_Create_extension()Sebastian Huber2017-10-172-2/+2
* score: Rename _Watchdog_Per_CPU_insert_monotonic()Sebastian Huber2017-10-171-1/+1
* score: Rename watchdog variantsSebastian Huber2017-10-176-11/+11
* posix: Fix const qualifier warningSebastian Huber2017-10-121-2/+4
* posix: Use right time format in adjtime()Sebastian Huber2017-10-121-4/+5
* posix: Include missing <limits.h>Sebastian Huber2017-10-111-0/+2
* score: Remove CPU_set_ControlSebastian Huber2017-10-112-2/+0
* posix: Validate affinity sets by the schedulerSebastian Huber2017-10-111-7/+2
* score: Add _Thread_queue_Dispatch_disable()Sebastian Huber2017-10-102-6/+2
* posix: Unconditional thread attribute supportSebastian Huber2017-10-109-58/+64
* posix: Constify default thread processor affinitySebastian Huber2017-10-101-17/+2
* posix: Simplify pthread_attr_setstack()Sebastian Huber2017-10-102-15/+2
* posix: Remove rtems_pthread_attribute_compare()Sebastian Huber2017-10-091-93/+0
* posix: Simplify POSIX_API_ControlSebastian Huber2017-10-0910-45/+58
* score: Use struct timespec for TODSebastian Huber2017-10-093-4/+9
* posix: Implement self-contained POSIX mutexSebastian Huber2017-10-058-226/+189
* posix: Implement self-contained POSIX condvarSebastian Huber2017-10-057-174/+92
* posix: Implement self-contained POSIX rwlocksSebastian Huber2017-10-0510-156/+75
* posix: Implement self-contained POSIX barriersSebastian Huber2017-10-054-170/+96
* posix: Implement self-contained POSIX semaphoresSebastian Huber2017-10-0514-393/+224
* posix: Optimize pthread_once_tSebastian Huber2017-10-051-4/+1
* posix: Fix aio_cancel()Sebastian Huber2017-10-041-1/+1
* posix: Remove superfluous includesSebastian Huber2017-09-278-57/+18
* posix: Remove superfluous includesSebastian Huber2017-09-272-14/+8
* posix shm: Add oflag to Shm_ControlJoel Sherrill2017-09-221-0/+1
* posix: Allow PTHREAD_PROCESS_SHARED for rwlocksSebastian Huber2017-09-221-23/+7
* posix: Allow PTHREAD_PROCESS_SHARED for condvarSebastian Huber2017-09-151-2/+5
* posix: Allow PTHREAD_PROCESS_SHARED for barriersSebastian Huber2017-09-151-6/+3
* posix: Allow PTHREAD_PROCESS_SHARED for mutexesSebastian Huber2017-09-151-7/+3
* libio: Add hold/drop iop referenceSebastian Huber2017-09-151-1/+1
* libio: Add rtems_libio_iop_flags_initialize()Sebastian Huber2017-09-151-6/+10
* libio: Add iop set/clear flagsSebastian Huber2017-09-151-3/+3
* libio: Remove special-case reference countSebastian Huber2017-09-142-34/+19
* posix: Ignore pshared for semaphoresSebastian Huber2017-09-123-9/+0
* posix: Use mutex object itself for condvarSebastian Huber2017-09-121-4/+4
* Include missing <limits.h>Sebastian Huber2017-08-252-0/+3
* Include missing <string.h>Sebastian Huber2017-08-253-0/+3
* posix: fix warnings with mmap from heap/wkspaceGedare Bloom2017-07-242-2/+2
* posix: replace mmap mappings lock with libio lockGedare Bloom2017-07-242-84/+4