summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libtests/sha: Add tests for SHA512-224Sebastian Huber2022-09-081-0/+50
* libtests/sha: Add tests for SHA384Sebastian Huber2022-09-081-0/+58
* libtests/sha: Add tests for SHA224Sebastian Huber2022-09-081-4/+54
* libmd: Always erase context in _Final method,Xin LI2022-09-082-5/+5
* Implement SHA2-224 submode of SHA2-256Conrad Meyer2022-09-082-0/+113
* Fix C++ includability of crypto headers with static array sizesAlan Somers2022-09-084-5/+10
* 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
* minimum: Do not use unified work areasSebastian Huber2022-09-081-15/+0
* bsp/qoriq: Enable VRSAVE optimizationSebastian Huber2022-09-081-0/+2
* powerpc: Add support for VRSAVESebastian Huber2022-09-085-23/+429
* 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-063-11/+14
* bsp/riscv: Add NOEL-V BSPMartin Aberg2022-09-0622-0/+754
* bsp/riscv: Work area size based on /memory node in fdtDaniel Cederman2022-09-062-0/+145
* config: Add SMP scheduler configuration errorsSebastian Huber2022-09-051-0/+20
* validation: CONFIGURE_SCHEDULER_TABLE_ENTRIESSebastian Huber2022-09-054-2/+120
* score: Regenerate <rtems/score/basedefs.h>Sebastian Huber2022-09-051-2/+2
* validation: Refine basedefs specificationSebastian Huber2022-09-053-1/+147
* rtems: Add constraints for rtems_clock_tick()Sebastian Huber2022-09-051-0/+12
* Add items to Doxygen groupsSebastian Huber2022-09-0516-17/+53
* validation: RegenerateSebastian Huber2022-09-051-6/+6
* config: Document CONFIGURE_POSIX_TIMERS_FACE_BEHAVIORSebastian Huber2022-09-051-0/+49
* validation: Ignore array bounds warningsSebastian Huber2022-08-311-0/+10
* Fix pedanic warnings without a storage increaseSebastian Huber2022-08-312-1/+11
* libtest: Fix warnings without a pragmaSebastian Huber2022-08-313-26/+19
* config: Include <rtems/posix/timer.h> on demandSebastian Huber2022-08-311-2/+3
* validation: Move flush filter stop validationSebastian Huber2022-08-314-106/+408
* validation: Support a partial thread queue flushSebastian Huber2022-08-317-31/+53
* validation: Fix use of uninitialized variablesSebastian Huber2022-08-301-20/+16
* 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
* bsps/xilinx/versal: Add Cadence I2C driver supportChris Johns2022-08-2510-0/+145
* bsps/amd64: remove -Werror from ABI flagsStephen Clark2022-08-232-2/+0
* bsps/xilinx/versal: Remove IPL32 BSPs, add aiedge and change defaultsChris Johns2022-08-2310-110/+42
* cpukit/include: Fix including in C++Chris Johns2022-08-227-13/+32
* cpukit/include: Fixes for C++Chris Johns2022-08-224-6/+14
* spec/librtemscpu: Fix installed headersChris Johns2022-08-222-2/+1
* spec/bsps/aarch64: Install ELF machine types for libdlChris Johns2022-08-221-0/+3
* spec/bsps: Do not install tm27.hChris Johns2022-08-2290-90/+0
* psxkey07/init.c: Add pragma for gcc 12 warningRyan Long2022-08-191-2/+9
* psxclock/init.c: Change print format for warningRyan Long2022-08-191-1/+1
* ttest01/test-checks.c: Initialize variablesRyan Long2022-08-191-5/+5
* malloctest/init.c: Added pragmas to address gcc 12 warningsRyan Long2022-08-191-3/+38