summaryrefslogtreecommitdiffstats
path: root/cpukit/posix (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-16Canonicalize config.h includeSebastian Huber225-226/+226
2020-04-14score: Check time of day in _TOD_Set()Sebastian Huber1-3/+0
2020-04-14score: Return status in _TOD_Set()Sebastian Huber1-4/+5
2020-03-13libio: Robust file descriptor reference countingSebastian Huber1-2/+2
2020-02-25config: Add <rtems/confdefs/threads.h>Sebastian Huber1-0/+2
2020-02-25config: Remove CONFIGURE_POSIX_HAS_OWN_INIT_THREAD_TABLESebastian Huber1-44/+31
2020-02-17posix: Remove <rtems/posix/ptimer.h>Sebastian Huber1-1/+0
2020-02-12score: Move thread stack allocationSebastian Huber1-5/+15
2020-02-12score: Add Thread_ConfigurationSebastian Huber1-27/+24
2020-02-12score: Simplify FP context allocationSebastian Huber1-7/+7
2019-12-11Add TOD Hooks to allow BSP to take action when TOD is setJoel Sherrill1-4/+12
2019-11-19Move feature macro before "config.h" includeSebastian Huber7-11/+17
2019-09-24Correct initial POSIX signals maskJoel Sherrill1-5/+48
2019-04-12score: Use an ISR lock for Per_CPU_Control::LockSebastian Huber2-8/+16
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