source: rtems/cpukit

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @a72419b   09/24/20 14:18:33 Sebastian Huber libtest: Remove superfluous assignment Issue found by Coverity (CID …
(edit) @18fe650a   09/23/20 05:33:27 Sebastian Huber or1k: Do not use printk() for _CPU_Fatal_halt() Debug output can be …
(edit) @2248b37   09/23/20 05:32:42 Sebastian Huber or1k: Remove superfluous includes Including <stdio.h> in …
(edit) @5ebba2c   09/23/20 03:59:31 Chris Johns libmisc/capture: Add rtems-trace-buffer-default.c to the autotools build
(edit) @de58eb2f   09/23/20 03:46:48 Chris Johns cpukit/rtems: Add taskconstruct.c to the autotools build
(edit) @9f2a207   09/20/20 13:09:48 Sebastian Huber capture: Move default trace data Provide the default trace data in a …
(edit) @da27e96   08/05/20 07:19:20 Sebastian Huber score: Document _Scheduler_Try_to_schedule_node()
(edit) @0b410b8a   06/24/20 09:23:40 Sebastian Huber rtems: Generate <rtems.h> Change license to BSD-2-Clause according to …
(edit) @7892ac0   09/18/20 07:07:46 Sebastian Huber rtems: From <rtems.h> to <rtems/rtems/mp.h> Move multiprocessing …
(edit) @c161216d   06/24/20 08:43:22 Sebastian Huber rtems: From <rtems.h> to <rtems/rtems/types.h> Move type related …
(edit) @d433b724   06/24/20 08:40:42 Sebastian Huber rtems: From <rtems.h> to <rtems/rtems/tasks.h> Move task related …
(edit) @1615b5ff   06/24/20 08:39:44 Sebastian Huber rtems: From <rtems.h> to <rtems/rtems/object.h> Move object related …
(edit) @5353ea89   06/24/20 08:36:16 Sebastian Huber rtems: Move from <rtems.h> to <rtems/config.h> Move configuration …
(edit) @96ea30f0   07/03/20 10:41:47 Sebastian Huber score: Improve Scheduler Handler documentation
(edit) @4e5327ff   09/18/20 06:19:37 Sebastian Huber doxygen: Wrap long lines
(edit) @2f65e13   09/17/20 18:07:08 Sebastian Huber rtems: Fix typo Update #3959.
(edit) @139ffa2   09/11/20 08:33:19 Sebastian Huber validation: Add general purpose test suite Add a general purpose test …
(edit) @ad22c65   09/11/20 09:01:42 Sebastian Huber doxygen: Move top-level group definitions Update #3959.
(edit) @6942e5f   04/09/20 10:12:13 Sebastian Huber rtems: Add rtems_task_construct() In contrast to rtems_task_create() …
(edit) @c312f31   09/10/20 14:35:09 Sebastian Huber CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZE Add this application …
(edit) @dce1cdf1   09/16/20 08:34:12 Sebastian Huber rtems: Add RTEMS_ALIGN_UP() Update #3959. Update #4074.
(edit) @641b31a4   09/16/20 08:33:52 Sebastian Huber rtems: Add RTEMS_ALIGN_DOWN() Update #3959. Update #4074.
(edit) @98d2adb   09/17/20 15:40:52 Sebastian Huber libtest: Fix T_thread_switch_record() If RTEMS_DEBUG is not defined, …
(edit) @20d8237   09/04/20 18:10:57 Sebastian Huber arm: Fix arm_cp15_set_translation_table_entries() In a …
(edit) @9f096f4   09/12/20 15:11:28 Gedare Bloom i386/score: fix assembly mnemonic Closes #4076.
(edit) @dd734d46   09/11/20 13:43:23 Sebastian Huber score: Fix _Thread_Initialize() Fix an error cleanup path in SMP …
(edit) @aedd92d   04/09/20 10:11:19 Sebastian Huber score: Add stack free handler to TCB This avoids a dependency to the …
(edit) @2d551030   04/09/20 13:41:38 Sebastian Huber score: Move _Stack_Allocator_free to separate file This decouples the …
(edit) @d817220   04/09/20 13:17:46 Sebastian Huber score: Add _Stack_Allocator_do_initialize() Do the stack allocator …
(edit) @159db411   04/08/20 09:31:02 Sebastian Huber score: Use _Freechain_Push() The nodes are never NULL. Update #3959.
(edit) @354c2b5   04/08/20 09:30:32 Sebastian Huber score: Add <rtems/score/freechainimpl.h> Hide implementation details. …
(edit) @91c811a1   04/08/20 09:21:27 Sebastian Huber score: Add _Freechain_Push() Update #3959.
(edit) @5bb93f2   08/31/20 15:07:19 Sebastian Huber score: Fix debug assert Do not access executing->current_state …
(edit) @6e6e233   08/31/20 15:27:44 Sebastian Huber config: Add zero file descriptor data structures Fix linker errors in …
(edit) @ced28f2   04/16/20 10:13:31 Sebastian Huber config: Provide file descriptors only if necessary Only provide the …
(edit) @1818b9a   06/25/20 05:49:50 Sebastian Huber score: Optimize _Objects_Name_to_id_u32() Remove the superfluous …
(edit) @c7e3085   06/24/20 11:54:23 Sebastian Huber rtems: Add _RTEMS_Name_to_id() Simplify object name to identifier …
(edit) @33dbb33   06/24/20 11:12:49 Sebastian Huber score: Constify objects name to id functions
(edit) @a7a0a364   04/16/20 10:12:53 Sebastian Huber config: Conditionally include header
(edit) @abf25bc   08/21/20 07:17:47 Sebastian Huber score: Fix set but not used warning
(edit) @81efe37c   08/21/20 06:42:12 Sebastian Huber confdefs: Fix cyclic dependency Close #4061.
(edit) @75b2093   04/15/20 13:29:08 Sebastian Huber sparc: Use RTEMS_XCONCAT() Prefer macros with a proper namespace.
(edit) @208ebf2   01/26/18 03:30:05 eadler dd(1): Use a local swapbytes() function. swab(3) has restrict …
(edit) @cbfdcba   08/18/20 15:31:21 aschref.ben-thabet Fix -Wchar-subscripts warnings The argument to the ctype functions …
(edit) @05d5772   08/19/20 04:47:38 Sebastian Huber ada: Add missing attributes
(edit) @593a67f6   08/17/20 10:29:24 Sebastian Huber rtems: Use unique option values The RTEMS_BARRIER_AUTOMATIC_RELEASE …
(edit) @c7289484   08/14/20 07:56:51 Sebastian Huber libtest: Add T_push_plan() and T_pop_plan() Update #3199.
(edit) @13acd90   08/13/20 17:00:47 Sebastian Huber libtest: Use a destructor Do not set up a new test steps environment. …
(edit) @72960bc7   08/13/20 09:33:47 Sebastian Huber libtest: Change T_step() and T_assert_step() Normally, the expected …
(edit) @5383d4db   08/13/20 07:59:19 Sebastian Huber libtest: Add fixture steps Support a new test plan for each nested …
(edit) @33eb113   08/13/20 08:09:30 Sebastian Huber libtest: Add T_check_steps() Update #3199.
(edit) @cbc1ba3   08/13/20 07:01:32 Sebastian Huber libtest: Use line buffer in T_check() Update #3199.
(edit) @5d614fd   08/13/20 05:44:25 Sebastian Huber libtest: Add T_puts() Update #3199.
(edit) @a7af34d0   08/13/20 05:45:29 Sebastian Huber libtest: Add T_do_is_runner() Update #3199.
(edit) @e67eff2   08/13/20 05:33:17 Sebastian Huber libtest: Add output buffer drain and fill Update #3199.
(edit) @5a8114c6   08/12/20 14:57:39 Sebastian Huber libtest: Change fixture scope method Return the produced character …
(edit) @5869c647   08/11/20 08:41:26 aschref.ben-thabet rtems/printer.h Fix build warnings -Wclass-memaccess
(edit) @14749c45   06/28/20 00:21:45 kinsey.moore posix: Only check shm_unlink obj_err if necessary In the nominal case …
(edit) @c1354f0   08/07/20 18:30:39 Sebastian Huber libtest: Add T_thread_switch_record() Add support to record thread …
(edit) @20c79bf   08/07/20 18:30:09 Sebastian Huber libtest: Constify Update #3199.
(edit) @20b1bdb   08/08/20 08:07:32 Chris Johns shell: Only clear std handles when the shell task exits Clearing the …
(edit) @f933b65   08/07/20 16:07:52 Sebastian Huber libtest: Improve T_check_task_context Update #3199.
(edit) @e812f81   08/06/20 12:30:51 Sebastian Huber Document application configuration options Add a new directory for …
(edit) @6894e2f4   08/06/20 17:44:39 Sebastian Huber Remove accidentally committed file
(edit) @32f1f747   08/06/20 17:12:55 Sebastian Huber libtest: Fix T_interrupt_test() in SMP configs Update #3199.
(edit) @d2c98c1   08/05/20 07:18:27 Sebastian Huber dev/sc16is752: Fix declaration
(edit) @9566538   08/03/20 09:46:48 Sebastian Huber termios: Make rtems_termios_ttyMutex private This mutex is used to …
(edit) @2ae557eb   08/03/20 08:25:53 Sebastian Huber score: Use flexible-array member for C99 and later This addresses …
(edit) @87fdb20   08/03/20 12:18:33 christian.mauderer dosfs: Fix memory leak on failed mounts. Currently if mount fails, a …
(edit) @c60942ea   07/30/20 08:30:15 Sebastian Huber rtems: Add rtems_interrupt_server_create() Add …
(edit) @21c7e3a   07/22/20 12:41:51 jan.sommer i386: Fix possible race condition on first context restore Make sure …
(edit) @7746b0de   04/08/20 08:28:47 Sebastian Huber malloc: Make deferred free support optional Only include the deferred …
(edit) @6f94a83   04/08/20 08:20:51 Sebastian Huber score: Add RTEMS_WEAK Update #4032.
(edit) @cc3fd8fc   07/17/20 17:42:32 Sebastian Huber libtest: Add T_interrupt_test() Update #3199.
(edit) @c9d2405   07/18/20 18:09:11 Sebastian Huber libtest: Add rtems_test_run() Update #3199.
(edit) @dddc9a58   07/20/20 05:28:07 Sebastian Huber libtest: Add quiet assert NULL pointer checks Update #3199.
(edit) @467ef5b4   07/17/20 19:24:56 Sebastian Huber libtest: Add T_unreachable() Update #3199.
(edit) @d702c9f4   07/18/20 12:41:36 Sebastian Huber libtest: Make check message optional This macro magic is in line with …
(edit) @35d9af69   07/18/20 14:05:42 Sebastian Huber libtest: Add T_CHECK_FMT Rename internal function T_check_true() to …
(edit) @7781404   07/17/20 19:21:16 Sebastian Huber libtest: Add T_stop() Update #3199.
(edit) @34e4df55   04/16/20 10:22:06 Sebastian Huber libtest: Split POSIX Keys support Update #3199.
(edit) @63e4278   06/26/20 05:44:55 Sebastian Huber libtest: Add T_get_scope() Update #3199.
(edit) @cb3c6bdc   06/09/20 13:55:22 Sebastian Huber libtest: Add push/pop fixture support Update #3199.
(edit) @6b27e32   06/08/20 08:04:55 Sebastian Huber libtest: Support custom scope messages via fixture Update #3199.
(edit) @c081c68   04/16/20 14:06:59 Sebastian Huber libtest: Add T_make_runner() Update #3199.
(edit) @af92665   07/17/20 12:49:42 Sebastian Huber libtest: Add T_get_one_clock_tick_busy() Update #3199.
(edit) @e3e3b871   07/17/20 12:40:36 Sebastian Huber libtest: Add T_busy() Update #3199.
(edit) @361404e8   07/17/20 11:46:24 Sebastian Huber libtest: Move <t.h> to <rtems/test.h> Update #3199.
(edit) @9de8d61   07/17/20 11:36:49 Sebastian Huber libtest: <rtems/test.h> to <rtems/test-info.h> Rename this header …
(edit) @1fab972   07/21/20 13:22:55 Sebastian Huber score: Improve _Thread_Start() description
(edit) @3a95a07d   07/09/20 08:21:29 christian.mauderer media-server: Add ability for retry. This adds the possibility to …
(edit) @a3ed4219   05/28/20 13:48:35 Sebastian Huber score: Remove deprecated Thread This type was deprecated in RTEMS …
(edit) @53a5af2   05/11/20 13:10:19 Sebastian Huber rtems: Remove deprecated proc_ptr definition Close #3586.
(edit) @2adf328   05/11/20 13:08:55 Sebastian Huber rtems: Remove support for RTEMS_DEPRECATED_TYPES Close #3584.
(edit) @312fcf2   05/28/20 13:36:23 Sebastian Huber rtems: Remove rtems_thread_cpu_usage_t This type was deprecated in …
(edit) @1546b1c0   05/28/20 13:35:41 Sebastian Huber rtems: Remove region_information_block This type was deprecated in …
(edit) @f8998f1   05/28/20 13:35:09 Sebastian Huber rtems: Remove rtems_context_fp This type was deprecated in RTEMS 5.1. …
(edit) @df2dac3   05/28/20 13:34:23 Sebastian Huber rtems: Remove rtems_context This type was deprecated in RTEMS 5.1. …
(edit) @65dc040   05/28/20 13:32:44 Sebastian Huber rtems: Remove rtems_rate_monotonic_period_time_t This type was …
(edit) @6a3fcd4   05/28/20 13:31:40 Sebastian Huber rtems: Remove deprecated rtems_extension This type was deprecated in …
Note: See TracRevisionLog for help on using the revision log.