source: rtems/cpukit/rtems

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @640271f   09/14/18 17:55:00 Sebastian Huber build: Merge rtems/Makefile.am 5
(edit) @68e1ccc4   09/11/18 04:30:20 Sebastian Huber build: Remove specialized CPPFLAGS 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) @2afb22b   12/23/17 07:18:56 Chris Johns Remove make preinstall A speciality of the RTEMS build system was the … 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
(edit) @702e820   11/20/17 17:53:22 martinerikwerner.aac Fix comments for object lookup error to RTEMS status map Based on … 5
(edit) @79a998d   11/16/17 13:08:20 Sebastian Huber rtems: rtems_semaphore_flush() with prio inherit The … 5
(edit) @888da71   11/16/17 06:17:05 Sebastian Huber score: Check thread resource count in timer server The watchdog … 5
(edit) @34799c3b   10/24/17 07:35:06 Sebastian Huber rtems: rtems_clock_get_ticks_per_second() Add macro implementation … 5
(edit) @c3105894   10/19/17 11:47:57 Sebastian Huber score: Move thread queue timeout handling Update #3117. Update #3182. 5
(edit) @ecef3698   10/17/17 14:19:03 Sebastian Huber score: Rename _Watchdog_Ticks_from_*() Rename … 5
(edit) @e0dc6efc   10/20/17 13:41:29 Sebastian Huber rtems: Simplify RTEMS_MILLISECONDS_TO_MICROSECONDS Remove the cast so … 5
(edit) @27cfe7c   10/20/17 06:31:36 Sebastian Huber score: Add _Watchdog_Ticks_per_second This value is frequently used. … 5
(edit) @02878626   10/17/17 14:15:31 Sebastian Huber score: Add _Thread_Add_timeout_ticks() Replace … 5
(edit) @91ce012c   10/16/17 07:32:37 Sebastian Huber score: Rename _Watchdog_Per_CPU_insert_monotonic() Rename … 5
(edit) @bf2a53d2   10/14/17 13:14:53 Sebastian Huber score: Rename watchdog variants Rename PER_CPU_WATCHDOG_RELATIVE in … 5
(edit) @b2dbb634   10/10/17 09:36:23 Sebastian Huber score: Remove CPU_set_Control Use Processor_mask instead. Update #2514. 5
(edit) @db3a3de   10/10/17 08:03:48 Sebastian Huber score: Add _Thread_queue_Dispatch_disable() 5
(edit) @2256946   10/06/17 13:30:47 Sebastian Huber score: Use struct timespec for TOD Use the timestamps only for uptime … 5
(edit) @900fda45   10/06/17 07:42:32 Sebastian Huber rtems: Fix format warnings Update #3111. 5
(edit) @de59c065   09/27/17 13:08:33 Sebastian Huber posix: Implement self-contained POSIX mutex POSIX mutexes are now … 5
(edit) @5222488   09/26/17 05:49:17 Sebastian Huber posix: Implement self-contained POSIX condvar POSIX condition … 5
(edit) @89fc9345   09/21/17 13:42:45 Sebastian Huber posix: Implement self-contained POSIX rwlocks POSIX rwlocks are now … 5
(edit) @e67929c   09/21/17 12:13:16 Sebastian Huber posix: Implement self-contained POSIX barriers POSIX barriers are now … 5
(edit) @a961e198   07/11/17 06:48:15 Sebastian Huber Add interrupt server suspend/resume This mechanism can be used to … 5
(edit) @ecabd384   07/11/17 07:51:43 Sebastian Huber rtems: Add rtems_scheduler_ident_by_processor_set Update #3070. 5
(edit) @548d65a5   07/11/17 05:24:39 Sebastian Huber rtems: Add rtems_scheduler_ident_by_processor() Update #3069. 5
(edit) @3b14e7aa   07/11/17 11:51:10 Sebastian Huber rtems: Fix warning Update #3059. 5
(edit) @1ec9c86   07/03/17 08:38:31 Sebastian Huber rtems: Fix rtems_scheduler_remove_processor() Account for the thread … 5
(edit) @6b1d8c7   07/04/17 05:28:44 Sebastian Huber score: Add processor set to scheduler context Replace the simple … 5
Note: See TracRevisionLog for help on using the revision log.