summaryrefslogtreecommitdiffstats
path: root/cpukit/include (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-22i2c: Add non blocking read / writeChristian Mauderer1-1/+43
2021-06-17rtems: Fix rtems_task_set_affinity() docsSebastian Huber1-1/+1
2021-06-15Use a common phrase for pointer parametersSebastian Huber14-181/+180
2021-06-10score: Add PER_CPU_DATA_NEED_INITIALIZATION()Sebastian Huber1-0/+14
2021-06-10score: Fix initialization of thread queue contextSebastian Huber1-3/+9
2021-06-08score: Remove unused _Per_CPU_Initialize() declSebastian Huber1-7/+0
2021-05-28Change filesystem utime_h handler to utimens_hRyan Long3-31/+63
2021-05-28libcsupport: Added futimens() and utimensat()Ryan Long2-15/+123
2021-05-28thread-API: Add rtems_*mutex_try_lockChristian Mauderer1-0/+12
2021-05-28cpukit: Add description of release version numbersChristian Mauderer1-0/+21
2021-05-28score: Add RTEMS_UNREACHABLE() to a groupSebastian Huber1-0/+2
2021-05-27rtems: Document new rtems_task_delete() errorSebastian Huber1-0/+3
2021-05-26score: Simplify calling _Thread_Exit()Sebastian Huber1-7/+6
2021-05-25sysinit: Do not open console when just referencing reentrancy structure.Joel Sherrill1-0/+21
2021-05-18score: Simplify thread queue timeout handlingSebastian Huber3-13/+48
2021-05-17score: Add and use _Per_CPU_Is_ISR_in_progress()Sebastian Huber3-12/+21
2021-05-17score: Improve parameters in _Thread_Change_life()Sebastian Huber1-10/+12
2021-05-14rtems: Fix task restart within interrupt contextSebastian Huber1-14/+1
2021-05-14score: Return status in _Thread_Restart_other()Sebastian Huber1-6/+9
2021-05-14rtems: Add TOD_Ticks_validationSebastian Huber1-12/+19
2021-05-12rtems: Constify rtems_task_wake_when()Sebastian Huber2-6/+21
2021-05-12rtems: Document rtems_task_set_scheduler() errorsSebastian Huber1-3/+20
2021-05-12rtems: Clarify rtems_task_get_priority() docSebastian Huber1-2/+2
2021-05-12_TOD_Validate(): Fix incorrect return codeFrank Kühndel1-7/+7
2021-05-11score: Rename _Stack_Free_nothing()Sebastian Huber3-8/+8
2021-05-07rtems: rtems_scheduler_get_processor_set() docsSebastian Huber1-1/+1
2021-05-07rtems_scheduler_ident_by_processor_set() docsSebastian Huber1-0/+2
2021-05-04score: Make _Once_Lock() and _Once_Unlock() staticSebastian Huber1-16/+0
2021-05-03libtest: Fix use of flexible array memberSebastian Huber1-8/+10
2021-05-02score: Add _Thread_Dispatch_direct_no_return()Sebastian Huber1-0/+11
2021-04-30basedefs: Add RTEMS_NOINITSebastian Huber1-16/+26
2021-04-30Use alias for rtems_task_self() and pthread_self()Sebastian Huber1-0/+7
2021-04-28rtems: Generate <rtems/rtems/tasks.h>Sebastian Huber2-634/+1983
2021-04-28rtems: Generate <rtems/rtems/region.h>Sebastian Huber1-180/+633
2021-04-28rtems: Generate <rtems/rtems/intr.h>Sebastian Huber2-220/+750
2021-04-28rtems: Fix typo "cod" -> "code"Sebastian Huber1-3/+3
2021-04-28rtems: Clarify constraints in documentationSebastian Huber6-15/+26
2021-04-27Return status code for _Thread_Start()Sebastian Huber1-4/+3
2021-04-27Return status code for _Scheduler_Set_affinity()Sebastian Huber4-19/+35
2021-04-27rtems: Change rtems_task_get_affinity() statusSebastian Huber2-1/+3
2021-04-27Return status code for _Scheduler_Get_affinity()Sebastian Huber1-3/+4
2021-04-27rtems: Constify timer fire when directivesSebastian Huber1-2/+2
2021-04-23rtems: Generate <rtems/rtems/ratemon.h>Sebastian Huber1-180/+554
2021-04-23rtems: Generate <rtems/rtems/message.h>Sebastian Huber1-183/+720
2021-04-22rtems: Mention timer server fire directivesSebastian Huber1-2/+3
2021-04-21rtems: Generate <rtems/rtems/support.h>Sebastian Huber1-84/+320
2021-04-21rtems: Generate <rtems/rtems/mp.h>Sebastian Huber1-30/+126
2021-04-21rtems: Generate <rtems/rtems/dpmem.h>Sebastian Huber1-88/+280
2021-04-21rtems: Generate <rtems/init.h>Sebastian Huber1-29/+103
2021-04-21rtems: Generate <rtems/fatal.h>Sebastian Huber1-55/+229