source: rtems/cpukit/rtems/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @9318cfb0   10/14/18 10:43:13 Sebastian Huber posix: Provide named semaphores by default Update #2514. 5
(edit) @5090a71b   10/25/18 09:32:01 Sebastian Huber score: Remove bogus thread object name support Update #2514. 5
(edit) @1d39e96   10/05/18 06:11:09 Sebastian Huber score: Fix legacy RTEMS_STATIC_ASSERT() In standard C pointer … 5
(edit) @e50e3f70   10/01/18 07:25:06 Sebastian Huber rtems: Add rtems_task_exit() Update #3533. 5
(edit) @7097962   08/29/18 07:43:44 Sebastian Huber score: Add thread pin/unpin support Add support to temporarily pin a … 5
(edit) @b2de426   08/06/18 09:53:42 Sebastian Huber score: Fix _Addresses_Subtract() Use architecture-specific integer … 5
(edit) @66cb142   08/06/18 08:51:00 Sebastian Huber rtems: Parameter types in rtems_partition_create() Use uintptr_t to … 5
(edit) @83ca9f0a   08/02/18 12:52:12 Sebastian Huber rtems: Relax partition buffer area alignment The partition buffer … 5
(edit) @27bbc05   08/02/18 12:49:01 Sebastian Huber score: Remove CPU_PARTITION_ALIGNMENT Use the CPU_SIZEOF_POINTER … 5
(edit) @7d7c50de   05/25/18 12:09:46 Sebastian Huber rtems: Move _Status_Object_name_errors_to_status Move … 5
(edit) @ed24ed4e   02/08/18 09:47:16 Sebastian Huber Use _Thread_Dispatch_direct() Use _Thread_Dispatch_direct() for … 5
(edit) @a49dfb1   02/08/18 09:46:11 Sebastian Huber rtems: Use _Per_CPU_Get_executing() 5
(edit) @9480815a   12/21/17 13:36:52 Sebastian Huber score: Introduce new monotonic clock Rename … 5
(edit) @3a4e044   12/22/17 09:35:47 Sebastian Huber score: Rename _Watchdog_Realtime_from_*() Rename … 5
(edit) @a5b4db4b   12/21/17 13:59:54 Sebastian Huber rtems: Fix rtems_task_mode() A rtems_configuration_is_smp_enabled() … 5
(edit) @d2711c37   12/05/17 15:54:56 joel taskmode.c: Ensure all error checking is done before modifying … 5
(edit) @6c2b8a4b   11/29/17 05:23:27 Sebastian Huber score: Use self-contained API mutex Use a self-contained recursive … 5
(edit) @a7dcef97   11/17/17 05:36:54 Sebastian Huber score: Simplify global construction Update #3243. 5
Note: See TracRevisionLog for help on using the revision log.