summaryrefslogtreecommitdiffstats
path: root/cpukit/posix (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-10posix: Avoid fatal error in Shm object createSebastian Huber1-1/+5
2019-04-10posix: Avoid workspace for queued signalsSebastian Huber2-18/+12
2019-04-10posix: _Configuration_POSIX_Maximum_queued_signalsSebastian Huber2-2/+2
2019-04-09rtems: Add rtems_scheduler_get_processor_maximum()Sebastian Huber1-1/+1
2019-04-09Remove superfluous run-time checkSebastian Huber1-7/+1
2019-03-25pthreadcreate.c: Silence unused variable warning (CID 1399716)Joel Sherrill1-0/+1
2019-03-14shmopen.c: Fix logically unreachable code (Coverity ID: 1399706, 1399714)Joel Sherrill1-2/+3
2019-03-14Remove superfluous <rtems/system.h> includesSebastian Huber39-40/+3
2019-03-13posix: is_initialized is of type int not boolSebastian Huber3-3/+3
2018-12-14score: Static Objects_Information initializationSebastian Huber13-515/+510
2018-12-11posix: Fix shm_unlink()Sebastian Huber1-1/+10
2018-12-07score: Remove Objects_Information::maximumSebastian Huber1-1/+1
2018-12-07score: Optimize object lookupSebastian Huber1-1/+1
2018-12-07score: Remove Objects_Information::is_stringSebastian Huber5-7/+2
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-10build: Merge posix/Makefile.amSebastian Huber1-200/+0
2018-10-09build: Remove specialized CPPFLAGSSebastian Huber1-1/+0
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 Huber4-2/+2
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-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