summaryrefslogtreecommitdiffstats
path: root/cpukit/posix (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-16posix: Fix rwlock auto initializationSebastian Huber1-1/+1
2018-07-05posix: Check for new <pthread.h> prototypesSebastian Huber3-8/+16
2018-04-04build: Remove EXTRA_DISTSebastian Huber1-2/+0
2018-02-08Use _Thread_Dispatch_direct()Sebastian Huber2-2/+2
2018-02-02posix: Use one second based CLOCK_MONOTONICSebastian Huber1-2/+3
2018-02-02score: Introduce new monotonic clockSebastian Huber8-14/+14
2018-01-25Remove make preinstallChris Johns32-3982/+0
2017-12-15posix: Remove unused global variableSebastian Huber1-2/+0
2017-12-04score: Use self-contained API mutexSebastian Huber1-1/+1
2017-11-22INTERNAL_ERROR_POSIX_INIT_THREAD_ENTRY_IS_NULLSebastian Huber1-7/+1
2017-11-22score: Simplify global constructionSebastian Huber1-22/+4
2017-11-21posix: _POSIX_Threads_Get_sched_param_sporadic()Sebastian Huber3-9/+4
2017-11-09posix: Change created_with_explicit_schedulerSebastian Huber3-8/+5
2017-11-09posix: Remove POSIX_API_Control::schedpolicySebastian Huber8-27/+45
2017-11-02posix: Use far future for very long timeoutsSebastian Huber2-22/+8
2017-10-28posix: Fix pthread_create() with user stackSebastian Huber1-3/+11
2017-10-24score: Move thread queue timeout handlingSebastian Huber22-559/+280
2017-10-24score: Rename function threadq support functionSebastian Huber6-9/+6
2017-10-24score: Rename _Watchdog_Ticks_from_*()Sebastian Huber1-2/+2
2017-10-24posix: Do not touch msg priority in case of errorSebastian Huber1-4/+4
2017-10-23posix: Fix POSIX disabled buildSebastian Huber1-1/+4
2017-10-18posix: Fix POSIX disabled buildSebastian Huber1-0/+4
2017-10-17posix: Simplify _POSIX_Threads_Create_extension()Sebastian Huber2-17/+4
2017-10-17posix: Remove POSIX_API_Control::schedparamSebastian Huber8-31/+80
2017-10-17posix: Move POSIX_API_Control::threadSebastian Huber2-5/+5
2017-10-17posix: Fix _POSIX_Threads_Create_extension()Sebastian Huber2-2/+2
2017-10-17score: Rename _Watchdog_Per_CPU_insert_monotonic()Sebastian Huber2-2/+2
2017-10-17score: Rename watchdog variantsSebastian Huber7-12/+12
2017-10-12posix: Fix const qualifier warningSebastian Huber1-2/+4
2017-10-12posix: Use right time format in adjtime()Sebastian Huber1-4/+5
2017-10-11posix: Include missing <limits.h>Sebastian Huber1-0/+2
2017-10-11score: Remove CPU_set_ControlSebastian Huber2-2/+0
2017-10-11posix: Validate affinity sets by the schedulerSebastian Huber1-7/+2
2017-10-10score: Add _Thread_queue_Dispatch_disable()Sebastian Huber3-12/+4
2017-10-10posix: Unconditional thread attribute supportSebastian Huber13-100/+155
2017-10-10posix: Constify default thread processor affinitySebastian Huber2-18/+3
2017-10-10posix: Simplify pthread_attr_setstack()Sebastian Huber2-15/+2
2017-10-09posix: Remove rtems_pthread_attribute_compare()Sebastian Huber3-104/+0
2017-10-09posix: Simplify POSIX_API_ControlSebastian Huber14-58/+73
2017-10-09score: Use struct timespec for TODSebastian Huber3-4/+9
2017-10-06posix: Resurrect signal supportSebastian Huber1-0/+4
2017-10-05posix: Implement self-contained POSIX mutexSebastian Huber13-378/+607
2017-10-05posix: Implement self-contained POSIX condvarSebastian Huber12-304/+190
2017-10-05posix: Implement self-contained POSIX rwlocksSebastian Huber15-274/+103
2017-10-05posix: Implement self-contained POSIX barriersSebastian Huber9-290/+156
2017-10-05posix: Implement self-contained POSIX semaphoresSebastian Huber18-461/+296
2017-10-05posix: Optimize pthread_once_tSebastian Huber1-4/+1
2017-10-04posix: Fix aio_cancel()Sebastian Huber1-1/+1
2017-09-27posix: Remove superfluous includesSebastian Huber8-57/+18
2017-09-27posix: Remove superfluous includesSebastian Huber2-14/+8