summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* SPDX: use the Beerware identifier.Pedro F. Giffuni2021-11-161-0/+2
* kern_tc.c: Remove unused codeSebastian Huber2021-11-161-6/+0
* Add support for IDLE Thread stack allocatorJoel Sherrill2021-10-077-8/+125
* pxcdevctl: Adjust for standard (5 branch)Ryan Long2021-09-201-8/+72
* rtems: Initialize count of postponed jobsSebastian Huber2021-09-091-0/+1
* cpukit: Add description of release version numbersChristian Mauderer2021-05-281-0/+21
* rtems: Check entry point in rtems_task_start()Sebastian Huber2021-05-141-0/+4
* shell: Add i2c and spi commandsChristian Mauderer2021-03-316-0/+565
* rtems-fdt/rtems-fdt.c: Fix bug in loop terminationG S Niteesh Babu2021-03-211-1/+1
* rtems: Allow RTEMS_PRIORITY for MrsP semaphoresSebastian Huber2021-03-161-1/+6
* sparc,leon: avoid triggering LEON3FT errata TN-0009Daniel Hellstrom2021-03-071-2/+3
* sparc,leon: avoid triggering TN-0009 bad sequenceDaniel Hellstrom2021-03-071-1/+2
* sparc: fix bad register alignment for 64 bit storeDaniel Hellstrom2021-03-071-1/+3
* sparc: Remove sequences that the B2BST scan script warns aboutDaniel Cederman2021-03-072-3/+6
* score: Add barrier thread queue operationsSebastian Huber2021-02-063-4/+40
* score: Make FIFO thread queue ops publicSebastian Huber2021-02-063-8/+144
* score: Constify Thread_queue_First_operationSebastian Huber2021-02-062-12/+13
* Fix RTEMS_LINKER_ROSET_ITEM_ORDERED_DECLARE()Sebastian Huber2021-01-251-1/+1
* confdefs: Add extern C guards to libpci.hJan Sommer2020-10-301-0/+8
* libfs/rfs: Check search bit map end on last bitChris Johns2020-10-171-2/+15
* bsps/arm: Workaround for Errata 845369Sebastian Huber2020-10-161-0/+32
* i386/score: fix assembly mnemonicGedare Bloom2020-10-021-1/+1
* Fixing bug in line editing of the shell with CTRL-U.Frank Kühndel2020-09-281-0/+5
* confdefs: Fix cyclic dependencySebastian Huber2020-08-212-12/+8
* posix: Only check shm_unlink obj_err if necessaryKinsey Moore2020-08-111-22/+23
* shell: Only clear std handles when the shell task exitsChris Johns2020-08-081-4/+22
* dosfs: Fix memory leak on failed mounts.Christian Mauderer2020-08-043-0/+13
* rtems: Add rtems_interrupt_server_create()Sebastian Huber2020-08-031-14/+129
* i386: Fix possible race condition on first context restoreJan Sommer2020-07-291-1/+1
* rtems: Remove RTEMS_MP_NOT_CONFIGURED errorSebastian Huber2020-06-184-19/+14
* bsp/pc386: Define interrupt stack frame for smpJan Sommer2020-06-112-13/+17
* bsp/pc386: Update context switch and restoreJan Sommer2020-06-112-16/+51
* bsp/pc386: Update GDT to work for SMPJan Sommer2020-06-112-5/+32
* arm: Fix ARMv7-M exception handlerSebastian Huber2020-05-271-8/+15
* posix: Get real priority in pthread_getattr_np()Sebastian Huber2020-05-121-4/+6
* termios: Replace rtems_termios_isig_status_codeSebastian Huber2020-05-073-59/+40
* libdl: Add allocator check scriptChris Johns2020-05-061-0/+96
* score: Update _Copyright_NoticeSebastian Huber2020-05-061-3/+2
* rtems: Deprecate _Copyright_NoticeSebastian Huber2020-05-062-1/+3
* rtems: Add rtems_get_copyright_notice()Sebastian Huber2020-05-064-2/+64
* rtems: Deprecate <rtems/system.h>Sebastian Huber2020-05-061-0/+4
* rtems: Deprecate RTEMS_MAXIMUM_NAME_LENGTHSebastian Huber2020-05-061-2/+3
* rtems: Deprecate use of _RTEMS_versionSebastian Huber2020-05-062-5/+6
* Use rtems_get_version_string()Sebastian Huber2020-05-061-3/+3
* libdl/rap: Correctly check the return enum from rela callsChris Johns2020-05-051-4/+13
* libdl/obj-comp: Add trace prints when decompressingChris Johns2020-05-052-0/+33
* libdl/obj-cache: Fail if the read offset is past the file lengthChris Johns2020-05-051-4/+5
* libdl/obj: Fix RAP format call table.Chris Johns2020-05-051-1/+0
* libdl/sparc: Print trace message of reloc failture pathChris Johns2020-05-051-1/+4
* libdl: Fix comment.Chris Johns2020-05-051-1/+1