summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-23score: Simplify Chain_Node definitionSebastian Huber1-16/+6
2022-09-23rtems: Add rtems_clock_get_ticks_since_boot() functionSebastian Huber1-0/+53
2022-09-22rtems: Fix typo in rtems_build_name() definitionSebastian Huber1-1/+1
2022-09-20bsps/riscv: Add Microchip PolarFire SoC BSP variantPadmarao Begari2-2/+2
2022-09-19Do not use RTEMS_INLINE_ROUTINESebastian Huber137-982/+982
2022-09-12score: Prevent an out of bounds warningSebastian Huber1-2/+7
2022-09-09score: Remove _CPU_Counter_difference()Sebastian Huber23-187/+19
2022-09-08libcrypt: There is no need to clear message digestXin LI2-4/+0
2022-09-08Get rid of unused variables.Xin LI2-16/+2
2022-09-08lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni3-2/+8
2022-09-08General further adoption of SPDX licensing ID tags.Pedro F. Giffuni1-1/+3
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