summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-08libmd: Always erase context in _Final method,Xin LI2-5/+5
2022-09-08Implement SHA2-224 submode of SHA2-256Conrad Meyer2-0/+113
2022-09-08Fix C++ includability of crypto headers with static array sizesAlan Somers4-5/+10
2022-09-08Retune SHA2 code for improved performance on CPUsColin Percival2-190/+198
2022-09-08Implement SHA-512 truncated (224 and 256 bits)Allan Jude2-0/+150
2022-09-08crypto routines: Hint minimum buffer sizes to the compilerConrad Meyer5-9/+10
2022-09-08Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude4-19/+149
2022-09-08powerpc: Add support for VRSAVESebastian Huber3-15/+92
2022-09-08rtems: Include <rtems/score/cpuopts.h>Sebastian Huber3-0/+3
2022-09-08score: Improve formattingSebastian Huber1-4/+10
2022-09-06pthread_atfork(): Change to behavior from FACE Technical StandardJoel Sherrill1-8/+5
2022-09-05config: Add SMP scheduler configuration errorsSebastian Huber1-0/+20
2022-09-05score: Regenerate <rtems/score/basedefs.h>Sebastian Huber1-2/+2
2022-09-05rtems: Add constraints for rtems_clock_tick()Sebastian Huber1-0/+12
2022-09-05Add items to Doxygen groupsSebastian Huber16-17/+53
2022-09-05config: Document CONFIGURE_POSIX_TIMERS_FACE_BEHAVIORSebastian Huber1-0/+49
2022-08-31Fix pedanic warnings without a storage increaseSebastian Huber2-1/+11
2022-08-31libtest: Fix warnings without a pragmaSebastian Huber2-21/+14
2022-08-31config: Include <rtems/posix/timer.h> on demandSebastian Huber1-2/+3
2022-08-30score: Do not expose <limits.h> to <rtems.h>Sebastian Huber1-3/+1
2022-08-29score: Fix formatSebastian Huber1-1/+1
2022-08-29score: Fix formatSebastian Huber2-3/+3
2022-08-29Revert "linkersets.h: Fix gcc 12 warning"Sebastian Huber1-1/+1
2022-08-25libdebugger/aarch64: Set .start section to RWChris Johns1-1/+22
2022-08-22cpukit/include: Fix including in C++Chris Johns7-13/+32
2022-08-22cpukit/include: Fixes for C++Chris Johns4-6/+14
2022-08-19cpu.h: Fix gcc 12 warningsRyan Long1-2/+18
2022-08-19test.h: Add pragma for gcc 12 warningRyan Long1-0/+7
2022-08-19schedulerpriority.h: Fix gcc 12 warningRyan Long1-1/+1
2022-08-19percpu.h: Add pragma for gcc 12 warningRyan Long1-0/+8
2022-08-19interr.h: Fix gcc 12 warningRyan Long1-1/+3
2022-08-19linkersets.h: Fix gcc 12 warningRyan Long1-1/+1
2022-08-19threads.h: Add pragmas to get rid of gcc 12 errorsRyan Long1-0/+15
2022-08-10cpukit/include/rtems/test-info.h: Change @returns to @returnJoel Sherrill1-3/+3
2022-08-10Add support for CONFIGURE_POSIX_TIMERS_FACE_BEHAVIORJoel Sherrill4-2/+129
2022-08-10rtems/malloc.h: Add API level Doxygen groupSebastian Huber1-19/+41
2022-08-10libtest: Add T_report_hash_sha256_update()Sebastian Huber2-0/+11
2022-08-08libdl: Refactor shared code in ARM and AArch64Ryan Long4-158/+113
2022-08-05posix: Avoid dead code in clock_nanosleep()Sebastian Huber1-5/+2
2022-08-05libdl: Fix warnings on 64bit architecturesChris Johns4-7/+7
2022-08-04posix: Fix relative CLOCK_REALTIME sleepSebastian Huber1-0/+9
2022-08-03libmisc/shell: Add an 'rtems' command to report a running buildChris Johns2-0/+162
2022-07-29cpukit/libdl/rtl-sym.c: Fix increment of variableRyan Long1-1/+1
2022-07-29cpukit/libdl: Add support for AArch64Ryan Long2-0/+855
2022-07-29libdl/rtl-elf.h: Fix aarch64 defineRyan Long1-1/+1
2022-07-29sys/exec_elf.h: Bring in newer fileRyan Long1-232/+608
2022-07-28score: Allow linker garbage collectionSebastian Huber2-3/+3
2022-07-28score: Use PTHREAD_CANCELED for _Thread_Cancel()Sebastian Huber3-10/+7
2022-07-28score: Use priority inheritance for thread joinSebastian Huber7-143/+159
2022-07-27Use __asm__ for standard C compatibilitySebastian Huber1-5/+5