summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* Retune SHA2 code for improved performance on CPUsColin Percival2022-09-082-190/+198
* Implement SHA-512 truncated (224 and 256 bits)Allan Jude2022-09-082-0/+150
* crypto routines: Hint minimum buffer sizes to the compilerConrad Meyer2022-09-085-9/+10
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude2022-09-084-19/+149
* powerpc: Add support for VRSAVESebastian Huber2022-09-083-15/+92
* rtems: Include <rtems/score/cpuopts.h>Sebastian Huber2022-09-083-0/+3
* score: Improve formattingSebastian Huber2022-09-081-4/+10
* pthread_atfork(): Change to behavior from FACE Technical StandardJoel Sherrill2022-09-061-8/+5
* config: Add SMP scheduler configuration errorsSebastian Huber2022-09-051-0/+20
* score: Regenerate <rtems/score/basedefs.h>Sebastian Huber2022-09-051-2/+2
* rtems: Add constraints for rtems_clock_tick()Sebastian Huber2022-09-051-0/+12
* Add items to Doxygen groupsSebastian Huber2022-09-0516-17/+53
* config: Document CONFIGURE_POSIX_TIMERS_FACE_BEHAVIORSebastian Huber2022-09-051-0/+49
* Fix pedanic warnings without a storage increaseSebastian Huber2022-08-312-1/+11
* libtest: Fix warnings without a pragmaSebastian Huber2022-08-312-21/+14
* config: Include <rtems/posix/timer.h> on demandSebastian Huber2022-08-311-2/+3
* score: Do not expose <limits.h> to <rtems.h>Sebastian Huber2022-08-301-3/+1
* score: Fix formatSebastian Huber2022-08-291-1/+1
* score: Fix formatSebastian Huber2022-08-292-3/+3
* Revert "linkersets.h: Fix gcc 12 warning"Sebastian Huber2022-08-291-1/+1
* libdebugger/aarch64: Set .start section to RWChris Johns2022-08-251-1/+22
* cpukit/include: Fix including in C++Chris Johns2022-08-227-13/+32
* cpukit/include: Fixes for C++Chris Johns2022-08-224-6/+14
* cpu.h: Fix gcc 12 warningsRyan Long2022-08-191-2/+18
* test.h: Add pragma for gcc 12 warningRyan Long2022-08-191-0/+7
* schedulerpriority.h: Fix gcc 12 warningRyan Long2022-08-191-1/+1
* percpu.h: Add pragma for gcc 12 warningRyan Long2022-08-191-0/+8
* interr.h: Fix gcc 12 warningRyan Long2022-08-191-1/+3
* linkersets.h: Fix gcc 12 warningRyan Long2022-08-191-1/+1
* threads.h: Add pragmas to get rid of gcc 12 errorsRyan Long2022-08-191-0/+15
* cpukit/include/rtems/test-info.h: Change @returns to @returnJoel Sherrill2022-08-101-3/+3
* Add support for CONFIGURE_POSIX_TIMERS_FACE_BEHAVIORJoel Sherrill2022-08-104-2/+129
* rtems/malloc.h: Add API level Doxygen groupSebastian Huber2022-08-101-19/+41
* libtest: Add T_report_hash_sha256_update()Sebastian Huber2022-08-102-0/+11
* libdl: Refactor shared code in ARM and AArch64Ryan Long2022-08-084-158/+113
* posix: Avoid dead code in clock_nanosleep()Sebastian Huber2022-08-051-5/+2
* libdl: Fix warnings on 64bit architecturesChris Johns2022-08-054-7/+7
* posix: Fix relative CLOCK_REALTIME sleepSebastian Huber2022-08-041-0/+9
* libmisc/shell: Add an 'rtems' command to report a running buildChris Johns2022-08-032-0/+162
* cpukit/libdl/rtl-sym.c: Fix increment of variableRyan Long2022-07-291-1/+1
* cpukit/libdl: Add support for AArch64Ryan Long2022-07-292-0/+855
* libdl/rtl-elf.h: Fix aarch64 defineRyan Long2022-07-291-1/+1
* sys/exec_elf.h: Bring in newer fileRyan Long2022-07-291-232/+608
* score: Allow linker garbage collectionSebastian Huber2022-07-282-3/+3
* score: Use PTHREAD_CANCELED for _Thread_Cancel()Sebastian Huber2022-07-283-10/+7
* score: Use priority inheritance for thread joinSebastian Huber2022-07-287-143/+159
* Use __asm__ for standard C compatibilitySebastian Huber2022-07-271-5/+5
* score: Fix objects local table initializationSebastian Huber2022-07-272-4/+2
* score: Remove PRIORITY_PSEUDO_ISR thread prioritySebastian Huber2022-07-2624-193/+287
* imfs: Add <rtems/imfsimpl.h>Sebastian Huber2022-07-2513-48/+104