summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-12score: Add SMP priority affinity scheduler yieldTian Ye1-1/+7
2022-05-04ftpd.h: Add file header and licenseRyan Long1-1/+30
2022-05-04cpukit/include/rtems: Add file headers and licensesRyan Long2-0/+53
2022-05-04cpukit/include: Adding file headers and licensesRyan Long4-2/+113
2022-04-28heap: Fix heap statistics with protection enabledSebastian Huber1-9/+1
2022-04-06shell: Add rtems_shell_run_main_loop()Sebastian Huber1-0/+25
2022-04-05Update email address of Fernando Ruiz Casas to <fruizcasas@gmail.com>Joel Sherrill3-14/+20
2022-04-01cpukit/include/rtems/timespec.h: Change license to BSD-2Joel Sherrill1-3/+22
2022-04-01cpukit/include/rtems/cbs.h: Change license to BSD-2Joel Sherrill1-3/+22
2022-03-29rtems: Clarify scheduler of created taskSebastian Huber1-3/+3
2022-03-25cpukit/include/rtems/confdefs/libpci.h: Manual file header clean upJoel Sherrill1-8/+8
2022-03-25cpukit/include/sys: Change license to BSD-2.Joel Sherrill29-91/+642
2022-03-25cpukit/include/rtems: Change license to BSD-2Joel Sherrill73-219/+1606
2022-03-24cpukit/: Update Eric Norum contact info and normalize file headersJoel Sherrill1-7/+28
2022-03-24smp: Add fatal errorSebastian Huber1-1/+2
2022-03-24libtest: Add scheduler test supportSebastian Huber1-0/+290
2022-03-24score: Add _IO_Relax()Sebastian Huber1-0/+8
2022-03-18thread.hpp: Fix redefinition of default argumentSebastian Huber1-18/+14
2022-03-16bsps/irq: Improve affinity set handlingSebastian Huber1-1/+8
2022-03-10cpukit: Automated IMD header file clean upChristian Mauderer6-6/+6
2022-03-10bsps and cpukit: Manual file header clean upChristian Mauderer5-80/+53
2022-03-10cpukit/: Scripted embedded brains header file clean upJoel Sherrill41-254/+4
2022-02-28cpukit/include/rtems/posix/*.h: Change license to BSD-2Joel Sherrill26-78/+572
2022-02-28cpukit/include/rtems/rtems/*.h: Change license to BSD-2Joel Sherrill34-102/+748
2022-02-28cpukit/include/rtems/score/[s-z]*.h: Change license to BSD-2Joel Sherrill53-159/+1166
2022-02-28cpukit/include/rtems/score/[a-r]*.h: Change license to BSD-2Joel Sherrill50-150/+1100
2022-02-21kern_ntptime.c: Port to RTEMSSebastian Huber1-0/+9
2022-02-21config: CONFIGURE_DISABLE_NEWLIB_REENTRANCYSebastian Huber1-8/+9
2022-02-10termios: Pass number of sent chars to l_startChristian Mauderer1-1/+5
2022-01-27Remove obsolete rtems_gxx_*() implementationSebastian Huber2-82/+2
2021-12-22rtems: Fix Clock Manager parameter descriptionsSebastian Huber1-8/+8
2021-12-13rtems: Improve ordering in <rtems/rtems/intr.h>Sebastian Huber1-284/+284
2021-12-09Avoid ISR_LOCK_MEMBER() since it confuses DoxygenSebastian Huber6-7/+17
2021-12-07score: Fix _Workspace_Initialize_for_one_area()Sebastian Huber1-14/+20
2021-12-07score: Fix atomic stores for C++Sebastian Huber1-3/+3
2021-12-02rtems: Move all Interrupt Manager stuff to intr.hSebastian Huber2-2274/+2272
2021-12-02rtems: Move scheduler directives to own headerSebastian Huber3-479/+560
2021-11-30libc: Optimize malloc() initializationSebastian Huber3-5/+191
2021-11-30score: Optimize Workspace Handler initializationSebastian Huber3-10/+244
2021-11-23rtems: Replace "precision" with "resolution"Sebastian Huber1-32/+32
2021-11-23score: Properly continue the thread during restartSebastian Huber2-2/+7
2021-11-23score: Move _Thread_queue_Extract()Sebastian Huber1-1/+6
2021-11-23score: Simplify thread wait state handlingSebastian Huber3-15/+9
2021-11-23score: Add _Thread_MP_Extract_proxy()Sebastian Huber4-19/+41
2021-11-23rtems: Fix rtems_scheduler_remove_processor()Sebastian Huber2-12/+13
2021-11-23score: Fix assertion in SMP scheduler frameworkSebastian Huber1-6/+9
2021-11-23score: Rework ask for help requestsSebastian Huber4-83/+100
2021-11-23score: _Scheduler_SMP_Schedule_highest_ready()Sebastian Huber1-48/+49
2021-11-23score: Remove victim thread from CPU allocationSebastian Huber1-60/+53
2021-11-23score: Move _Scheduler_Unblock_node()Sebastian Huber2-71/+35