summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtems: Fix formatSebastian Huber2022-09-301-1/+1
* score: Simplify Chain_Node definitionSebastian Huber2022-09-231-16/+6
* rtems: Add rtems_clock_get_ticks_since_boot() functionSebastian Huber2022-09-231-0/+53
* rtems: Fix typo in rtems_build_name() definitionSebastian Huber2022-09-221-1/+1
* bsps/riscv: Add Microchip PolarFire SoC BSP variantPadmarao Begari2022-09-202-2/+2
* Do not use RTEMS_INLINE_ROUTINESebastian Huber2022-09-19137-982/+982
* score: Prevent an out of bounds warningSebastian Huber2022-09-121-2/+7
* score: Remove _CPU_Counter_difference()Sebastian Huber2022-09-0923-187/+19
* libcrypt: There is no need to clear message digestXin LI2022-09-082-4/+0
* Get rid of unused variables.Xin LI2022-09-082-16/+2
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2022-09-083-2/+8
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2022-09-081-1/+3
* 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
* 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