source: rtems/cpukit/posix/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6e4f929   05/06/16 04:44:41 Sebastian Huber score: Introduce thread state lock Update #2556. 5
(edit) @d9bb9eb   05/06/16 04:58:37 Sebastian Huber posix: Make _POSIX_signals_Action_handler() static 5
(edit) @64051ec   05/04/16 09:10:32 Sebastian Huber posix: Avoid Giant lock in pthread_equal() Update #2555. 5
(edit) @0a68d8e   05/01/16 14:11:30 Sebastian Huber score: Optimize _Objects_Get_local() Make the interrupt lock context … 5
(edit) @66374df   04/29/16 07:27:11 Sebastian Huber posix: Avoid Giant lock in _POSIX_signals_Send() Update #2555. Update … 5
(edit) @259d885   04/28/16 04:55:16 Sebastian Huber posix: Remove superfluous thread dispatch disable The … 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) @c8982e5   04/26/16 19:20:31 Sebastian Huber posix: Simplify message queues The mq_open() function returns a … 5
(edit) @7e66865e   04/29/16 09:05:36 Sebastian Huber score: Move message notification Move message notification to end of … 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) @dd6c28e   04/25/16 14:25:04 Sebastian Huber posix: Delete POSIX_Message_queue_Control::named Delete unused … 5
(edit) @49c293f4   04/25/16 14:23:13 Sebastian Huber posix: POSIX_Message_queue_Control::process_shared Delete unused … 5
(edit) @3e36a167   04/25/16 04:33:28 Sebastian Huber posix: _POSIX_Message_queue_Create_support() Make … 5
(edit) @7f4ee2b   04/22/16 12:37:13 Sebastian Huber posix: Avoid Giant lock for condition variables Update #2555. 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) @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) @f05eeb2   04/19/16 11:39:00 Sebastian Huber score: Simplify _Objects_Initialize_information() Remove unused … 5
(edit) @48b04fc3   04/19/16 04:28:03 Sebastian Huber posix: Avoid Giant lock for mutexes Delete _POSIX_Mutex_Get(). 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) @90f1265e   04/18/16 04:23:27 Sebastian Huber score: Fix _CORE_semaphore_Flush() Use proper CORE_semaphore_Status … 5
(edit) @5cc6bf4   04/17/16 13:47:33 Sebastian Huber score: Simplify _CORE_message_queue_Close() Drop status parameter … 5
(edit) @bbd6d27a   04/15/16 14:27:56 Sebastian Huber score: Delete unused CORE_RWLock_Attributes 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) @3c293cc   04/12/16 05:58:35 Sebastian Huber posix: Rename killinfo() Apparently killinfo() is not defined by … 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) @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) @9809d6e0   03/30/16 09:39:58 Sebastian Huber score: _Thread_queue_Flush() parameter changes Change … 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) @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) @2518516   03/22/16 06:24:56 Sebastian Huber posix: pthread_exit() is a no-return function 5
(edit) @5a5fb3b   03/18/16 13:03:01 Sebastian Huber score: Avoid Giant lock for CORE spinlock Use an ISR lock to protect … 5
(edit) @c904df5   03/18/16 06:25:23 Sebastian Huber score: Add _Objects_Get_by_name() Replace … 5
(edit) @5eaf0e7   03/17/16 06:56:31 Sebastian Huber posix: Use per-thread lookup tree for POSIX Keys Yields higher … 5
(edit) @75aef54   03/17/16 05:16:23 Sebastian Huber posix: Avoid Giant lock in sched_yield() Update #2555. 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) @3bc12a8f   01/26/16 10:16:56 Sebastian Huber Delete unused API extensions 5
(edit) @4210114   01/26/16 10:13:45 Sebastian Huber Use linker set for POSIX User Threads init Update #2408. 5
(edit) @2605a489   12/15/15 08:32:55 Sebastian Huber Optional POSIX Keys initialization Update #2408. 5
(edit) @4eee8781   12/14/15 15:40:28 Sebastian Huber Optional POSIX Spinlock initialization Update #2408. 5
(edit) @76a8328   12/14/15 15:39:10 Sebastian Huber Optional POSIX RWLock initialization Update #2408. 5
(edit) @e4e7f14   12/14/15 15:37:34 Sebastian Huber Optional POSIX Barrier initialization Update #2408. 5
(edit) @6c678557   12/14/15 15:36:21 Sebastian Huber Optional POSIX Timer initialization Update #2408. 5
(edit) @2189b3e   12/14/15 15:34:50 Sebastian Huber Optional POSIX Semaphore initialization Update #2408. 5
(edit) @3015ed64   12/14/15 15:33:39 Sebastian Huber Optional POSIX Message Queue initialization Update #2408. 5
(edit) @9871f5dc   12/14/15 15:31:44 Sebastian Huber Optional POSIX Mutex initialization Update #2408. 5
(edit) @f4fee477   12/14/15 15:29:19 Sebastian Huber Optional POSIX Condition Variable initialization Update #2408. 5
(edit) @cef5675   12/14/15 10:47:47 Sebastian Huber Optional POSIX Cleanup initialization Update #2408. 5
(edit) @ef1a985f   12/11/15 09:47:22 Sebastian Huber Optional POSIX Threads initialization Update #2408. 5
(edit) @04436ae7   12/10/15 12:46:07 Sebastian Huber Optional POSIX Signals initialization Update #2408. 5
(edit) @22bb1b61   01/19/16 18:11:47 joel posix/src/exec*: Remove all variants already in Newlib The RTEMS … 5
(edit) @e39cdb8   01/18/16 20:28:00 joel posix: Remove clock_getenable_attr() and clock_setenable_attr() These … 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) @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) @173d1f8   12/14/15 12:10:24 Sebastian Huber posix: Store unblocked signals Store the unblock signals to exploit … 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) @f6a1ef9   11/24/15 14:58:26 Sebastian Huber posix: Require struct _pthread_cleanup_context This structure is … 5
(edit) @f97536d   10/16/15 06:21:48 Sebastian Huber basdefs.h: Add and use RTEMS_UNUSED 5
(edit) @3b3d1489   09/01/15 12:16:48 Sebastian Huber posix: glibc compatibility 5
(edit) @1f242285   08/21/15 03:25:37 Sebastian Huber posix: Avoid _RBTree_Next() 5
(edit) @21789a21   07/28/15 12:45:42 Sebastian Huber score: Rename _POSIX_Absolute_timeout_to_ticks() Rename … 5
(edit) @d7665823   06/24/15 13:43:19 Sebastian Huber score: Introduce Thread_queue_Heads Move the storage for the thread … 5
(edit) @e2735012   06/24/15 09:05:39 Sebastian Huber score: Introduce Thread_queue_Queue Separate the thread queue heads … 5
(edit) @fdb45d6   06/24/15 12:00:08 Sebastian Huber score: Freechain handler API changes Replace the extend function with … 4.115
(edit) @48fed9a   06/25/15 12:11:53 Sebastian Huber score: Simplify <rtems/system.h> Drop the <rtems/score/percpu.h> … 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) @258d580c   06/13/15 12:49:23 Sebastian Huber score: Delete unused state WATCHDOG_REMOVE_IT 4.115
(edit) @335e5ca   06/02/15 19:43:54 Sebastian Huber score: Add Thread_Control::is_fp Store the floating-point unit … 4.115
(edit) @f9a2d36   06/02/15 11:57:35 Sebastian Huber posix: Fix _POSIX_Timer_Insert_helper() locking Close #2358. 4.115
(edit) @8f6a3145   05/29/15 13:03:02 Sebastian Huber posix: Fix clock_gettime() The … 4.115
(edit) @7cd2484   05/12/15 12:32:47 alexander.krutwig timecounter: Use in RTEMS Replace timestamp implementation with … 4.115
(edit) @aa05cfbb   05/11/15 12:56:49 Sebastian Huber score: Replace _Thread_Delay_ended() Use _Thread_Timeout() instead. … 4.115
(edit) @900d337f   05/05/15 11:05:54 Sebastian Huber score: Rework _Thread_Change_priority() Move the writes to … 4.115
(edit) @4438ac25   05/02/15 12:27:24 Sebastian Huber score: Fine grained locking for mutexes Update #2273. 4.115
(edit) @cfa5aab   05/02/15 12:02:20 Sebastian Huber score: Delete _CORE_semaphore_Seize() Rename … 4.115
(edit) @e76c517   05/01/15 18:52:51 Sebastian Huber score: Fine grained locking for semaphores Update #2273. 4.115
Note: See TracRevisionLog for help on using the revision log.