Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

source: rtems/cpukit

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @05da65c   01/29/21 07:22:31 Sebastian Huber score: Document Thread_Life_state
(edit) @51e59d5   01/12/21 13:03:41 Sebastian Huber nios2: Allow ISR nesting in dispatch variant Rename …
(edit) @19acb3b   01/12/21 09:31:27 Sebastian Huber nios2: Optimize ISR dispatch variant Use _Thread_Do_dispatch() in …
(edit) @9165349d   01/12/21 06:13:08 Sebastian Huber nios2: Use Per_CPU_Control::isr_dispatch_disable
(edit) @c968b27   01/08/21 08:04:22 Sebastian Huber nios2: Add TLS support Update #4214.
(edit) @e324f82   01/05/21 13:56:25 Sebastian Huber nios2: Make _ISR_Is_in_progress() weak This allows the BSP to …
(edit) @98c95d1   01/05/21 09:53:35 Sebastian Huber nios2: Fix ISR dispatch variants The thread dispatch disabled level …
(edit) @9523887   01/29/21 06:22:21 Sebastian Huber rtems: Fix implicit type conversions This fix relates to a Coverity …
(edit) @fe08e45   01/29/21 05:29:38 Sebastian Huber score: Remove unused _SMP_Assert()
(edit) @9e56c85   01/28/21 15:52:52 Sebastian Huber score: Fix implicit type conversion This fix relates to a Coverity …
(edit) @d52c4961   01/28/21 15:51:15 Sebastian Huber rtems: Fix explicit type conversion This fix relates to a Coverity …
(edit) @23f4e5b   01/28/21 15:43:55 Sebastian Huber libtest: Fix implicit type conversions This fix relates to a Coverity …
(edit) @c4db00db   01/28/21 14:09:38 Sebastian Huber rtems: Mark value as used This fix relates to a Coverity issue …
(edit) @0c99206   01/28/21 14:06:48 Sebastian Huber score: Remove double assignment This fix relates to a Coverity issue …
(edit) @3b8137b   01/28/21 14:03:55 Sebastian Huber libtest: Check return values with RTEMS_DEBUG This fix relates to a …
(edit) @8d099f4a   01/28/21 13:52:03 Sebastian Huber score: Remove superfluous type qualifier This fix relates to a …
(edit) @2c050633   01/28/21 13:50:11 Sebastian Huber score: Simplify _CORE_message_queue_Broadcast() This fix relates to a …
(edit) @3dcdb9c9   01/28/21 11:55:52 Sebastian Huber score: Simplify _MRSP_Wait_for_ownership() Do not shadow the …
(edit) @5dc4f9c7   01/28/21 10:59:44 Sebastian Huber score: Fix implicit type conversion This fix relates to a Coverity …
(edit) @198e926   01/28/21 10:40:10 Sebastian Huber kern_tc.c: Remove unused code This fix relates to a Coverity issue …
(edit) @450c170   01/28/21 10:35:18 Sebastian Huber score: Add comments and asserts for clarification This fix relates to …
(edit) @64189a70   01/28/21 10:29:12 Sebastian Huber score: Fix _CORE_message_queue_Submit() indentation This fix relates …
(edit) @395c15f   01/28/21 10:17:51 Sebastian Huber score: Fix _Objects_Get_information() indentation This fix relates to …
(edit) @bf8d4b9   01/27/21 18:28:56 Sebastian Huber score: Add _Thread_Get_objects_information() We do not need all the …
(edit) @76eec484   01/29/21 17:45:05 Sebastian Huber score: Rename _Thread_Get_objects_information() Rename …
(edit) @fcbefb5   01/28/21 08:48:21 Sebastian Huber rtems: Use _Status_Get() This fixes implicit conversions between …
(edit) @e269e389   01/27/21 15:42:14 Sebastian Huber libtest: Remove superfluous NULL pointer check This fix relates to …
(edit) @426b6cd   01/27/21 15:41:00 Sebastian Huber libtest: Use dependency injection This helps static analyzers.
(edit) @3272dcb   01/27/21 08:39:51 Sebastian Huber Update copyright notice to 2021
(edit) @b35ac99   01/25/21 08:27:22 Sebastian Huber rtems: Add "Notes" paragraph header Place the paragraphs in the same …
(edit) @30c71c3   01/07/21 11:05:37 Sebastian Huber heap: Fix _Heap_Area_overhead() The first block must be a proper …
(edit) @c734e86   01/08/21 10:59:40 Sebastian Huber cpucounter: Increase conversion accuracy The maximum frequency is …
(edit) @a6689fb1   01/22/21 15:01:46 Sebastian Huber Improve file header comment in generated files
(edit) @c709017   01/25/21 05:39:55 Sebastian Huber Fix RTEMS_LINKER_ROSET_ITEM_ORDERED_DECLARE() Add "extern" similar to …
(edit) @b2f265ab   12/14/20 13:10:24 christian.mauderer cpukit/spi: Allow driver specific ioctl This allows a SPI driver to …
(edit) @8ee22b2   01/20/21 09:31:18 Sebastian Huber mrsp: Change error status for a nested seize Return STATUS_DEADLOCK …
(edit) @7696533   12/23/20 19:33:53 Chris Johns cpukit: Merge FreeBSD values for the priorities It seems we need …
(edit) @828ea6e   12/23/20 09:25:33 Sebastian Huber Update header.am
(edit) @854ea2b   12/15/20 09:59:21 Sebastian Huber arm: Add support for Arm PMSAv8-32 Update #4202.
(edit) @6944cd10   12/17/20 14:26:57 Sebastian Huber arm: Add header file for AArch32 System Registers Update #4202.
(edit) @be5eee57   12/22/20 10:51:53 Sebastian Huber libdebugger: Fix for Armv8-R This architecture variant has no MMU. …
(edit) @a299c4fe   12/10/20 06:52:03 Sebastian Huber arm: Optimize arm_interrupt_disable() Update #4202.
(edit) @eb2b915   12/14/20 09:38:49 christian.mauderer cpu/armv7m: Fix table based init for ARMV7M_MPU Somehow the table …
(edit) @1618e69   11/18/20 07:36:48 christian.mauderer shell: Add i2c and spi commands This adds some commands that are …
(edit) @fcd9618a   12/11/20 12:57:31 Sebastian Huber config: Fix invalid static assertions in C Expressions in static …
(edit) @d188e6e8   12/08/20 15:11:34 kinsey.moore cpukit/aarch64: Add explanation of exception flow
(edit) @f046af5   12/07/20 20:51:10 kinsey.moore cpukit/aarch64: Use hex consistently for offsets
(edit) @9955487d   12/07/20 13:15:10 Sebastian Huber arm: Support Armv8 in <rtems/score/arm.h> Update #4202.
(edit) @7930fbdd   12/03/20 14:32:14 Sebastian Huber score: Fix discard 'const' qualifier warning
(edit) @768327d0   06/22/20 11:36:21 Sebastian Huber rtems: Generate <rtems/rtems/timer.h> Change license to BSD-2-Clause …
(edit) @e2f888d1   11/24/20 12:36:32 Sebastian Huber score: Free old name in _Objects_Set_name() This is the behaviour …
(edit) @766009b4   11/23/20 16:24:39 Sebastian Huber rtems: Fix rtems_object_set_name() Return RTEMS_NO_MEMORY if there is …
(edit) @13bab34   11/23/20 16:22:10 Sebastian Huber score: Return a status in _Objects_Set_name()
(edit) @65969c1   06/24/20 06:59:35 Sebastian Huber rtems: Generate <rtems/rtems/object.h> Change license to BSD-2-Clause …
(edit) @ef0fe8e   12/02/20 12:18:42 Sebastian Huber dosfs: Fix Doxygen group placement Update #3706.
(edit) @3393ff1d   12/02/20 12:10:49 Sebastian Huber libfs: Fix Doxygen group placement Update #3706.
(edit) @295b05f9   12/02/20 12:02:58 Sebastian Huber nfsclient: Rework Doxygen groups Update #3706.
(edit) @7f1ba9c7   12/02/20 10:41:09 Sebastian Huber build: Add <rtems/rtems/clockimpl.h>
(edit) @1fa3821   12/02/20 10:34:33 Sebastian Huber score: Fix Doxygen group membership Update #3706.
(edit) @1c60622   12/02/20 10:34:03 Sebastian Huber score: Fix Doxygen group name Update #3706.
(edit) @c296d150   12/01/20 13:09:23 Sebastian Huber rtems: Fix Doxygen return description
(edit) @1af4493   12/02/20 07:32:44 Sebastian Huber rtems: Clarify invalid identifier descriptions Update #3993.
(edit) @5a285e3   12/01/20 15:51:40 Sebastian Huber rtems: Clarify rtems_partition_delete() Move the PTCB sentence to the …
(edit) @8756d5c   12/01/20 15:35:05 Sebastian Huber rtems: Clarify rtems_partition_create() The rtems_partition_create() …
(edit) @5555c0c   12/02/20 07:15:32 Sebastian Huber rtems: Fix Doxygen group name Update #3706.
(edit) @226b90b4   12/02/20 07:13:26 Sebastian Huber rtems: Fix Doxygen group memberships Update #3706.
(edit) @70dbafb   11/30/20 13:00:08 Sebastian Huber config: Canonicalize @defgroup and @file comments Adjust group …
(edit) @3db9c820   11/28/20 10:16:28 Sebastian Huber sapi: Canonicalize @defgroup and @file comments Adjust group …
(edit) @9278f3d   11/27/20 16:21:23 Sebastian Huber score: Canonicalize Doxygen @file comments Use common phrases for the …
(edit) @6b5f22dc   11/26/20 10:45:47 Sebastian Huber rtems: Canonicalize Doxygen @file comments Use common phrases for the …
(edit) @23494c2   11/30/20 18:32:22 Sebastian Huber score: Always define RTEMSScoreMRSP group This fixes a Doxygen warning.
(edit) @c81ac0e   11/26/20 09:42:03 Sebastian Huber score: Canonicalize Doxygen groups Adjust group identifier and names …
(edit) @e07088d9   11/25/20 15:42:08 Sebastian Huber rtems: Canonicalize implementation Doxygen groups Rename Classic API …
(edit) @9c20b987   11/26/20 18:53:25 Sebastian Huber rtems: Add <rtems/rtems/clockimpl.h>
(edit) @501bd46f   11/28/20 08:44:08 Sebastian Huber shell: Rename "IO" typedef for better Doxygen An automatic link from …
(edit) @b1a8be4   11/30/20 11:53:06 Sebastian Huber rtems: Simplify includes in version.c
(edit) @3732c93   11/30/20 10:43:09 Sebastian Huber posix: Delete unused _POSIX_Fatal_error()
(edit) @b48b1808   11/27/20 18:51:59 Sebastian Huber score: Delete empty pheapinit.c
(edit) @7995329   12/01/20 13:39:43 Sebastian Huber rtems: Fix documentation in <rtems/rtems/part.h> Update #3993.
(edit) @6c8c774   11/27/20 15:14:22 Sebastian Huber rtems: Remove empty and unused rtclock.c
(edit) @6e566bad   11/27/20 08:52:07 Sebastian Huber config: CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE Fix the …
(edit) @3a5c33a7   11/26/20 10:29:20 Sebastian Huber sapi: Remove obsolete README file
(edit) @2406fe8   11/20/20 17:46:04 Sebastian Huber rtems: Delete rtems_object_id_api_maximum_class() This directive has …
(edit) @6c1afc19   11/24/20 07:05:43 Sebastian Huber config: Check CONFIGURE_INIT_TASK_STACK_SIZE
(edit) @657e30c1   11/19/20 15:07:04 Sebastian Huber config: CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE In order to better …
(edit) @bc175a1   11/19/20 14:30:17 Sebastian Huber Avoid INTERNAL_ERROR_RTEMS_INIT_TASK_ENTRY_IS_NULL Replace a runtime …
(edit) @ef8c4ebc   11/25/20 06:59:30 Sebastian Huber config: Clarify the use of pragmas
(edit) @b2a677b   11/26/20 10:08:54 Sebastian Huber rtems: Move "Set Errno" group to the API
(edit) @41725e95   11/26/20 09:01:18 Sebastian Huber score: Change _Per_CPU_Information declaration Change the …
(edit) @139306c   11/26/20 07:57:23 Sebastian Huber rtems: Remove unused barriermp.h
(edit) @0f5f4261   11/18/20 22:36:38 kinsey.moore score/aarch64: Resolve warning in exception dump This resolves a …
(edit) @3c093d6   10/14/20 08:32:18 Sebastian Huber rtems: Move _Partition_Allocate() It is only used by …
(edit) @accbe3c4   10/14/20 08:31:45 Sebastian Huber rtems: Move _Partition_Initialize() It is only used by …
(edit) @1784799   10/14/20 08:30:45 Sebastian Huber rtems: Move _Partition_Is_buffer_area_aligned() It is only used by …
(edit) @1eafefbf   10/14/20 08:29:19 Sebastian Huber rtems: Move _Partition_Is_buffer_size_aligned() It is only used by …
(edit) @a61e221d   10/14/20 08:26:53 Sebastian Huber rtems: Move _Partition_Is_buffer_on_boundary() It is used only by …
(edit) @2572a3f   10/14/20 08:25:59 Sebastian Huber rtems: Move _Partition_Is_buffer_valid() It is used only in one …
(edit) @aa1c6dd   11/21/20 20:15:39 Sebastian Huber libtest: Fix undefined setjmp() behaviour Bug was introduced by …
(edit) @cbfacee4   10/14/20 08:22:52 Sebastian Huber rtems: Remove _Partition_Destroy() It was a trivial function call …
(edit) @3c029026   10/14/20 08:22:18 Sebastian Huber rtems: Remove _Partition_Free() It was a trivial function call …
Note: See TracRevisionLog for help on using the revision log.