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

source: rtems/cpukit/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @2f65e13   09/17/20 18:07:08 Sebastian Huber rtems: Fix typo 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) @aedd92d   04/09/20 10:11:19 Sebastian Huber score: Add stack free handler to TCB This avoids a dependency to the …
(edit) @d817220   04/09/20 13:17:46 Sebastian Huber score: Add _Stack_Allocator_do_initialize() Do the stack allocator …
(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) @ced28f2   04/16/20 10:13:31 Sebastian Huber config: Provide file descriptors only if necessary Only provide the …
(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) @81efe37c   08/21/20 06:42:12 Sebastian Huber confdefs: Fix cyclic dependency Close #4061.
(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) @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) @5d614fd   08/13/20 05:44:25 Sebastian Huber libtest: Add T_puts() 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) @c1354f0   08/07/20 18:30:39 Sebastian Huber libtest: Add T_thread_switch_record() Add support to record thread …
(edit) @6894e2f4   08/06/20 17:44:39 Sebastian Huber Remove accidentally committed file
(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) @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) @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 …
(edit) @13a4b880   05/28/20 13:30:33 Sebastian Huber rtems: Remove rtems_get_processor_count() This function was …
(edit) @e4215e43   05/28/20 13:29:43 Sebastian Huber rtems: Remove rtems_get_current_processor() This function was …
(edit) @dc4879b   05/28/20 13:24:19 Sebastian Huber rtems: Remove deprecated rtems_io_lookup_name() Close #3420.
(edit) @39c2e28   05/11/20 06:27:45 Sebastian Huber rtems: Remove deprecated <rtems/system.h> Close #3980.
(edit) @479b2bf   05/11/20 06:25:32 Sebastian Huber rtems: Remove _Copyright_Notice from API header Close #3981.
(edit) @b3686d7   05/11/20 06:22:35 Sebastian Huber rtems: Remove RTEMS_MAXIMUM_NAME_LENGTH Close #3979.
(edit) @9039011   05/11/20 06:20:48 Sebastian Huber rtems: Move declartion of _RTEMS_version Close #3978.
(edit) @153b2669   05/07/20 06:45:29 Sebastian Huber termios: Replace rtems_termios_isig_status_code Merge the … 5
(edit) @d30a352   05/05/20 14:12:05 Sebastian Huber rtems: Deprecate _Copyright_Notice Close #3973. 5
(edit) @1af8e45b   05/05/20 14:11:39 Sebastian Huber rtems: Add rtems_get_copyright_notice() Update #3973. 5
(edit) @63274da   05/05/20 12:53:42 Sebastian Huber rtems: Deprecate <rtems/system.h> Close #3972. 5
(edit) @3d86d83   05/05/20 12:49:54 Sebastian Huber rtems: Deprecate RTEMS_MAXIMUM_NAME_LENGTH This define is * not … 5
(edit) @34b098e   05/05/20 12:37:30 Sebastian Huber rtems: Deprecate use of _RTEMS_version Close #3970. 5
(edit) @3635d6a   05/05/20 04:57:34 Chris Johns libdl/obj-comp: Add trace prints when decompressing Updates #3969 5
(edit) @cfe8f7a   04/27/20 14:14:06 Sebastian Huber doxygen: Switch @brief and @ingroup This order change fixes the Latex … 5
(edit) @d007cc2   04/14/20 05:26:27 Chris Johns libmisc/shell: Fix the handling of joel scripts in telnet - Fix the … 5
(edit) @4f32722   04/14/20 14:29:52 Sebastian Huber config: Fix typo Update #3875. 5
(edit) @fb07f730   04/13/20 17:29:35 Sebastian Huber score: Return status in _TOD_Set() Update #3949. 5
(edit) @840f21d   04/07/20 05:13:58 Sebastian Huber score: Delete RTEMS_DECLARE_GLOBAL_SYMBOL() Delete unused … 5
(edit) @099ab00   04/05/20 08:31:24 Sebastian Huber config: Fix _ISR_Stack_area_end In the previous implementation, the … 5
(edit) @3a882e5   04/05/20 08:30:43 Sebastian Huber score: Add and use RTEMS_SYMBOL_NAME() Update #3799. 5
(edit) @d582d0e   04/05/20 07:58:24 Sebastian Huber Revert "score: Fix _ISR_Stack_area_end" This reverts commit … 5
(edit) @50782bc5   04/03/20 15:31:35 Gedare Bloom cpukit/rfs: fix typo in header guard 5
(edit) @8e80876   04/03/20 07:47:21 Sebastian Huber score: Fix _ISR_Stack_area_end The _ISR_Stack_area_begin and … 5
(edit) @7e33a80   03/31/20 08:31:20 Sebastian Huber config: Remove filesystem entry config options Remove the following … 5
(edit) @86f006be   04/01/20 07:07:09 Sebastian Huber libio: Remove RTEMS_FILESYSTEM_TYPE_MINIIMFS This type is unused. Do … 5
(edit) @18f5bcb   03/26/20 14:06:57 Sebastian Huber rtems: Fix Doxygen comment 5
(edit) @7cec259   03/31/20 12:57:40 Sebastian Huber config: Remove CONFIGURE_FILESYSTEM_DEVFS This filesystem no longer … 5
(edit) @762425e   03/31/20 08:05:51 Sebastian Huber ftpd: Remove superfluous defines These defines are not used and … 5
(edit) @eb92b1f   03/31/20 08:03:20 Sebastian Huber ftpd: Fix return types 5
(edit) @5608e89   03/30/20 08:30:06 Sebastian Huber config: Remove BSP_DEFAULT_UNIFIED_WORK_AREAS Do not undefine this … 5
(edit) @96402b74   03/23/20 15:16:18 Sebastian Huber score: Document _TLS_Alignment 5
(edit) @24c2179   03/23/20 14:54:59 Sebastian Huber score: Fix size of TLS_Thread_control_block On most architectures, … 5
(edit) @3fd4889   03/23/20 06:21:42 Sebastian Huber conf: Improve evaluation of event recording opts Check for … 5
(edit) @ab42b3e   03/12/20 17:29:48 Sebastian Huber record: Add rtems_record_dump() Add rtems_record_dump_base64() and … 5
(edit) @c584d4e   03/13/20 09:14:04 Sebastian Huber rtems: Add rtems_put_char() Update #3904. 5
(edit) @a6b36334   03/12/20 14:43:17 Sebastian Huber score: Add _IO_Base64() Update #3904. 5
(edit) @c2287ba2   03/10/20 16:07:19 Sebastian Huber libio: Robust file descriptor reference counting There was a race … 5
(edit) @0161b93d   03/03/20 18:23:53 Sebastian Huber imfs: Replace devfs with an IMFS specialization Add a simplified path … 5
(edit) @83994913   03/05/20 20:48:10 Sebastian Huber imfs: Constify imfs_memfile_bytes_per_block The … 5
Note: See TracRevisionLog for help on using the revision log.