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

source: rtems

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @0b713f89   05/30/16 04:59:55 Sebastian Huber score: Rework CORE inherit priority mutex Provide dedicated seize and … 5
(edit) @33e250c9   05/27/16 13:41:41 Sebastian Huber score: Rework CORE priority ceiling mutex Rework seize and surrender … 5
(edit) @5a598ac   05/27/16 06:02:03 Sebastian Huber score: Add CORE mutex variants Add CORE_recursive_mutex_Control and … 5
(edit) @bbb3c5f   05/27/16 09:48:14 Sebastian Huber posix: Delete POSIX_Mutex_Protocol::process_shared 5
(edit) @dbd6550   05/27/16 09:10:42 Sebastian Huber posix: Avoid use of internal mutex methods Avoid use of internal … 5
(edit) @e0bb60b   05/27/16 08:17:28 Sebastian Huber posix: Avoid use of internal mutex methods Avoid use of internal … 5
(edit) @bac50cfc   05/30/16 08:51:29 Sebastian Huber rtems: Remove superfluous includes 5
(edit) @3c1ad257   05/27/16 07:41:18 Sebastian Huber rtems: Simplify rtems_semaphore_delete() Due to the unified status … 5
(edit) @8a77ef63   05/27/16 07:34:17 Sebastian Huber rtems: Simplify rtems_semaphore_flush() Due to the unified status … 5
(edit) @09c5ca4   05/26/16 20:29:56 Sebastian Huber score: Simplify CORE mutex Remove superfluous support for simple … 5
(edit) @2581a56   05/20/16 19:39:56 Sebastian Huber score: Add semaphore variants 5
(edit) @3ca6e618   05/25/16 14:49:53 Sebastian Huber rtems: Simplify rtems_semaphore_delete() 5
(edit) @af746b0   05/25/16 14:30:23 Sebastian Huber score: Use thread queue lock for MrsP Replace the ISR lock in … 5
(edit) @93306058   05/27/16 12:43:19 Sebastian Huber score: _CORE_mutex_Check_dispatch_for_seize() Move the safety check … 5
(edit) @0e1d11f3   05/27/16 11:26:53 Sebastian Huber score: Add _Thread_queue_Context_set_MP_callout() Add … 5
(edit) @dfcc8bb   05/03/16 05:43:54 Sebastian Huber score: Adjust thread queue layout Adjust thread queue layout … 5
(edit) @868cd24d   04/19/16 08:22:06 Sebastian Huber score: Use Newlib provided <machine/endian.h> 5
(edit) @cb2651d   04/19/16 07:47:12 Sebastian Huber network: Align with Newlib type definitions 5
(edit) @fd6fde8   04/19/16 07:25:03 Sebastian Huber score: Add libatomic support Close #2695. 5
(edit) @dce48791   05/23/16 11:37:59 Sebastian Huber score: Add Status_Control for all APIs Unify the status codes of the … 5
(edit) @d887c1b   05/25/16 12:28:34 Sebastian Huber posix: Fix sem_init() with too large initial value Close #2721. 5
(edit) @39bcf741   05/25/16 12:23:48 Sebastian Huber Fix semaphore post overflow status Close #2720. 5
(edit) @dbedcf9   05/26/16 19:40:34 Sebastian Huber testsuites: Fix locked_printf() test printer 5
(edit) @3039e18   05/26/16 05:51:44 Chris Johns testsuite: Fix networking samples to use the RTEMS printer. 5
(edit) @9ec7d492   05/25/16 06:37:28 Sebastian Huber posix: Fix pthread_spin_unlock() error status Close #2719. 5
(edit) @631b3c8   05/23/16 09:40:18 Sebastian Huber score: Move thread queue MP callout to context Drop the … 5
(edit) @c3d8d9e   05/23/16 04:55:49 Sebastian Huber score: Get rid of mp_id parameter Get rid of the mp_id parameter used … 5
(edit) @8866e62   05/23/16 04:26:58 Sebastian Huber score: Move thread queue object support 5
(edit) @0e9d5b6   05/24/16 11:15:47 Sebastian Huber mpci: Fix thread queue flush method We must call the MP callout for … 5
(edit) @25e28d8   05/24/16 07:43:28 Sebastian Huber confdefs.h: Fix heap alloc size estimate Account for the heap minimum … 5
(edit) @addf1aa   05/23/16 05:29:49 Chris Johns testsuite: Fix printk format warnings. 5
(edit) @61ea345   05/23/16 05:24:43 Chris Johns testsuite: Fix printk formating warning. 5
(edit) @62cba156   05/23/16 05:29:30 Chris Johns libmisc: Fix printk format warnings. 5
(edit) @458e4c4   05/23/16 05:28:56 Chris Johns score/i386: Fix printk format warnings. 5
(edit) @75e3e0eb   05/23/16 05:28:10 Chris Johns libcsupport: Fix printk warnings. 5
(edit) @8f9d07bb   05/23/16 05:27:34 Chris Johns bsp/shared: Fix printk warnings. 5
(edit) @c16e54a   05/23/16 05:25:36 Chris Johns libfs/jff2: Avoid printk format warnings. This change does not fix … 5
(edit) @1503c1c3   05/23/16 05:24:34 Chris Johns i386/pc386: Fix printk formatting warnings. 5
(edit) @24d0ee57   05/20/16 08:39:50 Chris Johns cpukit, testsuite: Add rtems_printf and rtems_printer support. This … 5
(edit) @b1860df5   05/24/16 13:39:07 Sebastian Huber psxtests/psxmsgq01: Fix typo 5
(edit) @4b623d65   05/24/16 05:40:18 Sebastian Huber score: Fix blocking _CORE_message_queue_Submit() Close #2718. 5
(edit) @7088340   05/24/16 12:18:16 Sebastian Huber psxtests/psxmsgq01: Enable test case 5
(edit) @16dbcdcd   05/23/16 09:42:41 Sebastian Huber score: _CORE_message_queue_Seize() Delete unused parameter. 5
(edit) @7af4d67   05/24/16 10:00:32 Sebastian Huber mpci: Add missing return statements 5
(edit) @bdb3b7f   05/20/16 13:52:27 Sebastian Huber score: _CORE_semaphore_Seize() Delete unused parameter. 5
(edit) @e266d13   05/20/16 13:10:27 Sebastian Huber Replace *_Get_interrupt_disable() with *_Get() Uniformly use *_Get() … 5
(edit) @582bb23c   05/20/16 13:04:16 Sebastian Huber score: Rename _Objects_Get_local() Rename _Objects_Get_local() into … 5
(edit) @4bae341d   05/20/16 13:01:46 Sebastian Huber score: Delete unused _Objects_Get_isr_disable() Delete now unused … 5
(edit) @62c528e6   05/20/16 12:59:30 Sebastian Huber rtems: _Semaphore_Get_interrupt_disable() Use _Objects_Get_local() … 5
(edit) @641b44c2   05/20/16 12:21:12 Sebastian Huber rtems: _Message_queue_Get_interrupt_disable() Use … 5
(edit) @0a00b2b   05/20/16 11:24:11 Sebastian Huber rtems: Remove location from _Partition_Get() Use _Objects_Get_local() … 5
(edit) @516ee75   05/20/16 12:23:56 Sebastian Huber mpci: Delete unused region support 5
(edit) @956b8e5   05/20/16 09:53:41 Sebastian Huber mpci: Simplify _Objects_MP_Is_remote() 5
(edit) @0cc6071   05/20/16 09:42:30 Sebastian Huber posix: Add const to _POSIX_Keys_Key_value_find() 5
(edit) @61340d1   05/20/16 09:38:23 Sebastian Huber score: Add const to _RBTree_Find_inline() 5
(edit) @0cc91daa   05/20/16 09:04:04 Sebastian Huber score: Delete unused _Objects_Get_local_object() 5
(edit) @28ba7e2   05/20/16 07:38:56 Sebastian Huber posix: Remove dead code and shrink comment 5
(edit) @05f9b02e   05/20/16 05:01:03 Sebastian Huber posix: Add and use _POSIX_Get_object_body() 5
(edit) @8a040fe4   05/19/16 15:03:31 Sebastian Huber score: Use _RBTree_Insert_inline() Use _RBTree_Insert_inline() for … 5
(edit) @7dfb4b9   05/19/16 09:20:58 Sebastian Huber score: Add per scheduler instance maximum priority The priority … 5
(edit) @452b7f8   05/18/16 07:17:09 Sebastian Huber fat: Fix for invalid cluster sizes A cluster size > 32KiB resulted in … 5
(edit) @ceb0f659   05/17/16 14:03:46 Sebastian Huber score: Remove the Giant lock Update #2555. 5
(edit) @c2f301b5   05/18/16 06:08:38 Sebastian Huber score: Rename _ISR_Flash() into _ISR_Local_flash() This is a … 5
(edit) @24713163   05/18/16 06:06:54 Sebastian Huber score: Rename _ISR_Disable() and _ISR_Enable() Rename _ISR_Disable() … 5
(edit) @4b04cb61   05/18/16 06:03:05 Sebastian Huber score: Rename _ISR_Disable_without_giant() Rename … 5
(edit) @d2bacb6c   05/17/16 13:57:48 Sebastian Huber score: _Thread_Dispatch_increment_disable_level() Avoid … 5
(edit) @dab902d5   05/17/16 13:43:31 Sebastian Huber testsuites: Avoid Giant lock Replace _Thread_Disable_dispatch() with … 5
(edit) @b80156c   05/17/16 13:15:17 Sebastian Huber score: Avoid Giant _Objects_Extend_information() Avoid Giant lock for … 5
(edit) @ee710ef   05/17/16 13:11:16 Sebastian Huber score: Delete unused _Objects_Get() Update #2555. 5
(edit) @23294fd2   05/17/16 14:07:11 Sebastian Huber score: Delete unused _Thread_Get() Update #2555. 5
(edit) @5eac9676   05/17/16 12:54:48 Sebastian Huber testsuites: Replace _Thread_Get() Replace _Thread_Get() with … 5
(edit) @92f68830   05/17/16 12:48:46 Sebastian Huber sptests/spintrcritical22: Avoid _Objects_Get() Use … 5
(edit) @f36ada32   05/17/16 12:38:57 Sebastian Huber rtems: Avoid Giant lock for rtems_task_delete() Update #2555. 5
(edit) @64fe1663   05/17/16 11:56:02 Sebastian Huber posix: Avoid Giant lock for pthread_kill() Update #2555. 5
(edit) @da826560   05/13/16 08:28:14 Sebastian Huber posix: Rework thread cancellation Add … 5
(edit) @33829ce   05/13/16 12:07:23 Sebastian Huber score: Avoid Giant lock for _Thread_Start() Update #2555. 5
(edit) @54550e04   05/13/16 06:16:30 Sebastian Huber posix: Rework pthread_join() Rework pthread_join() to use … 5
(edit) @29e1ecab   05/13/16 11:42:18 Sebastian Huber score: Simplify _Thread_Life_action_handler() Use … 5
(edit) @ef09017   05/13/16 11:08:54 Sebastian Huber score: Rework _Thread_Cancel() Rework _Thread_Cancel() to use … 5
(edit) @862a0ee   05/13/16 09:22:39 Sebastian Huber score: Rework _Thread_Restart_other() Rework _Thread_Restart_other() … 5
(edit) @9388390   05/13/16 05:04:43 Sebastian Huber score: Split _Thread_Restart() Split _Thread_Restart() into … 5
(edit) @0475cca   05/13/16 08:16:32 Sebastian Huber score: Add _Thread_Dispatch_disable_with_CPU() Update #2555. Update #2626. 5
(edit) @f410ea82   05/13/16 05:12:38 Sebastian Huber score: Add _Thread_Clear_state_locked() This makes it possible to do … 5
(edit) @9a99ce15   05/13/16 05:12:10 Sebastian Huber score: Add _Thread_Set_state_locked() This makes it possible to do … 5
(edit) @232147dd   05/13/16 05:04:13 Sebastian Huber score: Add _Thread_Join() and _Thread_Cancel() Split _Thread_Close() … 5
(edit) @c99eb50b   05/12/16 15:39:22 Sebastian Huber score: Rework _Thread_Exit() Rework _Thread_Exit() to use … 5
(edit) @7023d82c   05/13/16 11:20:07 Sebastian Huber score: Add _Thread_Raise_real_priority() Update #2555. Update #2626. 5
(edit) @9949d8a7   05/12/16 14:32:27 Sebastian Huber score: Add Thread_Change_life() Add _Thread_Change_life_locked() as a … 5
(edit) @69c722f   05/12/16 13:14:06 Sebastian Huber score: Delete unused variable Update #2555. Update #2626. 5
(edit) @270394e   05/12/16 12:25:50 Sebastian Huber score: Avoid superfluous life protection Disable thread dispatching … 5
(edit) @b7f5e391   05/12/16 04:12:06 Sebastian Huber score: Add _Thread_Exit() The goal is to make _Thread_Exit() a … 5
(edit) @e753748   05/13/16 08:21:37 Sebastian Huber score: Delete redundant thread life enums This makes it easier to add … 5
(edit) @12a1228c   05/17/16 15:23:44 Sebastian Huber psxclassic01: Assume correct pthread_detach() Update #2714. 5
(edit) @8830bfe6   05/19/16 09:36:15 Pavel Pisa arm/raspberrypi: add cmdline support for rpi bsp. 5
(edit) @54c197a   08/12/15 22:05:34 yangqiao0505 arm/raspberrypi: add VideoCore? frame buffer control support 5
(edit) @33e39d31   08/12/15 22:04:33 yangqiao0505 arm/raspberrypi: add VideoCore? mailbox support read and write 5
(edit) @1258229   05/19/16 08:34:18 Pavel Pisa arm/raspberrypi: add locking around GPIO pin function selection. This … 5
(edit) @4b62192f   05/19/16 08:29:28 Pavel Pisa arm/raspberrypi: correct GPIO pin function selection. Original … 5
(edit) @e706a9d   05/19/16 08:24:46 Pavel Pisa arm/raspberrypi: ensure that RTEMS application image can be started by … 5
(edit) @6fbc692   05/19/16 08:21:01 Pavel Pisa bsps/arm: CP15 support for flush prefetch buffer and table base control. 5
Note: See TracRevisionLog for help on using the revision log.