summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-16cpukit: Remove or use unused variable assignmentsKinsey Moore1-1/+0
2023-10-13cpukit: Remove unused includesKinsey Moore10-11/+0
2023-05-20Update company nameSebastian Huber34-34/+34
2022-09-06pthread_atfork(): Change to behavior from FACE Technical StandardJoel Sherrill1-8/+5
2022-08-10Add support for CONFIGURE_POSIX_TIMERS_FACE_BEHAVIORJoel Sherrill1-2/+29
2022-08-05posix: Avoid dead code in clock_nanosleep()Sebastian Huber1-5/+2
2022-08-04posix: Fix relative CLOCK_REALTIME sleepSebastian Huber1-0/+9
2022-07-28score: Use PTHREAD_CANCELED for _Thread_Cancel()Sebastian Huber1-1/+1
2022-07-28score: Use priority inheritance for thread joinSebastian Huber2-36/+13
2022-06-15cpukit: Change _COMPILING_NEWLIB to _LIBC for helper functions declsChris Johns1-2/+2
2022-02-28posix/src/_execve.c: Change license to BSD-2Joel Sherrill1-3/+22
2022-02-28cpukit/posix/src/[p-z]*.c: Change license to BSD-2Joel Sherrill125-375/+2750
2022-02-28cpukit/posix/src/[a-o]*.c: Change license to BSD-2Joel Sherrill86-258/+1892
2022-02-21kern_ntptime.c: Port to RTEMSSebastian Huber1-93/+0
2021-11-23score: Properly continue the thread during restartSebastian Huber1-11/+2
2021-11-23score: Add _Thread_MP_Extract_proxy()Sebastian Huber1-5/+11
2021-11-15score: Introduce CPU budget operationsSebastian Huber5-49/+85
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