summaryrefslogtreecommitdiff
path: root/cpukit/posix (follow)
AgeCommit message (Expand)Author
2018-10-12posix: Fix unused result warningSebastian Huber
2018-10-10build: Merge posix/Makefile.amSebastian Huber
2018-10-09build: Remove specialized CPPFLAGSSebastian Huber
2018-10-09posix: Remove static assertionSebastian Huber
2018-10-05score: Fix legacy RTEMS_STATIC_ASSERT()Sebastian Huber
2018-10-04Rename files to make them unique within cpukitSebastian Huber
2018-08-10posix: Add configure check for mprotect()Sebastian Huber
2018-07-25score: RTEMS_PREDICT_TRUE(), RTEMS_PREDICT_FALSE()Sebastian Huber
2018-07-16posix: Fix rwlock auto initializationSebastian Huber
2018-07-05posix: Check for new <pthread.h> prototypesSebastian Huber
2018-04-04build: Remove EXTRA_DISTSebastian Huber
2018-02-08Use _Thread_Dispatch_direct()Sebastian Huber
2018-02-02posix: Use one second based CLOCK_MONOTONICSebastian Huber
2018-02-02score: Introduce new monotonic clockSebastian Huber
2018-01-25Remove make preinstallChris Johns
2017-12-15posix: Remove unused global variableSebastian Huber
2017-12-04score: Use self-contained API mutexSebastian Huber
2017-11-22INTERNAL_ERROR_POSIX_INIT_THREAD_ENTRY_IS_NULLSebastian Huber
2017-11-22score: Simplify global constructionSebastian Huber
2017-11-21posix: _POSIX_Threads_Get_sched_param_sporadic()Sebastian Huber
2017-11-09posix: Change created_with_explicit_schedulerSebastian Huber
2017-11-09posix: Remove POSIX_API_Control::schedpolicySebastian Huber
2017-11-02posix: Use far future for very long timeoutsSebastian Huber
2017-10-28posix: Fix pthread_create() with user stackSebastian Huber
2017-10-24score: Move thread queue timeout handlingSebastian Huber
2017-10-24score: Rename function threadq support functionSebastian Huber
2017-10-24score: Rename _Watchdog_Ticks_from_*()Sebastian Huber
2017-10-24posix: Do not touch msg priority in case of errorSebastian Huber
2017-10-23posix: Fix POSIX disabled buildSebastian Huber
2017-10-18posix: Fix POSIX disabled buildSebastian Huber
2017-10-17posix: Simplify _POSIX_Threads_Create_extension()Sebastian Huber
2017-10-17posix: Remove POSIX_API_Control::schedparamSebastian Huber
2017-10-17posix: Move POSIX_API_Control::threadSebastian Huber
2017-10-17posix: Fix _POSIX_Threads_Create_extension()Sebastian Huber
2017-10-17score: Rename _Watchdog_Per_CPU_insert_monotonic()Sebastian Huber
2017-10-17score: Rename watchdog variantsSebastian Huber
2017-10-12posix: Fix const qualifier warningSebastian Huber
2017-10-12posix: Use right time format in adjtime()Sebastian Huber
2017-10-11posix: Include missing <limits.h>Sebastian Huber
2017-10-11score: Remove CPU_set_ControlSebastian Huber
2017-10-11posix: Validate affinity sets by the schedulerSebastian Huber
2017-10-10score: Add _Thread_queue_Dispatch_disable()Sebastian Huber
2017-10-10posix: Unconditional thread attribute supportSebastian Huber
2017-10-10posix: Constify default thread processor affinitySebastian Huber
2017-10-10posix: Simplify pthread_attr_setstack()Sebastian Huber
2017-10-09posix: Remove rtems_pthread_attribute_compare()Sebastian Huber
2017-10-09posix: Simplify POSIX_API_ControlSebastian Huber
2017-10-09score: Use struct timespec for TODSebastian Huber
2017-10-06posix: Resurrect signal supportSebastian Huber
2017-10-05posix: Implement self-contained POSIX mutexSebastian Huber