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) @9c3bae11   04/21/16 05:52:19 Sebastian Huber rtems: Avoid Giant lock for dual ported memory There is no need for … 5
(edit) @84a53988   04/21/16 04:32:16 Sebastian Huber score: Avoid Giant lock for CORE rwlock Update #2555. 5
(edit) @f27383a   04/20/16 12:01:02 Sebastian Huber score: Avoid Giant lock for barriers Use … 5
(edit) @5c9fa6f   04/20/16 12:00:31 Sebastian Huber score: Add _Thread_queue_Flush_default_filter() 5
(edit) @ba5ef37   04/20/16 09:12:53 Sebastian Huber score: Use _Thread_queue_Flush_critical() for cond 5
(edit) @0b590858   04/20/16 04:59:16 Sebastian Huber score: Use _Thread_queue_Flush_critical for futex 5
(edit) @b466226   04/20/16 04:57:47 Sebastian Huber score: Add _Thread_queue_Is_empty() 5
(edit) @2dd5e6fb   04/20/16 04:43:11 Sebastian Huber posix: Use _Objects_Get_local() for semaphores This simplifies the … 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) @b5a21bf1   04/20/16 04:15:07 Sebastian Huber posix: Avoid Giant lock in sem_getvalue() Update #2555. 5
(edit) @cca2d8ab   04/19/16 13:09:29 Sebastian Huber score: Rename _CORE_RWLock_Obtain() Rename … 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) @88575577   04/19/16 12:14:31 Sebastian Huber score: Optimize _Objects_Get_local() Make the id the first parameter … 5
(edit) @d7a12be9   04/19/16 12:14:10 Sebastian Huber score: Optimize _Objects_Get_no_protection() Make the id the first … 5
(edit) @36cd27c   04/19/16 12:12:06 Sebastian Huber score: Simplify _Objects_Get_next() Remove unused location parameter. 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) @48b04fc3   04/19/16 04:28:03 Sebastian Huber posix: Avoid Giant lock for mutexes Delete _POSIX_Mutex_Get(). Use … 5
(edit) @bbe654af   04/19/16 04:18:52 Sebastian Huber score: Add and use _CORE_mutex_Acquire_critical() Add and use … 5
(edit) @b8bdced1   04/18/16 15:21:43 Sebastian Huber posix: Simplify _POSIX_Mutex_Get_interrupt_disable Remove superfluous … 5
(edit) @beba41b   04/18/16 15:10:03 Sebastian Huber posix: _POSIX_Condition_variables_Wait_support() Simplify … 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) @b33983f   04/19/16 09:06:13 Sebastian Huber score: Simplify _CORE_message_queue_Do_close() Remove superfluous … 5
(edit) @bbd6d27a   04/15/16 14:27:56 Sebastian Huber score: Delete unused CORE_RWLock_Attributes 5
(edit) @bdf6cc2   04/20/16 12:00:44 Sebastian Huber sptests/spsysinit01: Fix warning 5
(edit) @4cf41fd   04/20/16 16:00:57 joel block[08|09|10]/init.c: Include <stdlib.h> to fix warning on exit() 5
(edit) @709f38a   04/13/16 04:48:58 Sebastian Huber score: Use chain iterator for user extensions Add a lock and use a … 5
(edit) @0a97ba5b   04/12/16 15:02:27 Sebastian Huber score: _User_extensions_Handler_initialization() Simplify … 5
(edit) @36272279   04/08/16 14:23:22 Sebastian Huber sapi: Avoid Giant lock for extensions Extension create and delete is … 5
(edit) @8f6c295b   04/11/16 15:03:05 Sebastian Huber score: Add Chain_Iterator Add a chain iterator for safe iteration of … 5
(edit) @b752f945   04/16/16 13:01:47 Pavel Pisa i386/pc386: reimplemented check for unused EDID entry in fb_vesa.c to … 5
(edit) @e65c45c   03/22/16 22:13:30 joel Obsolete rtems_clock_get() directive. This service was marked as … 5
(edit) @714efce   02/29/16 16:25:42 joel conddefaultattributes.c: Add default clock to structure. 5
(edit) @04da96c7   03/09/16 21:14:43 joel posix/src/condattr*etpshared.c: Clean up and improve comments 5
(edit) @8228548   02/19/16 22:00:48 joel Add pthread_getconcurrency() and pthread_setconcurrency() This is the … 5
(edit) @6efa349   04/14/16 06:56:53 Sebastian Huber posix: Run key destructors during thread restart POSIX key … 5
(edit) @a12724f9   04/14/16 05:57:38 Sebastian Huber bsp/qoriq: Fix MMU initialization for e6500 In case a hypervisor mode … 5
(edit) @33a1a4db   04/05/16 12:45:55 van.freenix cpukit: pppd: fix compile warning rcsid is defined, but not used. So … 5
(edit) @f1a5630   04/13/16 07:30:28 Sebastian Huber powerpc: Add FSL_EIS_MAS8 5
(edit) @3c293cc   04/12/16 05:58:35 Sebastian Huber posix: Rename killinfo() Apparently killinfo() is not defined by … 5
(edit) @f2ffd646   04/08/16 06:42:15 Sebastian Huber shell: Fix warning visible with latest Newlib Works also with … 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) @9555341   04/06/16 14:26:22 Sebastian Huber posix: Use a dedicated lock for scheduler changes Update #2555. 5
(edit) @44ed384   04/05/16 14:23:39 Sebastian Huber posix: Use proper lock for sigaction() Update #2555. 5
(edit) @01226ec   04/08/16 06:22:18 Sebastian Huber score: Compatibility with latest Newlib 5
(edit) @d8ec270b   04/07/16 08:29:09 Sebastian Huber libblock: Drop superfluous <stdlib.h> include Drop superfluous … 5
(edit) @af13b01   04/07/16 07:09:29 Sebastian Huber network: Quirk for Newlib compatibility Newlib provides now a … 5
(edit) @d2f9fa51   04/06/16 13:15:27 Sebastian Huber score: Add missing declaration 5
(edit) @648a5df   04/06/16 11:52:25 Sebastian Huber malloc: Avoid memory leaks during task delete Call … 5
(edit) @d7e68c96   04/06/16 11:50:16 Sebastian Huber malloc: Fix early realloc() allocation 5
(edit) @d995a263   04/04/16 07:37:15 Sebastian Huber score: Delete _Chain_Append() This function is not used in the score. … 5
(edit) @3bf2bcc8   04/04/16 07:36:01 Sebastian Huber score: Delete _Chain_Get() This function is not used in the score. … 5
(edit) @223fff46   04/04/16 04:57:01 Sebastian Huber score: Delete _Chain_Extract() This function is not used in the … 5
(edit) @b0354b0e   04/04/16 04:17:59 Sebastian Huber score: Delete _Chain_Insert() This function is not used in the score. … 5
(edit) @cd900523   04/04/16 07:29:02 Sebastian Huber score: Delete _Chain_Get_with_empty_check() This function is not used … 5
(edit) @c130387   04/04/16 07:24:47 Sebastian Huber score: Delete _Chain_Prepend_with_empty_check() This function is not … 5
(edit) @88f4157c   04/04/16 06:46:27 Sebastian Huber score: Delete _Chain_Append_with_empty_check() This function is not … 5
(edit) @6406b69   04/04/16 04:52:55 Sebastian Huber score: Delete _Chain_Prepend() This function is not used in the … 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) @84f5c0a   04/04/16 07:42:15 Sebastian Huber score: Use red-black tree for active global objects Use a red-black … 5
(edit) @84dc9df   04/04/16 04:17:36 Sebastian Huber score: Use red-black tree for active MP proxies Update #2555. 5
(edit) @9ea69dee   04/04/16 06:18:07 Sebastian Huber score: Add node map to _RBTree_Find_inline() 5
(edit) @8b922aa   04/05/16 04:58:16 Sebastian Huber posix: Fix _POSIX_signals_Check_signal() Do not save and restore the … 5
(edit) @3c895256   04/05/16 04:44:07 Sebastian Huber posix: Make _POSIX_signals_Check_signal() static 5
(edit) @7d21700   04/04/16 04:47:41 Sebastian Huber posix: Use proper lock for signals 5
(edit) @8f96581   04/01/16 09:38:47 Sebastian Huber score: Rework MP thread queue callout support The thread queue … 5
(edit) @818ad5eb   03/30/16 11:45:06 Sebastian Huber score: Simplify _Thread_queue_Do_flush() Also set the thread wait … 5
(edit) @9809d6e0   03/30/16 09:39:58 Sebastian Huber score: _Thread_queue_Flush() parameter changes Change … 5
(edit) @e581ea9   03/30/16 13:00:29 Sebastian Huber score: Fix _Thread_queue_Extract_locked() We must update the wait … 5
(edit) @6ca60e5d   04/01/16 13:10:08 Sebastian Huber score: Delete MP support for RW locks MP support was not implemented. 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) @d2c8693   04/01/16 06:33:29 Sebastian Huber bsp/atsam: Fix mbuf allocation 5
(edit) @9eaf564   03/31/16 11:31:24 Sebastian Huber score: Add and use _RBTree_Insert_inline() 5
(edit) @97127aa   03/31/16 11:30:38 Sebastian Huber score: Add and use _RBTree_Find_inline() 5
(edit) @c01401c4   03/30/16 04:56:07 Sebastian Huber score: _User_extensions_Remove_set() Use unprotected chain operation … 5
(edit) @2803314e   03/23/16 15:37:09 Sebastian Huber bsp/leon3: Remove dead code 5
(edit) @fb29ca55   02/16/16 13:11:09 alexander.krutwig bsp/atsam: Add network interface driver 5
(edit) @0bd49f1   03/22/16 07:34:16 Sebastian Huber bsp/atsam: Add nocache region support 5
(edit) @935e9c7d   03/22/16 07:29:59 Sebastian Huber bsp/atsam: Fix sizes of internal SRAM 5
(edit) @0a2f5bdd   03/30/16 04:51:46 Chris Johns bsp/pc386: Fix --console=/--printk= argument parsing. 5
(edit) @d33ab82   03/30/16 19:04:24 joel v850/gdbv850sim/include/bsp.h: Do not include <rtems/iosupp.h> 5
(edit) @f7e2ceb   03/30/16 19:04:24 joel sparc64/usiii/include/bsp.h: Do not include <rtems/iosupp.h> 5
(edit) @c412142   03/30/16 19:04:24 joel sparc64/niagara/include/bsp.h: Do not include <rtems/iosupp.h> 5
(edit) @23e5746   03/30/16 19:04:24 joel sparc/erc32/include/bsp.h: Do not include <rtems/iosupp.h> 5
(edit) @be13774   03/30/16 19:04:23 joel sh/shared/console.c: Do not include <rtems/iosupp.h> 5
(edit) @64f3cf8a   03/30/16 19:04:23 joel sh/gensh2/startup/hw_init.c: Do not include <rtems/iosupp.h> 5
(edit) @09a21c5   03/30/16 19:04:23 joel powerpc/virtex5/include/bsp.h: Do not include <rtems/iosupp.h> 5
Note: See TracRevisionLog for help on using the revision log.