summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-16SPDX: use the Beerware identifier.Pedro F. Giffuni1-0/+2
2021-11-16kern_tc.c: Remove unused codeSebastian Huber1-6/+0
2021-10-07Add support for IDLE Thread stack allocatorJoel Sherrill7-8/+125
2021-09-20pxcdevctl: Adjust for standard (5 branch)Ryan Long1-8/+72
2021-09-09rtems: Initialize count of postponed jobsSebastian Huber1-0/+1
2021-05-28cpukit: Add description of release version numbersChristian Mauderer1-0/+21
2021-05-14rtems: Check entry point in rtems_task_start()Sebastian Huber1-0/+4
2021-03-31shell: Add i2c and spi commandsChristian Mauderer6-0/+565
2021-03-21rtems-fdt/rtems-fdt.c: Fix bug in loop terminationG S Niteesh Babu1-1/+1
2021-03-16rtems: Allow RTEMS_PRIORITY for MrsP semaphoresSebastian Huber1-1/+6
2021-03-07sparc,leon: avoid triggering LEON3FT errata TN-0009Daniel Hellstrom1-2/+3
2021-03-07sparc,leon: avoid triggering TN-0009 bad sequenceDaniel Hellstrom1-1/+2
2021-03-07sparc: fix bad register alignment for 64 bit storeDaniel Hellstrom1-1/+3
2021-03-07sparc: Remove sequences that the B2BST scan script warns aboutDaniel Cederman2-3/+6
2021-02-06score: Add barrier thread queue operationsSebastian Huber3-4/+40
2021-02-06score: Make FIFO thread queue ops publicSebastian Huber3-8/+144
2021-02-06score: Constify Thread_queue_First_operationSebastian Huber2-12/+13
2021-01-25Fix RTEMS_LINKER_ROSET_ITEM_ORDERED_DECLARE()Sebastian Huber1-1/+1
2020-10-30confdefs: Add extern C guards to libpci.hJan Sommer1-0/+8
2020-10-17libfs/rfs: Check search bit map end on last bitChris Johns1-2/+15
2020-10-16bsps/arm: Workaround for Errata 845369Sebastian Huber1-0/+32
2020-10-02i386/score: fix assembly mnemonicGedare Bloom1-1/+1
2020-09-28Fixing bug in line editing of the shell with CTRL-U.Frank Kühndel1-0/+5
2020-08-21confdefs: Fix cyclic dependencySebastian Huber2-12/+8
2020-08-11posix: Only check shm_unlink obj_err if necessaryKinsey Moore1-22/+23
2020-08-08shell: Only clear std handles when the shell task exitsChris Johns1-4/+22
2020-08-04dosfs: Fix memory leak on failed mounts.Christian Mauderer3-0/+13
2020-08-03rtems: Add rtems_interrupt_server_create()Sebastian Huber1-14/+129
2020-07-29i386: Fix possible race condition on first context restoreJan Sommer1-1/+1
2020-06-18rtems: Remove RTEMS_MP_NOT_CONFIGURED errorSebastian Huber4-19/+14
2020-06-11bsp/pc386: Define interrupt stack frame for smpJan Sommer2-13/+17
2020-06-11bsp/pc386: Update context switch and restoreJan Sommer2-16/+51
2020-06-11bsp/pc386: Update GDT to work for SMPJan Sommer2-5/+32
2020-05-27arm: Fix ARMv7-M exception handlerSebastian Huber1-8/+15
2020-05-12posix: Get real priority in pthread_getattr_np()Sebastian Huber1-4/+6
2020-05-07termios: Replace rtems_termios_isig_status_codeSebastian Huber3-59/+40
2020-05-06libdl: Add allocator check scriptChris Johns1-0/+96
2020-05-06score: Update _Copyright_NoticeSebastian Huber1-3/+2
2020-05-06rtems: Deprecate _Copyright_NoticeSebastian Huber2-1/+3
2020-05-06rtems: Add rtems_get_copyright_notice()Sebastian Huber4-2/+64
2020-05-06rtems: Deprecate <rtems/system.h>Sebastian Huber1-0/+4
2020-05-06rtems: Deprecate RTEMS_MAXIMUM_NAME_LENGTHSebastian Huber1-2/+3
2020-05-06rtems: Deprecate use of _RTEMS_versionSebastian Huber2-5/+6
2020-05-06Use rtems_get_version_string()Sebastian Huber1-3/+3
2020-05-05libdl/rap: Correctly check the return enum from rela callsChris Johns1-4/+13
2020-05-05libdl/obj-comp: Add trace prints when decompressingChris Johns2-0/+33
2020-05-05libdl/obj-cache: Fail if the read offset is past the file lengthChris Johns1-4/+5
2020-05-05libdl/obj: Fix RAP format call table.Chris Johns1-1/+0
2020-05-05libdl/sparc: Print trace message of reloc failture pathChris Johns1-1/+4
2020-05-05libdl: Fix comment.Chris Johns1-1/+1