summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Account for <sys/bitset.h> API changesSebastian Huber2022-06-231-17/+73
* score: Remove unused _Processor_mask_Nand()Sebastian Huber2022-06-231-16/+0
* score: Make SMP only code explicitSebastian Huber2022-06-231-28/+5
* TFTPFS: Implement block and window size optionsFrank Kühndel2022-06-211-14/+393
* timecounter.h: Add _Timecounter_Discipline()Gabriel Moyano2022-05-231-0/+17
* score: Rename tc_getfrequency()Gabriel Moyano2022-05-231-0/+8
* score: Add SMP priority affinity scheduler yieldTian Ye2022-05-121-1/+7
* ftpd.h: Add file header and licenseRyan Long2022-05-041-1/+30
* cpukit/include/rtems: Add file headers and licensesRyan Long2022-05-042-0/+53
* cpukit/include: Adding file headers and licensesRyan Long2022-05-044-2/+113
* heap: Fix heap statistics with protection enabledSebastian Huber2022-04-281-9/+1
* shell: Add rtems_shell_run_main_loop()Sebastian Huber2022-04-061-0/+25
* Update email address of Fernando Ruiz Casas to <fruizcasas@gmail.com>Joel Sherrill2022-04-053-14/+20
* cpukit/include/rtems/timespec.h: Change license to BSD-2Joel Sherrill2022-04-011-3/+22
* cpukit/include/rtems/cbs.h: Change license to BSD-2Joel Sherrill2022-04-011-3/+22
* rtems: Clarify scheduler of created taskSebastian Huber2022-03-291-3/+3
* cpukit/include/rtems/confdefs/libpci.h: Manual file header clean upJoel Sherrill2022-03-251-8/+8
* cpukit/include/sys: Change license to BSD-2.Joel Sherrill2022-03-2529-91/+642
* cpukit/include/rtems: Change license to BSD-2Joel Sherrill2022-03-2573-219/+1606
* 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-1041-254/+4
* 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-211-0/+9
* 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
* 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-023-479/+560
* 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