summaryrefslogtreecommitdiffstats
path: root/cpukit/posix (follow)
Commit message (Expand)AuthorAgeFilesLines
* 5 spelling errors for a Google Code-In task.Jacob Shin2018-12-021-1/+1
* posix: Provide threads by defaultSebastian Huber2018-10-294-15/+37
* posix: Provide shared memory objects by defaultSebastian Huber2018-10-291-0/+40
* posix: Split posix_api_configuration_tableSebastian Huber2018-10-2913-13/+212
* Remove RTEMS_SCORE_OBJECT_ENABLE_STRING_NAMESSebastian Huber2018-10-293-5/+5
* score: Remove bogus thread object name supportSebastian Huber2018-10-291-3/+1
* posix: Provide get thread attributes by defaultSebastian Huber2018-10-241-0/+4
* posix: Fix unused result warningSebastian Huber2018-10-121-2/+2
* build: Merge posix/Makefile.amSebastian Huber2018-10-101-200/+0
* build: Remove specialized CPPFLAGSSebastian Huber2018-10-091-1/+0
* posix: Remove static assertionSebastian Huber2018-10-091-2/+0
* score: Fix legacy RTEMS_STATIC_ASSERT()Sebastian Huber2018-10-052-2/+3
* Rename files to make them unique within cpukitSebastian Huber2018-10-044-2/+2
* posix: Add configure check for mprotect()Sebastian Huber2018-08-101-0/+4
* score: RTEMS_PREDICT_TRUE(), RTEMS_PREDICT_FALSE()Sebastian Huber2018-07-253-4/+4
* posix: Fix rwlock auto initializationSebastian Huber2018-07-161-1/+1
* posix: Check for new <pthread.h> prototypesSebastian Huber2018-07-053-8/+16
* build: Remove EXTRA_DISTSebastian Huber2018-04-041-2/+0
* Use _Thread_Dispatch_direct()Sebastian Huber2018-02-082-2/+2
* posix: Use one second based CLOCK_MONOTONICSebastian Huber2018-02-021-2/+3
* score: Introduce new monotonic clockSebastian Huber2018-02-028-14/+14
* Remove make preinstallChris Johns2018-01-2532-3982/+0
* posix: Remove unused global variableSebastian Huber2017-12-151-2/+0
* score: Use self-contained API mutexSebastian Huber2017-12-041-1/+1
* INTERNAL_ERROR_POSIX_INIT_THREAD_ENTRY_IS_NULLSebastian Huber2017-11-221-7/+1
* score: Simplify global constructionSebastian Huber2017-11-221-22/+4
* posix: _POSIX_Threads_Get_sched_param_sporadic()Sebastian Huber2017-11-213-9/+4
* posix: Change created_with_explicit_schedulerSebastian Huber2017-11-093-8/+5
* posix: Remove POSIX_API_Control::schedpolicySebastian Huber2017-11-098-27/+45
* 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-2422-559/+280
* 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: Fix POSIX disabled buildSebastian Huber2017-10-231-1/+4
* posix: Fix POSIX disabled buildSebastian Huber2017-10-181-0/+4
* posix: Simplify _POSIX_Threads_Create_extension()Sebastian Huber2017-10-172-17/+4
* posix: Remove POSIX_API_Control::schedparamSebastian Huber2017-10-178-31/+80
* posix: Move POSIX_API_Control::threadSebastian Huber2017-10-172-5/+5
* posix: Fix _POSIX_Threads_Create_extension()Sebastian Huber2017-10-172-2/+2
* score: Rename _Watchdog_Per_CPU_insert_monotonic()Sebastian Huber2017-10-172-2/+2
* score: Rename watchdog variantsSebastian Huber2017-10-177-12/+12
* 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-103-12/+4
* posix: Unconditional thread attribute supportSebastian Huber2017-10-1013-100/+155