summaryrefslogtreecommitdiffstats
path: root/cpukit/posix (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-11score: Rename _Stack_Free_nothing()Sebastian Huber1-1/+1
2021-05-02score: Add _Thread_Dispatch_direct_no_return()Sebastian Huber1-1/+1
2021-04-30Use alias for rtems_task_self() and pthread_self()Sebastian Huber1-32/+0
2021-04-27Return status code for _Thread_Start()Sebastian Huber1-3/+2
2021-04-27Return status code for _Scheduler_Set_affinity()Sebastian Huber2-5/+6
2021-04-27Simplify get affinitiy directivesSebastian Huber1-3/+0
2021-04-27Return status code for _Scheduler_Get_affinity()Sebastian Huber2-6/+8
2021-04-20Remove superfluous <rtems/score/wkspace.h> includesSebastian Huber4-4/+0
2021-03-16score: Add Thread_Configuration::cpu_time_budgetSebastian Huber3-40/+30
2021-02-26score: Fix thread initializationSebastian Huber1-18/+21
2021-02-20posix: Remove superfluous checkSebastian Huber1-6/+0
2021-02-20score: Change thread action lockingSebastian Huber1-0/+2
2020-10-19posix: Fix pthread_spin_unlock()Sebastian Huber1-1/+1
2020-09-28rtems: Add rtems_message_queue_construct()Sebastian Huber1-1/+3
2020-09-28score: Improve _CORE_message_queue_Initialize()Sebastian Huber1-8/+9
2020-08-31score: Add stack free handler to TCBSebastian Huber1-1/+3
2020-08-11posix: Only check shm_unlink obj_err if necessaryKinsey Moore1-22/+23
2020-05-12posix: Get real priority in pthread_getattr_np()Sebastian Huber1-4/+6
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber165-165/+330
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