summaryrefslogtreecommitdiffstats
path: root/cpukit/posix (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-06score: Add _TOD_Is_valid_new_time_of_day()Sebastian Huber1-0/+5
2021-09-06score: Return status in _TOD_Adjust()Sebastian Huber1-1/+5
2021-09-01score: Fix priority discipline handlingSebastian Huber2-27/+18
2021-08-18confstr() support for RTEMSEshan dhawan1-0/+127
2021-08-12score: Replace priority prepend it with an enumSebastian Huber2-2/+2
2021-08-11Test needed for timer_create with CLOCK_MONOTONCZacchaeus Leung2-19/+32
2021-06-10score: Fix initialization of thread queue contextSebastian Huber4-4/+4
2021-06-09sysconf: Remove sysconf(515)Ryan Long1-4/+0
2021-05-26posix: Allow pthread_cancel() from within ISRsSebastian Huber1-9/+4
2021-05-26score: Simplify calling _Thread_Exit()Sebastian Huber2-16/+7
2021-05-18score: Simplify thread queue timeout handlingSebastian Huber5-27/+28
2021-05-18posix: Fix use of clock for relative timesSebastian Huber1-13/+18
2021-05-17posix: Use RTEMS_POSIX_API in clock_nanosleep()Sebastian Huber1-0/+5
2021-05-17posix: Move clock_nanosleep()Sebastian Huber2-91/+116
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