source: rtems/cpukit/rtems/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @c506158c   05/02/16 04:17:07 Sebastian Huber mpci: Make _*_MP_Send_response_packet() static 5
(edit) @500a8e9c   04/28/16 04:26:01 Sebastian Huber score: Delete RTEMS_STRICT_ORDER_MUTEX Remove support for strict … 5
(edit) @1ef8e4a8   04/27/16 20:07:56 Sebastian Huber score: Avoid Giant lock for set time of day Update #2555. Update #2630. 5
(edit) @3888771   04/27/16 19:32:23 Sebastian Huber score: Streamline set time of day functions Rename _TOD_Set() into … 5
(edit) @f4d541cc   04/27/16 14:46:57 Sebastian Huber rtems: Avoid Giant lock in rtems_object_set_name() Update #2555. 5
(edit) @f009ed0   04/27/16 14:36:04 Sebastian Huber rtems: Avoid Giant lock for semaphores Update #2555. 5
(edit) @c8982e5   04/26/16 19:20:31 Sebastian Huber posix: Simplify message queues The mq_open() function returns a … 5
(edit) @6741d30a   04/27/16 04:49:59 Sebastian Huber rtems: Avoid Giant lock for message queues Update #2555. 5
(edit) @99112f7   04/27/16 14:21:07 Sebastian Huber score: _CORE_message_queue_Submit() Move lock acquire to caller of … 5
(edit) @b0eba5ed   04/27/16 14:20:05 Sebastian Huber score: _CORE_message_queue_Seize() Move lock acquire to caller of … 5
(edit) @7580995   04/26/16 19:18:52 Sebastian Huber score: _CORE_message_queue_Close() Move lock acquire to caller of … 5
(edit) @9c3bae11   04/21/16 05:52:19 Sebastian Huber rtems: Avoid Giant lock for dual ported memory There is no need for … 5
(edit) @f27383a   04/20/16 12:01:02 Sebastian Huber score: Avoid Giant lock for barriers Use … 5
(edit) @4025a60f   04/19/16 15:02:54 Sebastian Huber score: Avoid Giant lock for CORE mtx/sem Avoid Giant lock for CORE … 5
(edit) @3d0c4005   04/19/16 13:07:39 Sebastian Huber score: Rename _CORE_barrier_Wait() Rename _CORE_barrier_Wait() into … 5
(edit) @242a05a   04/19/16 13:04:34 Sebastian Huber score: Rename _MRSP_Obtain() Rename _MRSP_Obtain() into … 5
(edit) @f05eeb2   04/19/16 11:39:00 Sebastian Huber score: Simplify _Objects_Initialize_information() Remove unused … 5
(edit) @adbedd1   04/15/16 19:18:26 Sebastian Huber score: Introduce _Thread_queue_Flush_critical() Replace … 5
(edit) @8765c57   04/18/16 05:00:55 Sebastian Huber score: Remove id parameter _CORE_mutex_Seize() Parameter was unused. 5
(edit) @ca18cb59   04/18/16 04:53:10 Sebastian Huber score: Close semaphore object before flush This prevents use of the … 5
(edit) @90f1265e   04/18/16 04:23:27 Sebastian Huber score: Fix _CORE_semaphore_Flush() Use proper CORE_semaphore_Status … 5
(edit) @928d455   04/17/16 13:57:19 Sebastian Huber score: Close barrier object before flush This prevents use of the … 5
(edit) @e781ddb   04/17/16 13:57:03 Sebastian Huber score: Simplify _CORE_barrier_Flush() 5
(edit) @5cc6bf4   04/17/16 13:47:33 Sebastian Huber score: Simplify _CORE_message_queue_Close() Drop status parameter … 5
(edit) @e65c45c   03/22/16 22:13:30 joel Obsolete rtems_clock_get() directive. This service was marked as … 5
(edit) @c39da818   04/08/16 06:14:31 Sebastian Huber rtems: Delete Region_Control::page_size 5
(edit) @60a23875   04/08/16 06:13:49 Sebastian Huber rtems: Delete Region_Control::length 5
(edit) @acf7cf3b   04/08/16 06:12:06 Sebastian Huber rtems: Delete Region_Control::starting_address 5
(edit) @b4b062f   04/08/16 05:50:42 Sebastian Huber rtems: Delete Region_Control::number_of_used_blocks Use … 5
(edit) @1142f55   04/08/16 04:56:46 Sebastian Huber rtems: Add and use _Region_Get_and_lock() Get region and lock … 5
(edit) @572cb624   04/07/16 14:48:30 Sebastian Huber score: Simplify _Objects_Get_no_protection() This functions supports … 5
(edit) @0158a60   04/08/16 04:28:04 Sebastian Huber rtems: Ensure lock ownership for _Region_Get() 5
(edit) @d26b053   04/07/16 14:49:22 Sebastian Huber rtems: Remove dead code The heap protection enabled by RTEMS_DEBUG … 5
(edit) @3570ec6   04/04/16 08:13:35 Sebastian Huber rtems: Avoid Giant lock for partitions Use an ISR lock to protect the … 5
(edit) @8f96581   04/01/16 09:38:47 Sebastian Huber score: Rework MP thread queue callout support The thread queue … 5
(edit) @9809d6e0   03/30/16 09:39:58 Sebastian Huber score: _Thread_queue_Flush() parameter changes Change … 5
(edit) @97312fcc   04/05/16 12:36:30 Sebastian Huber score: Delete Thread_Wait_information::id This field was only by the … 5
(edit) @9d9b6b56   03/30/16 06:36:08 Sebastian Huber score: Objects_Thread_queue_Extract_callout Change parameters of the … 5
(edit) @06f68a96   03/30/16 06:34:23 Sebastian Huber score: Fix set but not used warning 5
(edit) @863c074   03/30/16 06:33:41 Sebastian Huber score: Fix statement with no effect warning No need to add an assert … 5
(edit) @97b7244   03/30/16 06:32:56 Sebastian Huber score: Fix statement with no effect warning No need to add an assert … 5
(edit) @9f71433   03/30/16 06:31:26 Sebastian Huber score: Fix statement with no effect warning No need to add an assert … 5
(edit) @8afeb993   03/30/16 06:29:07 Sebastian Huber score: Fix statement with no effect warning No need to add an assert … 5
(edit) @081d03d   03/30/16 06:08:44 Sebastian Huber score: Fix set but not used warning No need to add an assert due to … 5
(edit) @75c19d25   03/30/16 06:05:54 Sebastian Huber score: Fix set but not used warning 5
(edit) @97bbf02   03/22/16 07:52:50 Sebastian Huber score: Use constant for maximum count of CORE sema 5
(edit) @1e1a91ed   03/23/16 09:01:31 Sebastian Huber score: Remove Thread_queue_Queue::operations field Remove the … 5
(edit) @50b73d3   03/21/16 00:28:20 joel cpukit/rtems/src/*mp.c: Fix set but not used warning 5
(edit) @30cac38f   03/22/16 06:40:18 Sebastian Huber rtems: Use object allocator lock Object creation and destruction is … 5
(edit) @90960bd   03/21/16 14:01:57 Sebastian Huber rtems: Rework rate-monotonic scheduler Use the default thread lock to … 5
(edit) @875c26d   03/21/16 09:45:44 Sebastian Huber rtems: Avoid RTEMS_USE_TICKS_FOR_STATISTICS Option was removed by … 5
(edit) @300eaad   03/21/16 09:41:31 Sebastian Huber rtems: Delete Rate_monotonic_Period_time_t Variables with this type … 5
(edit) @92dee4ab   03/17/16 05:51:56 Sebastian Huber rtems: Avoid Giant lock in rtems_signal_catch() Update #2555. 5
(edit) @f5bb2991   03/17/16 05:30:29 Sebastian Huber rtems: Avoid Giant lock in rtems_task_mode() Update #2555. 5
(edit) @d37adfe5   03/03/16 06:02:03 Sebastian Huber score: Fix CPU time used by executing threads The CPU time used of a … 5
(edit) @77e6eba7   03/07/16 15:01:57 Sebastian Huber score: Add and use _Objects_Get_local() This simplifies the handling … 5
(edit) @03b900d   02/18/16 07:36:26 Sebastian Huber score: Replace watchdog handler implementation Use a red-black tree … 5
(edit) @d297c81d   03/01/16 05:36:16 Sebastian Huber score: Delete Thread_CPU_usage_t This type is superfluous since all … 5
(edit) @67de508   02/25/16 12:08:45 Sebastian Huber rtems: Avoid RTEMS_USE_TICKS_FOR_STATISTICS Option was removed by … 5
(edit) @2e71aa41   02/17/16 11:52:17 Sebastian Huber score: Simplify _Watchdog_Tick() Move thread dispatch disable check … 5
(edit) @3bc12a8f   01/26/16 10:16:56 Sebastian Huber Delete unused API extensions 5
(edit) @1ff8eca   01/26/16 10:10:43 Sebastian Huber Use linker set for Classic User Tasks init Update #2408. 5
(edit) @2605a489   12/15/15 08:32:55 Sebastian Huber Optional POSIX Keys initialization Update #2408. 5
(edit) @58089ff   12/14/15 14:28:51 Sebastian Huber rtems: Delete empty _RTEMS_API_Initialize() 5
(edit) @97d94ff   12/14/15 14:27:56 Sebastian Huber Optional Classic Barrier initialization Update #2408. 5
(edit) @b377e3f   12/14/15 14:15:22 Sebastian Huber Optional Classic Rate Monotonic initialization Update #2408. 5
(edit) @af12278   12/14/15 14:12:39 Sebastian Huber Optional Classic Dual-Ported Memory initialization Update #2408. 5
(edit) @365456cc   12/14/15 14:10:32 Sebastian Huber Optional Classic Region initialization Update #2408. 5
(edit) @fd3cc36f   12/14/15 14:08:27 Sebastian Huber Optional Classic Partition initialization Update #2408. 5
(edit) @cbaac1f7   12/14/15 14:05:47 Sebastian Huber Optional Classic Semaphore initialization Update #2408. 5
(edit) @ed8b00e6   12/14/15 14:02:45 Sebastian Huber Optional Classic Message Queue initialization Update #2408. 5
(edit) @ae85b066   12/14/15 13:59:56 Sebastian Huber Optional Classic Event initialization Update #2408. 5
(edit) @a7f36829   12/14/15 13:56:41 Sebastian Huber Optional Classic Signal initialization Update #2408. 5
(edit) @26335844   12/14/15 13:52:35 Sebastian Huber Optional Classic Timer initialization Update #2408. 5
(edit) @565672a   12/14/15 13:46:10 Sebastian Huber Optional Classic Tasks initialization Update #2408. 5
(edit) @76ac1ee3   12/23/15 06:29:47 Sebastian Huber score: Fix simple timecounter support Update #2502. 5
(edit) @2b9374e1   01/18/16 23:34:25 joel taskcreate.c: Add method name to comment to be clearer 5
(edit) @1506658c   01/08/16 11:11:03 Sebastian Huber score: Simplify _Thread_Start() 5
(edit) @ccd5434   01/07/16 08:55:45 Sebastian Huber score: Introduce Thread_Entry_information This avoids potential dead … 5
(edit) @4e3bb2dd   01/08/16 08:05:34 Sebastian Huber rtems: Fix warning 5
(edit) @44e9871   12/22/15 08:40:48 Sebastian Huber score: Avoid dead code in global construction Update #2514. 5
(edit) @fe100e16   12/22/15 08:13:08 Sebastian Huber score: Add fatal errors for NULL entry init tasks This simplifies the … 5
(edit) @d5154d0f   12/23/15 20:44:02 admin api: Remove deprecated Notepads Notepads where a feature of RTEMS' … 5
(edit) @e01b184   12/14/15 13:07:40 Sebastian Huber rtems: Delete empty function 5
(edit) @54c3fbd   12/11/15 10:09:13 Sebastian Huber score: Initialize thread control to zero This reduces the code size … 5
(edit) @df55d07f   12/10/15 13:10:48 Sebastian Huber score: Untangle thread actions Remove the thread action handler … 5
(edit) @a062014   11/26/15 13:11:19 Sebastian Huber Delete _Region_Debug_Walk() The expensive heap walks are superfluous … 5
(edit) @8ce0b0cb   11/25/15 06:55:00 Sebastian Huber Fix _Assert() statement 5
(edit) @b84a51c   11/10/15 16:23:12 Sebastian Huber score: Fix race condition on SMP We must ensure that the … 5
(edit) @4fee129   11/11/15 09:47:52 Sebastian Huber Introduce general purpose system server event Use this event for the … 5
(edit) @d7665823   06/24/15 13:43:19 Sebastian Huber score: Introduce Thread_queue_Heads Move the storage for the thread … 5
(edit) @cdf30f05   06/19/15 12:57:44 Sebastian Huber rtems: Add rtems_interrupt_local_disable|enable() Add … 4.115
(edit) @e6b31b27   05/27/15 15:13:58 Joel Sherrill Remove use ticks for statistics configure option. This was obsolete … 4.115
(edit) @80fca28   06/13/15 13:29:04 Sebastian Huber score: Add _Watchdog_Preinitialize() Add an assert to ensure that the … 4.115
(edit) @63c68cfc   05/21/15 12:55:15 Joel Sherrill region*.c: Ensure return_status is set when RTEMS_MULTIPROCESSING is … 4.115
(edit) @7cd2484   05/12/15 12:32:47 alexander.krutwig timecounter: Use in RTEMS Replace timestamp implementation with … 4.115
(edit) @9eb056f   05/11/15 13:11:00 Sebastian Huber rtems: Avoid Giant lock for events 4.115
(edit) @d5423295   05/18/15 09:09:14 Sebastian Huber score: _Thread_Dispatch_disable_critical() Thread dispatching is … 4.115
(edit) @aa05cfbb   05/11/15 12:56:49 Sebastian Huber score: Replace _Thread_Delay_ended() Use _Thread_Timeout() instead. … 4.115
(edit) @7a70a09   05/04/15 08:00:50 Sebastian Huber score: Delete _Objects_Put_for_get_isr_disable() This function is … 4.115
Note: See TracRevisionLog for help on using the revision log.