source: rtems/cpukit/Makefile.am

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @f958d58   09/03/21 14:33:21 Sebastian Huber score: Split up rbtreenext.c Split up rbtreenext.c since only …
(edit) @54b4b1f8   09/03/21 07:46:36 Sebastian Huber score: Add _TOD_Is_valid_new_time_of_day() Move the TOD validation to …
(edit) @c8e4de9   09/03/21 07:36:55 Sebastian Huber score: Remove TOD_TICKS_PER_SECOND_method() Use …
(edit) @fbd0a3ce   09/03/21 15:14:19 Sebastian Huber score: Move _Thread_Dispatch() The _Thread_Dispatch() function was …
(edit) @574cd83   08/15/21 07:58:15 eshan dhawan confstr() support for RTEMS Closes #3373 confstr() style update …
(edit) @59168e2a   07/29/21 06:05:26 Sebastian Huber score: Split SMP multicast action module Split up the SMP multicast …
(edit) @f799b452   07/28/21 11:11:41 Sebastian Huber score: Move per-CPU jobs support Add percpujobs.c to contain the …
(edit) @be96cb43   06/18/21 14:44:11 Sebastian Huber sparc: Simplify trap table initialization Move _ISR_Handler() to a …
(edit) @d73e657e   06/21/21 09:24:27 Sebastian Huber sparc: More reliable bad trap handling Statically initialize the trap …
(edit) @955c045b   06/22/21 13:28:13 Sebastian Huber sparc: Move ISR handler install routines Move …
(edit) @89c1e879   06/22/21 13:15:02 Sebastian Huber score: Move _ISR_Vector_table[] to separate file The …
(edit) @b47dbbc5   06/21/21 18:12:19 ryan.long cpukit: Add timespecisnonnegative to Makefile.am
(edit) @fad01e6c   06/10/21 07:55:42 Sebastian Huber score: Add PER_CPU_DATA_NEED_INITIALIZATION() Make the initialization …
(edit) @ea41722c   04/30/21 17:14:48 ryan.long Change filesystem utime_h handler to utimens_h Also updated licenses. …
(edit) @335f705   04/28/21 16:40:56 ryan.long libcsupport: Added futimens() and utimensat() Created futimens.c and …
(edit) @80b3c938   05/17/21 14:55:15 Sebastian Huber score: Move _Thread_queue_Queue_get_name_and_id() Move this …
(edit) @815a943   05/17/21 14:39:52 Sebastian Huber posix: Move clock_nanosleep() Move clock_nanosleep() to a separate …
(edit) @ab5aeb1   05/10/21 07:21:03 Sebastian Huber score: Rename _Stack_Free_nothing() Rename _Stack_Free_nothing() in …
(edit) @8b15a324   04/26/21 08:15:05 Sebastian Huber Use alias for rtems_task_self() and pthread_self() This may reduce …
(edit) @8e4f578   04/28/21 17:51:07 vijay cpukit/Makefile.am: Remove remaining LIBNETWORKING files
(edit) @e29d5cd   04/25/21 04:26:45 vijay Makefile.am: Remove legacy networking files
(edit) @d8a5e14   04/20/21 06:41:00 Sebastian Huber libcsupport: Move rtems_calloc() Move rtems_calloc() since it only …
(edit) @089e6818   04/06/21 14:00:35 Sebastian Huber score: Replace Objects_Name_or_id_lookup_errors Replace …
(edit) @dea125d0   02/23/21 13:53:40 Sebastian Huber score: Add Hash Handler Update #4267.
(edit) @d8bfa5a   02/23/21 09:58:56 Sebastian Huber rtems: Add rtems_get_build_label() Update #4269.
(edit) @88543ade   02/21/21 09:58:15 Sebastian Huber score: Remove _CORE_barrier_Do_flush() Call …
(edit) @03dff201   02/09/21 01:48:07 Chris Johns libcsupport: Add sbrk greedy support to consume all sbrk memory - …
(edit) @51e59d5   01/12/21 13:03:41 Sebastian Huber nios2: Allow ISR nesting in dispatch variant Rename …
(edit) @1618e69   11/18/20 07:36:48 christian.mauderer shell: Add i2c and spi commands This adds some commands that are …
(edit) @3732c93   11/30/20 10:43:09 Sebastian Huber posix: Delete unused _POSIX_Fatal_error()
(edit) @b48b1808   11/27/20 18:51:59 Sebastian Huber score: Delete empty pheapinit.c
(edit) @657e30c1   11/19/20 15:07:04 Sebastian Huber config: CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE In order to better …
(edit) @eae22cc0   11/10/20 09:23:10 Sebastian Huber libtest: Make test case allocator configurable
(edit) @7f0379c   11/09/20 07:09:27 Sebastian Huber libtrace: Move _Record_Stream_header_initialize() This fixes the …
(edit) @a479686   10/09/20 13:40:13 frank.kuehndel shell: Remove not functioning fdisk mount/unmount The shell has an …
(edit) @f2185d10   09/30/20 09:31:58 Sebastian Huber Decouple the C Program Heap initialization Before this patch …
(edit) @4a4f41e   09/23/20 14:47:58 Sebastian Huber rtems: Add rtems_message_queue_construct() In contrast to message …
(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) @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) @6e6e233   08/31/20 15:27:44 Sebastian Huber config: Add zero file descriptor data structures Fix linker errors in …
(edit) @c7e3085   06/24/20 11:54:23 Sebastian Huber rtems: Add _RTEMS_Name_to_id() Simplify object name to identifier …
(edit) @c1354f0   08/07/20 18:30:39 Sebastian Huber libtest: Add T_thread_switch_record() Add support to record thread …
(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) @34e4df55   04/16/20 10:22:06 Sebastian Huber libtest: Split POSIX Keys support 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) @401b237   07/03/20 05:46:24 Sebastian Huber epiphany: Remove support for this target Due to an unmaintained …
(edit) @1af8e45b   05/05/20 14:11:39 Sebastian Huber rtems: Add rtems_get_copyright_notice() Update #3973. 5
(edit) @d582d0e   04/05/20 07:58:24 Sebastian Huber Revert "score: Fix _ISR_Stack_area_end" This reverts commit … 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) @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) @0161b93d   03/03/20 18:23:53 Sebastian Huber imfs: Replace devfs with an IMFS specialization Add a simplified path … 5
(edit) @fa44c39   02/29/20 15:14:31 Sebastian Huber imfs: Add IMFS_add_node() Update #3894. 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) @c36fae22   02/25/20 12:47:59 Sebastian Huber config: Initialize IO drivers on demand 5
(edit) @03aff2c   02/20/20 06:33:59 Sebastian Huber config: Add <rtems/confdefs/malloc.h> Remove all comments and … 5
(edit) @ad85c00   02/14/20 12:48:18 Sebastian Huber config: Add _Workspace_Is_unified Move the unified workspace … 5
(edit) @5180762c   02/14/20 12:36:30 Sebastian Huber config: Add _Thread_Idle_body Move the idle thread body configuration … 5
(edit) @308a2e0f   02/14/20 11:58:21 Sebastian Huber config: Add _Watchdog_Ticks_per_timeslice Move the ticks per … 5
(edit) @9520ec3   02/14/20 08:31:44 Sebastian Huber config: Simplify initialization task config With the removal of the … 5
(edit) @d252e20a   12/10/19 10:13:18 Sebastian Huber score: Simplify _Thread_Initialize() Allocate new thread queue heads … 5
(edit) @6135747   12/16/19 13:50:59 Sebastian Huber score: Split up objects free Split up the different objects free … 5
(edit) @2485156   12/10/19 09:41:48 Sebastian Huber score: Split up objects allocation Split up the different objects … 5
(edit) @00c7ad4   12/16/19 13:32:47 Sebastian Huber score: Split stack allocator configuration This allows the linker … 5
(edit) @f4dbf37d   12/09/19 09:12:14 Sebastian Huber score: Simplify TLS area allocation Use the stack area to allocate … 5
(edit) @2d07ce6   02/04/20 14:26:31 Sebastian Huber config: Add CONFIGURE_DIRTY_MEMORY Replace the BSP_DIRTY_MEMORY BSP … 5
(edit) @8ecbc38   02/04/20 12:56:41 Sebastian Huber sysinit: Add RTEMS_SYSINIT_ZERO_MEMORY Use a dedicate system … 5
(edit) @e44ae80   02/02/20 10:00:05 Sebastian Huber config: Add CONFIGURE_VERBOSE_SYSTEM_INITIALIZATION Update #3861. 5
(edit) @c477d927   12/13/19 05:25:03 Sebastian Huber score: Add _Memory_Fill() Update #3838. 5
(edit) @1cb9257   12/10/19 19:03:53 Sebastian Huber score: Add Memory Handler Update #3838. 5
(edit) @556e45f2   12/20/19 08:29:33 Sebastian Huber libtest: Add T_check_task_context() action 5
(edit) @24f8915   12/12/19 06:11:54 Sebastian Huber config: Add _MPCI_Configuration Replace the user MPCI configuration … 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) @f377998   11/18/19 05:55:43 Sebastian Huber imfs: Add IMFS_make_linfile() Update #3818. 5
(edit) @667501a   10/02/19 21:49:00 joel termios: Add Capability to Generate SIGINTR and SIGQUIT This patch … 5
(edit) @6ae2522   10/02/19 04:40:30 Sebastian Huber Revert "record: Add wrappers for malloc() functions" It was … 5
(edit) @a314544a   08/30/19 13:01:38 Sebastian Huber record: Add wrappers for malloc() functions Introduce new library … 5
(edit) @58bd67b   08/26/19 12:58:54 Sebastian Huber record: Add more system events Reduce the system dependencies to … 5
(edit) @cb1e8497   06/25/19 11:07:40 Chris Johns libdebugger: ARM fixes for Cortex-A8 and ARM mode. - Fix destorying … 5
(edit) @5fa893e   05/20/19 07:15:36 Sebastian Huber score: Add _SMP_Unicast_action() 5
(edit) @cfcc2cbf   01/31/19 13:45:31 Sebastian Huber Add RTEMS Test Framework Update #3199. 5
(edit) @6fe01e4b   01/14/19 08:08:18 Sebastian Huber build: Move test support to librtemstest.a One reason to move the … 5
(edit) @7a1934d   03/25/19 07:09:09 Sebastian Huber build: Always build libmghttpd.a 5
(edit) @6c9f017   02/02/19 04:09:53 Chris Johns libdl: Add powerpc large memory and small data support. - Add support … 5
(edit) @89c59be   12/17/18 05:36:48 Chris Johns libdl: Add symbol searching and loading from archives. - Load archive … 5
(edit) @dca6184   04/28/18 09:36:11 Sebastian Huber Add low level event recording support Add low level event recording … 5
(edit) @2158621   12/19/18 08:25:29 Sebastian Huber Add aligned_alloc() and memalign() Ensure that the C++17 aligned new … 5
(edit) @21275b58   11/22/18 18:14:51 Sebastian Huber score: Static Objects_Information initialization Statically allocate … 5
(edit) @0f5b2c09   12/10/18 11:51:33 Sebastian Huber rtems: Use object information to get config max Use functions instead … 5
(edit) @7ee6437   12/06/18 08:57:01 Sebastian Huber rtems: Add rtems_scheduler_get_maximum_priority() Update #3636. 5
(edit) @0a1f5df9   05/03/18 11:03:27 Sebastian Huber Simplify _CPU_Counter_difference() In order to simplify the use of … 5
(edit) @ed9da8e   11/09/18 06:56:48 Sebastian Huber powerpc: Remove use of proc_ptr Update #3585. 5
Note: See TracRevisionLog for help on using the revision log.