summaryrefslogtreecommitdiffstats
path: root/cpukit/posix (follow)
Commit message (Expand)AuthorAgeFilesLines
* config: Add <rtems/confdefs/threads.h>Sebastian Huber2020-02-251-0/+2
* config: Remove CONFIGURE_POSIX_HAS_OWN_INIT_THREAD_TABLESebastian Huber2020-02-251-44/+31
* posix: Remove <rtems/posix/ptimer.h>Sebastian Huber2020-02-171-1/+0
* score: Move thread stack allocationSebastian Huber2020-02-121-5/+15
* score: Add Thread_ConfigurationSebastian Huber2020-02-121-27/+24
* score: Simplify FP context allocationSebastian Huber2020-02-121-7/+7
* Add TOD Hooks to allow BSP to take action when TOD is setJoel Sherrill2019-12-111-4/+12
* Move feature macro before "config.h" includeSebastian Huber2019-11-197-11/+17
* Correct initial POSIX signals maskJoel Sherrill2019-09-241-5/+48
* score: Use an ISR lock for Per_CPU_Control::LockSebastian Huber2019-04-122-8/+16
* posix: Avoid fatal error in Shm object createSebastian Huber2019-04-101-1/+5
* posix: Avoid workspace for queued signalsSebastian Huber2019-04-102-18/+12
* posix: _Configuration_POSIX_Maximum_queued_signalsSebastian Huber2019-04-102-2/+2
* rtems: Add rtems_scheduler_get_processor_maximum()Sebastian Huber2019-04-091-1/+1
* Remove superfluous run-time checkSebastian Huber2019-04-091-7/+1
* pthreadcreate.c: Silence unused variable warning (CID 1399716)Joel Sherrill2019-03-251-0/+1
* shmopen.c: Fix logically unreachable code (Coverity ID: 1399706, 1399714)Joel Sherrill2019-03-141-2/+3
* Remove superfluous <rtems/system.h> includesSebastian Huber2019-03-1439-40/+3
* posix: is_initialized is of type int not boolSebastian Huber2019-03-133-3/+3
* score: Static Objects_Information initializationSebastian Huber2018-12-1413-515/+510
* posix: Fix shm_unlink()Sebastian Huber2018-12-111-1/+10
* score: Remove Objects_Information::maximumSebastian Huber2018-12-071-1/+1
* score: Optimize object lookupSebastian Huber2018-12-071-1/+1
* score: Remove Objects_Information::is_stringSebastian Huber2018-12-075-7/+2
* 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