source: rtems/cpukit/rtems/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @50abce31   03/18/21 09:37:23 Sebastian Huber rtems: Fix rtems_task_mode() Do the ASR and preemption mode change …
(edit) @b4eb937   03/12/21 14:13:27 Sebastian Huber rtems: Improve semaphore create error checks Do not mix checks for …
(edit) @0965b7c8   03/12/21 13:16:30 Sebastian Huber rtems: Require RTEMS_PRIORITY for MrsP semaphores MrsP semaphores are …
(edit) @83b1b25d   03/02/21 11:31:45 Sebastian Huber rtems: Simplify rtems_signal_catch() In uniprocessor configurations, …
(edit) @9a13f37   03/02/21 09:55:10 Sebastian Huber rtems: Simplify _Signal_Action_handler() Use the invariant that an …
(edit) @1ac4a85   02/25/21 18:08:52 Sebastian Huber score: Fix thread initialization Close the thread object if a thread …
(edit) @3cbdf19   02/21/21 09:21:26 Sebastian Huber score: Simplify core barrier Use the number of threads which must …
(edit) @0b263b0e   02/21/21 09:47:36 Sebastian Huber score: Remove _Objects_Open() Use the type safe _Objects_Open_u32() …
(edit) @508f8682   02/20/21 13:28:17 Sebastian Huber rtems: Simplify rtems_task_mode() Do the preemption and ASR …
(edit) @a7e180b   02/16/21 11:58:36 Sebastian Huber rtems: Avoid potential recursion in ASR handling Do the mode changes …
(edit) @08adc0d   02/16/21 11:58:02 Sebastian Huber rtems: Add _Modes_Apply_timeslice_to_thread() Update #4244.
(edit) @8778a0e   02/16/21 09:27:03 Sebastian Huber rtems: New errors for rtems_signal_catch() Ensure that no invalid …
(edit) @1739bd2   02/19/21 08:48:14 Sebastian Huber rtems: Remove _Modes_Set_interrupt_level() This call just obfuscated …
(edit) @f6a97f5   02/16/21 07:15:10 Sebastian Huber rtems: Simplify signal handling Remove superfluous …
(edit) @74ca8b7   02/17/21 08:05:53 Sebastian Huber rtems: Move _Signal_Action_handler() Move _Signal_Action_handler() …
(edit) @a52e5d9   02/16/21 06:48:39 Sebastian Huber rtems: Remove unused ASR_Information::nest_level Update #4244.
(edit) @fea848b   02/17/21 07:05:37 Sebastian Huber score: Change thread action locking Require that the corresponding …
(edit) @426154f   02/12/21 20:09:38 Chris Johns cputkit/rtems: Remove warning
(edit) @03dff201   02/09/21 01:48:07 Chris Johns libcsupport: Add sbrk greedy support to consume all sbrk memory - …
(edit) @ca68cfc8   02/02/21 11:15:28 Sebastian Huber rtems: Avoid duplicated implemenation Use the …
(edit) @8a95e6f8   02/02/21 13:23:52 Sebastian Huber rtems: Rework object services API Add a "Constraints" paragraph to …
(edit) @c4db00db   01/28/21 14:09:38 Sebastian Huber rtems: Mark value as used This fix relates to a Coverity issue …
(edit) @bf8d4b9   01/27/21 18:28:56 Sebastian Huber score: Add _Thread_Get_objects_information() We do not need all the …
(edit) @fcbefb5   01/28/21 08:48:21 Sebastian Huber rtems: Use _Status_Get() This fixes implicit conversions between …
(edit) @766009b4   11/23/20 16:24:39 Sebastian Huber rtems: Fix rtems_object_set_name() Return RTEMS_NO_MEMORY if there is …
(edit) @6b5f22dc   11/26/20 10:45:47 Sebastian Huber rtems: Canonicalize Doxygen @file comments Use common phrases for the …
(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) @6c8c774   11/27/20 15:14:22 Sebastian Huber rtems: Remove empty and unused rtclock.c
(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) @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) @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 …
(edit) @76263d8   10/14/20 08:14:10 Sebastian Huber rtems: Move _Partition_Free_buffer() It is only used by …
(edit) @6d413ef1   10/14/20 08:12:56 Sebastian Huber rtems: Move _Partition_Allocate_buffer() It is only used by …
(edit) @4c1e793   10/14/20 06:51:39 Sebastian Huber rtems: Canonicalize partition file documentation
(edit) @72811c7   10/14/20 08:57:35 Sebastian Huber rtems: Canonicalize task event file documentation
(edit) @3972085   10/13/20 11:47:06 Sebastian Huber Remove *_Is_null() inline functions Simply compare the values against …
(edit) @df9cc1ae   10/14/20 07:16:20 Sebastian Huber rtems: Remove superfluous include
(edit) @71689a07   09/30/20 14:22:04 Sebastian Huber rtems: Canonicalize name and id checks Check the name followed by the …
(edit) @4a4f41e   09/23/20 14:47:58 Sebastian Huber rtems: Add rtems_message_queue_construct() In contrast to message …
(edit) @24ea1ce   09/24/20 07:05:36 Sebastian Huber rtems: Remove Message_queue_Control::attribute_set Add …
(edit) @69b4fe59   09/23/20 08:33:51 Sebastian Huber score: Simplify CORE_message_queue_Buffer Merge …
(edit) @5bc7c37   09/23/20 08:09:37 Sebastian Huber score: Improve _CORE_message_queue_Initialize() Return a status code …
(edit) @6942e5f   04/09/20 10:12:13 Sebastian Huber rtems: Add rtems_task_construct() In contrast to rtems_task_create() …
(edit) @aedd92d   04/09/20 10:11:19 Sebastian Huber score: Add stack free handler to TCB This avoids a dependency to the …
(edit) @c7e3085   06/24/20 11:54:23 Sebastian Huber rtems: Add _RTEMS_Name_to_id() Simplify object name to identifier …
(edit) @46c23871   06/16/20 05:28:58 Sebastian Huber rtems: Remove RTEMS_MP_NOT_CONFIGURED error Some objects can be … 5
(edit) @cfe8f7a   04/27/20 14:14:06 Sebastian Huber doxygen: Switch @brief and @ingroup This order change fixes the Latex … 5
(edit) @80cf60e   04/15/20 07:48:32 Sebastian Huber Canonicalize config.h include Use the following variant which was … 5
(edit) @fb07f730   04/13/20 17:29:35 Sebastian Huber score: Return status in _TOD_Set() Update #3949. 5
(edit) @8b73ee5   03/03/20 12:45:50 Sebastian Huber rtems: rtems_scheduler_get_processor_maximum() In uniprocessor … 5
(edit) @18020109   02/24/20 13:06:41 Sebastian Huber rtems: Add rtems_scheduler_map_priority_from_posix() Update #3881. 5
(edit) @38736c6   02/24/20 13:06:16 Sebastian Huber rtems: Add rtems_scheduler_map_priority_to_posix() Update #3881. 5
(edit) @ca82a603   02/15/20 11:03:39 Sebastian Huber rtems: Change timer server task mode setting Use the non-preempt mode … 5
(edit) @e50e42b8   02/15/20 10:52:00 Sebastian Huber score: _Scheduler_Is_non_preempt_mode_supported() If the non-preempt … 5
(edit) @1ada3e55   02/15/20 10:09:16 Sebastian Huber score: Add _SMP_Need_inter_processor_interrupts() Test for the proper … 5
(edit) @9bdb6aa3   02/14/20 08:48:41 Sebastian Huber config: Bring back RTEMS 4.11 configuration table This improves API … 5
(edit) @a9bc7a5   02/14/20 08:34:03 Sebastian Huber rtems: Simplify _RTEMS_tasks_Initialize_user_task() Due to the system … 5
(edit) @9520ec3   02/14/20 08:31:44 Sebastian Huber config: Simplify initialization task config With the removal of the … 5
(edit) @01d5944   12/09/19 13:48:34 Sebastian Huber score: Move thread stack allocation Move thread stack allocation to … 5
(edit) @a08dcb2   12/09/19 12:57:51 Sebastian Huber score: Add Thread_Configuration Add the Thread_Configuration … 5
(edit) @453bb4b   12/29/19 16:43:46 Sebastian Huber rtems: Fix MPCI initialization Update #2408. 5
(edit) @08bd7d3   11/12/19 15:33:41 joel Add TOD Hooks to allow BSP to take action when TOD is set Two use … 5
(edit) @01f8c12e   12/07/19 10:48:36 Sebastian Huber rtems: Optimize semaphore control block Move variant, discipline, and … 5
(edit) @667501a   10/02/19 21:49:00 joel termios: Add Capability to Generate SIGINTR and SIGQUIT This patch … 5
(edit) @b4f895e   05/17/19 07:21:03 Sebastian Huber posix: Remove unused OBJECTS_POSIX_INTERRUPTS 5
(edit) @ad87de4   04/11/19 06:54:29 Sebastian Huber score: Rename _SMP_Get_processor_count() Rename … 5
(edit) @f9219db   04/05/19 06:16:05 Sebastian Huber rtems: Add rtems_scheduler_get_processor_maximum() Add … 5
(edit) @03c9f24   04/05/19 06:03:12 Sebastian Huber rtems: Add rtems_scheduler_get_processor() Add … 5
(edit) @3fe2155   02/01/19 09:00:36 Sebastian Huber Remove superfluous <rtems/system.h> includes 5
(edit) @feea03b6   02/27/19 09:53:30 Sebastian Huber Remove explicit file names from @file This makes the @file … 5
(edit) @e4ad14cc   02/12/19 11:19:38 Sebastian Huber score: Avoid some deadlocks in _Once() Recursive usage of the same … 5
(edit) @3bd39999   01/08/19 08:53:26 Sebastian Huber Adjust interrupt mode tests for some CPU ports In case the robust … 5
(edit) @1f285186   01/08/19 07:39:42 Sebastian Huber rtems: Allow to set ISR level 0 in SMP config Update #3000. 5
(edit) @38cb59e   01/08/19 07:36:31 Sebastian Huber Separate task mode checks Update #3000. 5
(edit) @21275b58   11/22/18 18:14:51 Sebastian Huber score: Static Objects_Information initialization Statically allocate … 5
(edit) @8b0e752f   12/10/18 12:44:53 Sebastian Huber score: Remove Objects_Information::auto_extend Use … 5
(edit) @1c2d178   11/25/18 19:15:26 Sebastian Huber score: Remove Objects_Information::maximum This information is … 5
(edit) @3899bc1a   11/24/18 10:51:28 Sebastian Huber score: Optimize object lookup Use the maximum ID for the ID to object … 5
(edit) @9c9c6a9   11/21/18 16:30:52 Sebastian Huber score: Remove Objects_Information::is_string Use … 5
(edit) @7ee6437   12/06/18 08:57:01 Sebastian Huber rtems: Add rtems_scheduler_get_maximum_priority() Update #3636. 5
(edit) @ef23838   12/03/18 12:10:21 Sebastian Huber score: Avoid sbintime_t in API headers The sbintime_t is a non-POSIX … 5
(edit) @4e46ba8   12/06/18 09:49:43 Sebastian Huber rtems: Fix rtems_task_restart() argument type Close #3637. 5
(edit) @6378978   11/26/18 09:14:00 Sebastian Huber rtems: Fix semaphore MPCI support 5
(edit) @3faa8459   11/08/18 05:25:32 Sebastian Huber rtems: Simplify rtems_interrupt_catch() Remove casts and superfluous … 5
(edit) @e897c7d   11/08/18 11:57:26 Sebastian Huber rtems: Avoid include of <rtems/score/scheduler.h> Update #3598. 5
(edit) @98c01a5   11/08/18 10:32:13 Sebastian Huber rtems: Avoid <rtems/score/timecounter.h> in API Use a real function … 5
(edit) @b7af3e44   11/08/18 09:57:21 Sebastian Huber rtems: Move internal structures to tasksdata.h Update #3598. 5
(edit) @739df1f5   11/08/18 09:45:44 Sebastian Huber rtems: Move internal structures to semdata.h Update #3598. 5
(edit) @bdd4eb87   11/08/18 08:13:59 Sebastian Huber rtems: Remove Modes_Control Use rtems_mode directly. This is in line … 5
(edit) @54f35888   10/25/18 08:54:12 Sebastian Huber posix: Provide threads by default Update #2514. 5
(edit) @fe7aefd5   10/25/18 08:12:39 Sebastian Huber posix: Provide message queues by default Update #2514. 5
(edit) @701057e0   10/25/18 08:07:46 Sebastian Huber posix: Provide shared memory objects by default Update #2514. 5
Note: See TracRevisionLog for help on using the revision log.