summaryrefslogtreecommitdiff
path: root/cpukit/posix (follow)
AgeCommit message (Expand)Author
2023-10-13cpukit: Remove unused includesKinsey Moore
2023-05-20Update company nameSebastian Huber
2022-09-06pthread_atfork(): Change to behavior from FACE Technical StandardJoel Sherrill
2022-08-10Add support for CONFIGURE_POSIX_TIMERS_FACE_BEHAVIORJoel Sherrill
2022-08-05posix: Avoid dead code in clock_nanosleep()Sebastian Huber
2022-08-04posix: Fix relative CLOCK_REALTIME sleepSebastian Huber
2022-07-28score: Use PTHREAD_CANCELED for _Thread_Cancel()Sebastian Huber
2022-07-28score: Use priority inheritance for thread joinSebastian Huber
2022-06-15cpukit: Change _COMPILING_NEWLIB to _LIBC for helper functions declsChris Johns
2022-02-28posix/src/_execve.c: Change license to BSD-2Joel Sherrill
2022-02-28cpukit/posix/src/[p-z]*.c: Change license to BSD-2Joel Sherrill
2022-02-28cpukit/posix/src/[a-o]*.c: Change license to BSD-2Joel Sherrill
2022-02-21kern_ntptime.c: Port to RTEMSSebastian Huber
2021-11-23score: Properly continue the thread during restartSebastian Huber
2021-11-23score: Add _Thread_MP_Extract_proxy()Sebastian Huber
2021-11-15score: Introduce CPU budget operationsSebastian Huber
2021-09-06score: Add _TOD_Is_valid_new_time_of_day()Sebastian Huber
2021-09-06score: Return status in _TOD_Adjust()Sebastian Huber
2021-09-01score: Fix priority discipline handlingSebastian Huber
2021-08-18confstr() support for RTEMSEshan dhawan
2021-08-12score: Replace priority prepend it with an enumSebastian Huber
2021-08-11Test needed for timer_create with CLOCK_MONOTONCZacchaeus Leung
2021-06-10score: Fix initialization of thread queue contextSebastian Huber
2021-06-09sysconf: Remove sysconf(515)Ryan Long
2021-05-26posix: Allow pthread_cancel() from within ISRsSebastian Huber
2021-05-26score: Simplify calling _Thread_Exit()Sebastian Huber
2021-05-18score: Simplify thread queue timeout handlingSebastian Huber
2021-05-18posix: Fix use of clock for relative timesSebastian Huber
2021-05-17posix: Use RTEMS_POSIX_API in clock_nanosleep()Sebastian Huber
2021-05-17posix: Move clock_nanosleep()Sebastian Huber
2021-05-11score: Rename _Stack_Free_nothing()Sebastian Huber
2021-05-02score: Add _Thread_Dispatch_direct_no_return()Sebastian Huber
2021-04-30Use alias for rtems_task_self() and pthread_self()Sebastian Huber
2021-04-27Return status code for _Thread_Start()Sebastian Huber
2021-04-27Return status code for _Scheduler_Set_affinity()Sebastian Huber
2021-04-27Simplify get affinitiy directivesSebastian Huber
2021-04-27Return status code for _Scheduler_Get_affinity()Sebastian Huber
2021-04-20Remove superfluous <rtems/score/wkspace.h> includesSebastian Huber
2021-03-16score: Add Thread_Configuration::cpu_time_budgetSebastian Huber
2021-02-26score: Fix thread initializationSebastian Huber
2021-02-20posix: Remove superfluous checkSebastian Huber
2021-02-20score: Change thread action lockingSebastian Huber
2020-10-19posix: Fix pthread_spin_unlock()Sebastian Huber
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