summaryrefslogtreecommitdiffstats
path: root/cpukit/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* cpukit/include/rtems: Change license to BSD-2Joel Sherrill2022-03-2573-219/+1606
* cpukit/include/linux: Change license to BSD-2Joel Sherrill2022-03-254-12/+88
* cpukit/include/dev: Change license to BSD-2Joel Sherrill2022-03-2512-36/+264
* cpukit/: Update Eric Norum contact info and normalize file headersJoel Sherrill2022-03-241-7/+28
* smp: Add fatal errorSebastian Huber2022-03-241-1/+2
* libtest: Add scheduler test supportSebastian Huber2022-03-241-0/+290
* score: Add _IO_Relax()Sebastian Huber2022-03-241-0/+8
* thread.hpp: Fix redefinition of default argumentSebastian Huber2022-03-181-18/+14
* bsps/irq: Improve affinity set handlingSebastian Huber2022-03-161-1/+8
* cpukit: Automated IMD header file clean upChristian Mauderer2022-03-106-6/+6
* bsps and cpukit: Manual file header clean upChristian Mauderer2022-03-105-80/+53
* cpukit/: Scripted embedded brains header file clean upJoel Sherrill2022-03-1052-320/+4
* cpukit/include/adainclude: Change license to BSD-2Joel Sherrill2022-02-2839-117/+858
* cpukit/include/rtems/posix/*.h: Change license to BSD-2Joel Sherrill2022-02-2826-78/+572
* cpukit/include/rtems/rtems/*.h: Change license to BSD-2Joel Sherrill2022-02-2834-102/+748
* cpukit/include/rtems/score/[s-z]*.h: Change license to BSD-2Joel Sherrill2022-02-2853-159/+1166
* cpukit/include/rtems/score/[a-r]*.h: Change license to BSD-2Joel Sherrill2022-02-2850-150/+1100
* kern_ntptime.c: Port to RTEMSSebastian Huber2022-02-212-2/+11
* config: CONFIGURE_DISABLE_NEWLIB_REENTRANCYSebastian Huber2022-02-211-8/+9
* termios: Pass number of sent chars to l_startChristian Mauderer2022-02-101-1/+5
* Remove obsolete rtems_gxx_*() implementationSebastian Huber2022-01-272-82/+2
* rtems: Fix Clock Manager parameter descriptionsSebastian Huber2021-12-221-8/+8
* libfdt: overlay: make overlay_get_target() publicVikram Garhwal2021-12-141-0/+18
* fdtget: Fix signedness comparisons warningsAndre Przywara2021-12-141-0/+7
* Set last_comp_version correctly in new dtb and fix potential version issues i...Justin Covell2021-12-141-0/+1
* libfdt: Internally perform potentially unaligned loadsTom Rini2021-12-141-5/+3
* libfdt: Check for 8-byte address alignment in fdt_ro_probe_()Tom Rini2021-12-141-1/+5
* libfdt: Fix kernel-doc commentsAndre Przywara2021-12-141-36/+75
* libfdt: add extern "C" for C++Patrick Oppenlander2021-12-141-0/+8
* rtems: Improve ordering in <rtems/rtems/intr.h>Sebastian Huber2021-12-131-284/+284
* Avoid ISR_LOCK_MEMBER() since it confuses DoxygenSebastian Huber2021-12-096-7/+17
* score: Fix _Workspace_Initialize_for_one_area()Sebastian Huber2021-12-071-14/+20
* score: Fix atomic stores for C++Sebastian Huber2021-12-071-3/+3
* rtems: Move all Interrupt Manager stuff to intr.hSebastian Huber2021-12-022-2274/+2272
* rtems: Move scheduler directives to own headerSebastian Huber2021-12-024-479/+561
* libc: Optimize malloc() initializationSebastian Huber2021-11-303-5/+191
* score: Optimize Workspace Handler initializationSebastian Huber2021-11-303-10/+244
* rtems: Replace "precision" with "resolution"Sebastian Huber2021-11-231-32/+32
* score: Properly continue the thread during restartSebastian Huber2021-11-232-2/+7
* score: Move _Thread_queue_Extract()Sebastian Huber2021-11-231-1/+6
* score: Simplify thread wait state handlingSebastian Huber2021-11-233-15/+9
* score: Add _Thread_MP_Extract_proxy()Sebastian Huber2021-11-234-19/+41
* rtems: Fix rtems_scheduler_remove_processor()Sebastian Huber2021-11-232-12/+13
* score: Fix assertion in SMP scheduler frameworkSebastian Huber2021-11-231-6/+9
* score: Rework ask for help requestsSebastian Huber2021-11-234-83/+100
* score: _Scheduler_SMP_Schedule_highest_ready()Sebastian Huber2021-11-231-48/+49
* score: Remove victim thread from CPU allocationSebastian Huber2021-11-231-60/+53
* score: Move _Scheduler_Unblock_node()Sebastian Huber2021-11-232-71/+35
* score: Move _Scheduler_Block_node()Sebastian Huber2021-11-232-81/+46
* score: Simplify _Scheduler_SMP_Yield()Sebastian Huber2021-11-231-10/+1