summaryrefslogtreecommitdiff
path: root/cpukit/posix (follow)
AgeCommit message (Expand)Author
2020-03-13libio: Robust file descriptor reference countingSebastian Huber
2020-02-25config: Add <rtems/confdefs/threads.h>Sebastian Huber
2020-02-25config: Remove CONFIGURE_POSIX_HAS_OWN_INIT_THREAD_TABLESebastian Huber
2020-02-17posix: Remove <rtems/posix/ptimer.h>Sebastian Huber
2020-02-12score: Move thread stack allocationSebastian Huber
2020-02-12score: Add Thread_ConfigurationSebastian Huber
2020-02-12score: Simplify FP context allocationSebastian Huber
2019-12-11Add TOD Hooks to allow BSP to take action when TOD is setJoel Sherrill
2019-11-19Move feature macro before "config.h" includeSebastian Huber
2019-09-24Correct initial POSIX signals maskJoel Sherrill
2019-04-12score: Use an ISR lock for Per_CPU_Control::LockSebastian Huber
2019-04-10posix: Avoid fatal error in Shm object createSebastian Huber
2019-04-10posix: Avoid workspace for queued signalsSebastian Huber
2019-04-10posix: _Configuration_POSIX_Maximum_queued_signalsSebastian Huber
2019-04-09rtems: Add rtems_scheduler_get_processor_maximum()Sebastian Huber
2019-04-09Remove superfluous run-time checkSebastian Huber
2019-03-25pthreadcreate.c: Silence unused variable warning (CID 1399716)Joel Sherrill
2019-03-14shmopen.c: Fix logically unreachable code (Coverity ID: 1399706, 1399714)Joel Sherrill
2019-03-14Remove superfluous <rtems/system.h> includesSebastian Huber
2019-03-13posix: is_initialized is of type int not boolSebastian Huber
2018-12-14score: Static Objects_Information initializationSebastian Huber
2018-12-11posix: Fix shm_unlink()Sebastian Huber
2018-12-07score: Remove Objects_Information::maximumSebastian Huber
2018-12-07score: Optimize object lookupSebastian Huber
2018-12-07score: Remove Objects_Information::is_stringSebastian Huber
2018-12-025 spelling errors for a Google Code-In task.Jacob Shin
2018-10-29posix: Provide threads by defaultSebastian Huber
2018-10-29posix: Provide shared memory objects by defaultSebastian Huber
2018-10-29posix: Split posix_api_configuration_tableSebastian Huber
2018-10-29Remove RTEMS_SCORE_OBJECT_ENABLE_STRING_NAMESSebastian Huber
2018-10-29score: Remove bogus thread object name supportSebastian Huber
2018-10-24posix: Provide get thread attributes by defaultSebastian Huber
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