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) @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
(edit) @624d691b   03/03/20 18:23:27 Sebastian Huber libio: Constify some functions 5
(edit) @fa44c39   02/29/20 15:14:31 Sebastian Huber imfs: Add IMFS_add_node() Update #3894. 5
(edit) @0b0cd93   02/29/20 10:15:43 Sebastian Huber imfs: Remove IMFS_NODE_FLAG_NAME_ALLOCATED Remove … 5
(edit) @8b73ee5   03/03/20 12:45:50 Sebastian Huber rtems: rtems_scheduler_get_processor_maximum() In uniprocessor … 5
(edit) @fdeaa64   03/03/20 12:01:56 Sebastian Huber config: Remove <rtems/btimer.h> include The use of … 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) @461c7354   02/20/20 21:45:50 sjg libfdt: De-inline fdt_header_size() There does not seem to be a … 5
(edit) @94d5b6ea   09/10/19 10:48:24 luc.michel libfdt.h: add explicit cast from void* to uint8_t* in fdt(32|64)_st … 5
(edit) @0b83b822   06/20/19 21:19:39 robh libfdt: Replace GPL/BSD boilerplate/reference with SPDX tags Replace … 5
(edit) @b00040b2   05/09/19 09:41:22 npiggin libfdt: Add FDT_CREATE_FLAG_NO_NAME_DEDUP flag that trades size for … 5
(edit) @adb403b9   05/09/19 09:41:21 npiggin libfdt: Introduce fdt_create_with_flags() There is a need to be able … 5
(edit) @3d4c1c89   03/29/19 02:59:04 david libfdt: Make fdt_get_max_phandle() an inline It's now a trivial … 5
(edit) @5a45775   03/26/19 15:33:02 treding libfdt: Add phandle generation helper The new fdt_generate_phandle() … 5
(edit) @6505fe0e   03/26/19 15:33:00 treding libfdt: Add new maximum phandle lookup function The … 5
(edit) @d5203fe   03/27/19 06:15:52 takahiro.akashi libfdt: add fdt_append_addrrange() This function will append an … 5
(edit) @3d75d7c   03/25/19 03:51:27 david Revert "libfdt: Add phandle generation helper" This reverts commit … 5
(edit) @a0dea644   03/20/19 15:10:03 treding libfdt: Add phandle generation helper The new fdt_generate_phandle() … 5
(edit) @18a7759   12/21/18 16:32:23 geert+renesas libfdt: Fix FDT_ERR_NOTFOUND typos in documentation The actual error … 5
(edit) @ab3efcc   12/21/18 13:01:32 geert+renesas libfdt: Fix fdt_getprop_by_offset() parameter name in documentation … 5
(edit) @bef6dfc5   11/19/18 05:36:15 david libfdt: Don't use memcpy to handle unaligned reads on ARM 6dcb8ba4 … 5
(edit) @8bd3915   11/02/18 01:46:22 johnc libfdt: return correct value if #size-cells property is not present … 5
(edit) @fcb11510   02/26/20 09:02:37 Sebastian Huber score: Fix context switch extensions (SMP) In uniprocessor and SMP … 5
(edit) @c36fae22   02/25/20 12:47:59 Sebastian Huber config: Initialize IO drivers on demand 5
(edit) @470dfa1f   02/25/20 12:49:45 Sebastian Huber config: Resurrect NULL_DRIVER_TABLE_ENTRY This define may be used by … 5
(edit) @a78495ed   02/21/20 07:08:57 Sebastian Huber config: Add <rtems/confdefs/wkspace.h> Remove all comments and … 5
(edit) @1fb1cf1   02/20/20 14:26:40 Sebastian Huber config: Add <rtems/confdefs/objectsposix.h> Remove all comments and … 5
(edit) @35e58c45   02/20/20 14:13:16 Sebastian Huber config: Add <rtems/confdefs/wkspacesupport.h> Remove all comments and … 5
(edit) @d20209b   02/20/20 12:59:30 Sebastian Huber config: Add <rtems/confdefs/objectsclassic.h> Remove all comments and … 5
(edit) @f5a2fd86   02/20/20 13:24:46 Sebastian Huber config: Add <rtems/confdefs/threads.h> Remove all comments and … 5
(edit) @40db051   02/20/20 12:33:07 Sebastian Huber config: Add <rtems/confdefs/unlimited.h> Remove all comments and … 5
(edit) @7b6596f5   02/20/20 12:22:54 Sebastian Huber config: Add <rtems/confdefs/iodrivers.h> Remove all comments and … 5
(edit) @fe84ab5   02/20/20 12:10:52 Sebastian Huber config: Add <rtems/confdefs/console.h> Remove all comments and … 5
(edit) @8314933   02/20/20 11:58:13 Sebastian Huber config: Add <rtems/confdefs/initthread.h> Remove all comments and … 5
(edit) @b15d1cb   02/20/20 11:02:39 Sebastian Huber config: Add <rtems/confdefs/inittask.h> Remove all comments and … 5
(edit) @8f3419b   02/20/20 10:39:30 Sebastian Huber config: Add <rtems/confdefs/extensions.h> Remove all comments and … 5
(edit) @fb0caca   02/20/20 10:39:05 Sebastian Huber config: Add <rtems/confdefs/newlib.h> Remove all comments and … 5
Note: See TracRevisionLog for help on using the revision log.