source: rtems/cpukit

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @997ba1d9   09/16/22 17:07:18 frank.kuehndel tftpDriver.c: Fix Coverity issues CID 1506523: Unchecked return value …
(edit) @c46fbb9   12/01/22 09:21:25 Sebastian Huber config: Add CONFIGURE_RECORD_INTERRUPTS_ENABLED This enables the …
(edit) @408dbeb   11/25/22 01:18:07 Chris Johns libmisc/rtems-fdt: Support prop map items up to the size of uintptr_t …
(edit) @904a9112   11/25/22 01:14:00 Chris Johns libmisc/shell: Fix edit Coverity error Coverity Id: CID 1517029, CID …
(edit) @8425e67   11/22/22 10:05:48 Chris Johns libmisc/shell: Support terminal size as env variables Closes #4763
(edit) @5b7eea6   11/18/22 15:43:51 kinsey.moore cpukit/rtems-fdt: Avoid use of malloc/errno Use of malloc implies …
(edit) @9384ac2   11/14/22 09:55:53 cederman cpukit: Change license to BSD-2 for files with Gaisler copyright This …
(edit) @b5983c5   11/09/22 17:01:24 kinsey.moore cpukit/fdt: Fix typos and clarify params
(edit) @ecd8aec9   10/14/22 14:23:12 joel Remove remnants of rtems_io_lookup_name Updates #3420.
(edit) @8f6dd3ca   11/10/22 10:08:37 Sebastian Huber arm: Fix Armv7-M TLS support Set the thread ID register in the CPU …
(edit) @4a46161   11/08/22 13:23:07 Sebastian Huber riscv: Simplify _CPU_ISR_Set_level() Where …
(edit) @b66cda78   11/08/22 09:31:42 Sebastian Huber libmd: Remove extra digest copy in SHA256_Final() The extra digest …
(edit) @3a38a017   11/08/22 09:20:27 Sebastian Huber riscv: Remove superfluous init/fini functions
(edit) @0f92310   11/07/22 07:53:11 Sebastian Huber config: Place init task storage area in .rtemsstack This avoids a …
(edit) @080dc5d   10/25/22 17:41:27 kinsey.moore cpukit/aarch64: Emulate FPSR for FENV traps The AArch64 TRM specifies …
(edit) @df81434   11/08/22 06:36:04 Sebastian Huber rtems: Fix type in description
(edit) @18b1a591   10/27/22 18:47:03 Chris Johns cpukit/libdebugger: Fix stepping on ARM architectures Closes #4744
(edit) @cd91b37d   08/07/22 13:53:13 fishesprashanth cpukit/dev/can: Added CAN support
(edit) @d574e08   10/17/22 05:25:57 Chris Johns libdebugger: Add a target break call to suspend all running threads - …
(edit) @e9a69c5   10/14/22 08:52:00 Sebastian Huber riscv: Move functions to avoid build issues The …
(edit) @a1f23c2   10/14/22 05:41:33 Sebastian Huber powerpc: Conditionally provide Context_Control_fp This avoids a …
(edit) @985aaac0   10/14/22 05:41:02 Sebastian Huber powerpc: Fix 'noreturn' function does return
(edit) @64fbeaa   10/06/22 06:47:14 Sebastian Huber score: INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALL Ensure that the …
(edit) @45ee958   09/30/22 06:06:18 Sebastian Huber config: Add CONFIGURE_IDLE_TASK_STORAGE_SIZE By default, allocate the …
(edit) @829e489   09/29/22 13:35:37 Sebastian Huber stackchk: Add rtems_stack_checker_iterate()
(edit) @03ddd89   09/29/22 12:34:43 Sebastian Huber stackchk: Avoid internal header file
(edit) @1ab93ba   09/28/22 10:22:33 Sebastian Huber score: INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILED Add the …
(edit) @8d44129d   09/27/22 11:34:07 Sebastian Huber score: Simplify casts
(edit) @4c89fbcd   09/27/22 05:43:37 Sebastian Huber score: Add CPU_THREAD_LOCAL_STORAGE_VARIANT Update #3835.
(edit) @15bba4ae   10/14/22 08:46:06 Sebastian Huber score: Move Thread_Control::Registers member Place this member placed …
(edit) @2846b17   09/26/22 07:31:29 Sebastian Huber config: Changeable size for IDLE stack allocator Allow the IDLE stack …
(edit) @23cdecd8   09/27/22 06:52:05 Sebastian Huber score: Require power of two CPU_STACK_MINIMUM_SIZE For most CPU ports …
(edit) @580a3a68   10/14/22 02:43:08 Chris Johns libmisc/rtems-fdt: Fix return error values Updates #4729
(edit) @fe104e39   10/11/22 01:50:30 Chris Johns libmisc/rtems-fdt: Fix missing error string - Coverity CID 1515930 …
(edit) @40eb58f   09/29/22 05:47:30 Chris Johns libmisc/rtems-fdt: Update to support 64bit addresses - Add support to …
(edit) @0a9ba963   10/06/22 07:15:22 Sebastian Huber config: CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZE Move …
(edit) @cc43dc3e   10/04/22 08:44:10 Sebastian Huber rtems: Clarify application config info API Update #3993.
(edit) @3af84c1   09/20/22 15:30:12 kinsey.moore cpukit/fdt: Free index before container Ensure that the index is …
(edit) @584f5bc9   09/20/22 15:24:59 kinsey.moore cpukit/fdt: Check correct allocation The second allocation check was …
(edit) @c6bd860   09/30/22 12:53:54 Sebastian Huber rtems: Fix format
(edit) @9ed7103   09/22/22 12:57:18 Sebastian Huber score: Simplify Chain_Node definition Fix documentation.
(edit) @acf1e5b2   09/22/22 11:19:34 Sebastian Huber rtems: Add rtems_clock_get_ticks_since_boot() function This function …
(edit) @74a78fb   09/22/22 11:06:30 Sebastian Huber rtems: Fix typo in rtems_build_name() definition
(edit) @6b0d3c9   09/19/22 13:00:26 padmarao.begari bsps/riscv: Add Microchip PolarFire? SoC BSP variant The Microchip …
(edit) @a660e9dc   09/08/22 08:37:05 Sebastian Huber Do not use RTEMS_INLINE_ROUTINE Directly use "static inline" which is …
(edit) @4fdf79c   09/09/22 06:04:40 Sebastian Huber score: Prevent an out of bounds warning Update #4702.
(edit) @270200e   09/08/22 07:41:12 Sebastian Huber score: Remove _CPU_Counter_difference() All CPU ports used the same …
(edit) @fe90ada   07/20/18 07:16:28 delphij libcrypt: There is no need to clear message digest context after they …
(edit) @1acb1925   07/20/18 07:07:27 delphij Get rid of unused variables. copied_key and copied_salt are assigned …
(edit) @6fe3acd0   11/26/17 02:00:33 pfg lib: further adoption of SPDX licensing ID tags. Mainly focus on …
(edit) @4fe13bd   11/20/17 19:49:47 pfg General further adoption of SPDX licensing ID tags. Mainly focus on …
(edit) @f5ee9a0   07/20/18 07:01:28 delphij libmd: Always erase context in _Final method, and when doing it, …
(edit) @efd19aa   07/09/18 07:24:05 cem Implement SHA2-224 submode of SHA2-256 Like SHA2-384:SHA2-512, …
(edit) @48f7979   10/18/16 23:20:49 asomers Fix C++ includability of crypto headers with static array sizes C99 …
(edit) @4ebb5f89   05/29/16 17:26:40 cperciva Retune SHA2 code for improved performance on CPUs with more ILP and a …
(edit) @7b4296e   05/28/16 16:06:07 allanjude Implement SHA-512 truncated (224 and 256 bits) This implements …
(edit) @3a22e5d3   05/26/16 19:29:29 cem crypto routines: Hint minimum buffer sizes to the compiler Use the …
(edit) @225e7b9   12/27/15 17:33:59 allanjude Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.c cperciva's …
(edit) @d907c22   11/02/20 12:02:20 Sebastian Huber powerpc: Add support for VRSAVE The VRSAVE feature of the Altivec …
(edit) @85d482f   09/08/22 06:09:30 Sebastian Huber rtems: Include <rtems/score/cpuopts.h> Directly include …
(edit) @548d0050   09/08/22 06:06:07 Sebastian Huber score: Improve formatting
(edit) @dbba9430   09/02/22 17:42:08 joel pthread_atfork(): Change to behavior from FACE Technical Standard …
(edit) @33f1223c   09/05/22 12:08:30 Sebastian Huber config: Add SMP scheduler configuration errors Issue an error message …
(edit) @444f56cd   09/05/22 12:33:17 Sebastian Huber score: Regenerate <rtems/score/basedefs.h> Two interface …
(edit) @e770067   09/02/22 08:38:29 Sebastian Huber rtems: Add constraints for rtems_clock_tick()
(edit) @3247b16   09/02/22 08:29:00 Sebastian Huber Add items to Doxygen groups
(edit) @b06ec5b6   09/05/22 06:54:37 Sebastian Huber config: Document CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR Update #4691.
(edit) @dad6d322   08/30/22 05:58:56 Sebastian Huber Fix pedanic warnings without a storage increase Use …
(edit) @1be6dc18   08/30/22 05:06:14 Sebastian Huber libtest: Fix warnings without a pragma It seems that recent GCC …
(edit) @b3d2e3fe   08/31/22 11:14:47 Sebastian Huber config: Include <rtems/posix/timer.h> on demand Updates #4691.
(edit) @c226990   08/29/22 07:10:25 Sebastian Huber score: Do not expose <limits.h> to <rtems.h> The <rtems.h> header …
(edit) @9b16f24   08/29/22 07:19:14 Sebastian Huber score: Fix format Update #4706.
(edit) @23b42f7   08/29/22 07:14:35 Sebastian Huber score: Fix format Update #4706.
(edit) @3d2fbaf4   08/29/22 06:53:22 Sebastian Huber Revert "linkersets.h: Fix gcc 12 warning" This reverts commit …
(edit) @a932829b   08/25/22 04:10:21 Chris Johns libdebugger/aarch64: Set .start section to RW - Stops the server …
(edit) @a329579   08/19/22 06:50:24 Chris Johns cpukit/include: Fix including in C++ UPdates #4706
(edit) @f5233fe   08/19/22 05:22:17 Chris Johns cpukit/include: Fixes for C++ Updates #4706
(edit) @b092ad57   08/16/22 17:02:40 ryan.long cpu.h: Fix gcc 12 warnings Added two pragmas to address, and changed …
(edit) @9e228978   08/16/22 17:01:55 ryan.long test.h: Add pragma for gcc 12 warning Updates #4662
(edit) @5b875915   08/16/22 17:00:26 ryan.long schedulerpriority.h: Fix gcc 12 warning Changed the size of the array …
(edit) @c55bd160   08/16/22 16:59:48 ryan.long percpu.h: Add pragma for gcc 12 warning Updates #4662
(edit) @df3fa4e0   08/16/22 16:59:09 ryan.long interr.h: Fix gcc 12 warning The warning that this fixes states that …
(edit) @f9302067   08/16/22 16:58:15 ryan.long linkersets.h: Fix gcc 12 warning Changing the offset from 0 to 1 got …
(edit) @ec7d6c0   08/16/22 16:57:37 ryan.long threads.h: Add pragmas to get rid of gcc 12 errors Updates #4662
(edit) @36895bd   08/08/22 21:51:30 joel cpukit/include/rtems/test-info.h: Change @returns to @return
(edit) @4b04589b   08/01/22 22:12:21 joel Add support for CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR This adds the …
(edit) @cf3d2b37   08/10/22 13:20:27 Sebastian Huber rtems/malloc.h: Add API level Doxygen group The interfaces in the …
(edit) @7219d3c   08/05/22 13:35:15 Sebastian Huber libtest: Add T_report_hash_sha256_update() Update #3716.
(edit) @5500232   08/08/22 14:23:48 ryan.long libdl: Refactor shared code in ARM and AArch64 rtl-mdreloc-arm.c was …
(edit) @c3c4525   08/05/22 06:18:36 Sebastian Huber posix: Avoid dead code in clock_nanosleep() This issue was reported …
(edit) @46131ce0   08/03/22 06:58:30 Chris Johns libdl: Fix warnings on 64bit architectures Updates #4662
(edit) @c64c638   08/01/22 07:03:11 Sebastian Huber posix: Fix relative CLOCK_REALTIME sleep A relative CLOCK_REALTIME …
(edit) @071640d   08/02/22 11:00:09 Chris Johns libmisc/shell: Add an 'rtems' command to report a running build - …
(edit) @1c6ac88   07/19/22 16:34:42 ryan.long cpukit/libdl/rtl-sym.c: Fix increment of variable In …
(edit) @0bd6514a   07/19/22 17:20:31 ryan.long cpukit/libdl: Add support for AArch64 rtl-mdreloc-aarch64.c and …
(edit) @f6432156   07/19/22 16:30:21 ryan.long libdl/rtl-elf.h: Fix aarch64 define The aarch64 define was incorrect. …
(edit) @ad94dc3   07/19/22 16:26:40 ryan.long sys/exec_elf.h: Bring in newer file Updated this file with the newer …
(edit) @6a65803   07/28/22 06:20:25 Sebastian Huber score: Allow linker garbage collection Place the object control …
(edit) @8a864bc6   07/19/22 08:38:12 Sebastian Huber score: Use PTHREAD_CANCELED for _Thread_Cancel() The …
(edit) @31036f1d   07/18/22 07:41:39 Sebastian Huber score: Use priority inheritance for thread join Threads may join the …
Note: See TracRevisionLog for help on using the revision log.