summaryrefslogtreecommitdiff
path: root/cpukit/posix (follow)
AgeCommit message (Expand)Author
2020-09-28rtems: Add rtems_message_queue_construct()Sebastian Huber
2020-09-28score: Improve _CORE_message_queue_Initialize()Sebastian Huber
2020-08-31score: Add stack free handler to TCBSebastian Huber
2020-08-11posix: Only check shm_unlink obj_err if necessaryKinsey Moore
2020-05-12posix: Get real priority in pthread_getattr_np()Sebastian Huber
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber
2020-04-16Canonicalize config.h includeSebastian Huber
2020-04-14score: Check time of day in _TOD_Set()Sebastian Huber
2020-04-14score: Return status in _TOD_Set()Sebastian Huber
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