summaryrefslogtreecommitdiffstats
path: root/cpukit/posix (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Add _TOD_Is_valid_new_time_of_day()Sebastian Huber2021-09-061-0/+5
* score: Return status in _TOD_Adjust()Sebastian Huber2021-09-061-1/+5
* score: Fix priority discipline handlingSebastian Huber2021-09-012-27/+18
* confstr() support for RTEMSEshan dhawan2021-08-181-0/+127
* score: Replace priority prepend it with an enumSebastian Huber2021-08-122-2/+2
* Test needed for timer_create with CLOCK_MONOTONCZacchaeus Leung2021-08-112-19/+32
* score: Fix initialization of thread queue contextSebastian Huber2021-06-104-4/+4
* sysconf: Remove sysconf(515)Ryan Long2021-06-091-4/+0
* posix: Allow pthread_cancel() from within ISRsSebastian Huber2021-05-261-9/+4
* score: Simplify calling _Thread_Exit()Sebastian Huber2021-05-262-16/+7
* score: Simplify thread queue timeout handlingSebastian Huber2021-05-185-27/+28
* posix: Fix use of clock for relative timesSebastian Huber2021-05-181-13/+18
* posix: Use RTEMS_POSIX_API in clock_nanosleep()Sebastian Huber2021-05-171-0/+5
* posix: Move clock_nanosleep()Sebastian Huber2021-05-172-91/+116
* score: Rename _Stack_Free_nothing()Sebastian Huber2021-05-111-1/+1
* score: Add _Thread_Dispatch_direct_no_return()Sebastian Huber2021-05-021-1/+1
* Use alias for rtems_task_self() and pthread_self()Sebastian Huber2021-04-301-32/+0
* Return status code for _Thread_Start()Sebastian Huber2021-04-271-3/+2
* Return status code for _Scheduler_Set_affinity()Sebastian Huber2021-04-272-5/+6
* Simplify get affinitiy directivesSebastian Huber2021-04-271-3/+0
* Return status code for _Scheduler_Get_affinity()Sebastian Huber2021-04-272-6/+8
* Remove superfluous <rtems/score/wkspace.h> includesSebastian Huber2021-04-204-4/+0
* score: Add Thread_Configuration::cpu_time_budgetSebastian Huber2021-03-163-40/+30
* score: Fix thread initializationSebastian Huber2021-02-261-18/+21
* posix: Remove superfluous checkSebastian Huber2021-02-201-6/+0
* score: Change thread action lockingSebastian Huber2021-02-201-0/+2
* posix: Fix pthread_spin_unlock()Sebastian Huber2020-10-191-1/+1
* rtems: Add rtems_message_queue_construct()Sebastian Huber2020-09-281-1/+3
* score: Improve _CORE_message_queue_Initialize()Sebastian Huber2020-09-281-8/+9
* score: Add stack free handler to TCBSebastian Huber2020-08-311-1/+3
* posix: Only check shm_unlink obj_err if necessaryKinsey Moore2020-08-111-22/+23
* posix: Get real priority in pthread_getattr_np()Sebastian Huber2020-05-121-4/+6
* doxygen: Switch @brief and @ingroupSebastian Huber2020-04-28165-165/+330
* Canonicalize config.h includeSebastian Huber2020-04-16225-226/+226
* score: Check time of day in _TOD_Set()Sebastian Huber2020-04-141-3/+0
* score: Return status in _TOD_Set()Sebastian Huber2020-04-141-4/+5
* libio: Robust file descriptor reference countingSebastian Huber2020-03-131-2/+2
* config: Add <rtems/confdefs/threads.h>Sebastian Huber2020-02-251-0/+2
* config: Remove CONFIGURE_POSIX_HAS_OWN_INIT_THREAD_TABLESebastian Huber2020-02-251-44/+31
* posix: Remove <rtems/posix/ptimer.h>Sebastian Huber2020-02-171-1/+0
* score: Move thread stack allocationSebastian Huber2020-02-121-5/+15
* score: Add Thread_ConfigurationSebastian Huber2020-02-121-27/+24
* score: Simplify FP context allocationSebastian Huber2020-02-121-7/+7
* Add TOD Hooks to allow BSP to take action when TOD is setJoel Sherrill2019-12-111-4/+12
* Move feature macro before "config.h" includeSebastian Huber2019-11-197-11/+17
* Correct initial POSIX signals maskJoel Sherrill2019-09-241-5/+48
* score: Use an ISR lock for Per_CPU_Control::LockSebastian Huber2019-04-122-8/+16
* posix: Avoid fatal error in Shm object createSebastian Huber2019-04-101-1/+5
* posix: Avoid workspace for queued signalsSebastian Huber2019-04-102-18/+12
* posix: _Configuration_POSIX_Maximum_queued_signalsSebastian Huber2019-04-102-2/+2