summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-025 spelling errors for a Google Code-In task.Jacob Shin1-1/+1
2018-10-29posix: Provide threads by defaultSebastian Huber4-15/+37
2018-10-29posix: Provide shared memory objects by defaultSebastian Huber1-0/+40
2018-10-29posix: Split posix_api_configuration_tableSebastian Huber13-13/+212
2018-10-29Remove RTEMS_SCORE_OBJECT_ENABLE_STRING_NAMESSebastian Huber3-5/+5
2018-10-29score: Remove bogus thread object name supportSebastian Huber1-3/+1
2018-10-24posix: Provide get thread attributes by defaultSebastian Huber1-0/+4
2018-10-12posix: Fix unused result warningSebastian Huber1-2/+2
2018-10-09posix: Remove static assertionSebastian Huber1-2/+0
2018-10-05score: Fix legacy RTEMS_STATIC_ASSERT()Sebastian Huber2-2/+3
2018-10-04Rename files to make them unique within cpukitSebastian Huber3-0/+0
2018-08-10posix: Add configure check for mprotect()Sebastian Huber1-0/+4
2018-07-25score: RTEMS_PREDICT_TRUE(), RTEMS_PREDICT_FALSE()Sebastian Huber3-4/+4
2018-07-16posix: Fix rwlock auto initializationSebastian Huber1-1/+1
2018-07-05posix: Check for new <pthread.h> prototypesSebastian Huber3-8/+16
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
2017-12-15posix: Remove unused global variableSebastian Huber1-2/+0
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 Huber2-8/+1
2017-11-09posix: Change created_with_explicit_schedulerSebastian Huber2-5/+5
2017-11-09posix: Remove POSIX_API_Control::schedpolicySebastian Huber6-24/+41
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 Huber20-529/+253
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-17posix: Simplify _POSIX_Threads_Create_extension()Sebastian Huber2-17/+4
2017-10-17posix: Remove POSIX_API_Control::schedparamSebastian Huber5-26/+43
2017-10-17posix: Move POSIX_API_Control::threadSebastian Huber1-2/+2
2017-10-17posix: Fix _POSIX_Threads_Create_extension()Sebastian Huber2-2/+2
2017-10-17score: Rename _Watchdog_Per_CPU_insert_monotonic()Sebastian Huber1-1/+1
2017-10-17score: Rename watchdog variantsSebastian Huber6-11/+11
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 Huber2-6/+2
2017-10-10posix: Unconditional thread attribute supportSebastian Huber9-58/+64
2017-10-10posix: Constify default thread processor affinitySebastian Huber1-17/+2
2017-10-10posix: Simplify pthread_attr_setstack()Sebastian Huber2-15/+2
2017-10-09posix: Remove rtems_pthread_attribute_compare()Sebastian Huber1-93/+0
2017-10-09posix: Simplify POSIX_API_ControlSebastian Huber10-45/+58
2017-10-09score: Use struct timespec for TODSebastian Huber3-4/+9
2017-10-05posix: Implement self-contained POSIX mutexSebastian Huber8-226/+189
2017-10-05posix: Implement self-contained POSIX condvarSebastian Huber7-174/+92