source: rtems/cpukit/posix/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @db3a3de   10/10/17 08:03:48 Sebastian Huber score: Add _Thread_queue_Dispatch_disable() 5
(edit) @bd5be58f   10/10/17 05:18:09 Sebastian Huber posix: Unconditional thread attribute support Update #2514. 5
(edit) @4f9ed26   10/10/17 05:13:37 Sebastian Huber posix: Constify default thread processor affinity Set default thread … 5
(edit) @da9f5f1   10/09/17 13:34:26 Sebastian Huber posix: Remove rtems_pthread_attribute_compare() Update #2514. Close #3174. 5
(edit) @af9115f3   10/06/17 08:07:38 Sebastian Huber posix: Simplify POSIX_API_Control Return stack area via … 5
(edit) @de59c065   09/27/17 13:08:33 Sebastian Huber posix: Implement self-contained POSIX mutex POSIX mutexes are now … 5
(edit) @5222488   09/26/17 05:49:17 Sebastian Huber posix: Implement self-contained POSIX condvar POSIX condition … 5
(edit) @89fc9345   09/21/17 13:42:45 Sebastian Huber posix: Implement self-contained POSIX rwlocks POSIX rwlocks are now … 5
(edit) @e67929c   09/21/17 12:13:16 Sebastian Huber posix: Implement self-contained POSIX barriers POSIX barriers are now … 5
(edit) @c090db7   09/12/17 06:09:16 Sebastian Huber posix: Implement self-contained POSIX semaphores For semaphore object … 5
(edit) @ea4488ae   08/02/17 23:26:51 joel posix shm: Add oflag to Shm_Control 5
(edit) @3b47ce73   09/15/17 11:14:57 Sebastian Huber posix: Allow PTHREAD_PROCESS_SHARED for mutexes Close #3125. 5
(edit) @694e946d   09/06/17 05:31:48 Sebastian Huber libio: Remove special-case reference count The top-level IO library … 5
(edit) @18b32d76   09/08/17 13:25:47 Sebastian Huber posix: Ignore pshared for semaphores Since we have only one process, … 5
(edit) @62c912e   09/08/17 11:10:24 Sebastian Huber posix: Use mutex object itself for condvar We should only use the … 5
(edit) @b264998   07/24/17 18:46:49 Gedare Bloom posix: replace mmap mappings lock with libio lock Use the libio mutex … 5
(edit) @87de70a2   03/15/17 18:31:00 Gedare Bloom posix/mman: add mmap support for shm objects Update #2859. 5
(edit) @8290f95c   03/13/17 16:00:35 Chris Johns posix: Add mmap/unmap support for mapping files. This version of mmap … 5
(edit) @bd9d5eb   03/31/17 19:23:47 Gedare Bloom posix/shm: replace threadq with mutex (allocator lock) Closes #2957. 5
(edit) @889eb76   03/15/17 18:29:19 Gedare Bloom posix/mman: update atime on shared memory read call Update #2859. 5
(edit) @e366f77   01/31/17 07:08:24 Sebastian Huber score: Add _Thread_queue_Object_name Add the special thread queue … 5
(edit) @ba776282   08/12/16 19:25:10 Gedare Bloom posix: shared memory support Add POSIX shared memory manager (Shm). … 5
(edit) @e7eeb38d   07/29/16 19:28:49 Gedare Bloom posix: move sys/mman.h to newlib and test it in psxhdrs 5
(edit) @4a03e752   01/13/17 08:45:59 Sebastian Huber configure: Remove SIZEOF_PTHREAD_SPINLOCK_T 5
(edit) @544b59bf   01/13/17 08:35:01 Sebastian Huber configure: Remove HAVE_SEMAPHORE_H support 5
(edit) @7a4b2645   01/11/17 15:43:06 joel Remove obsolete RTEMS_HAVE_SYS_CPUSET_H 5
(edit) @6cc83b32   12/02/16 11:40:32 Sebastian Huber posix: Fix typo 5
(edit) @aadd318   12/02/16 08:56:40 Sebastian Huber posix: Fix fall back spinlock implementation Update #2674. 5
(edit) @c09db57   11/28/16 12:28:32 Sebastian Huber score: Fix thread queue context initialization Initialize the thread … 5
(edit) @c42be504   11/16/16 13:50:09 Sebastian Huber posix: Add self-contained pthread spinlock Turn pthread_spinlock_t … 5
(edit) @125f248   11/16/16 15:39:43 Sebastian Huber score: Add thread queue enqueue callout Replace the expected thread … 5
(edit) @300f6a48   06/22/16 15:09:23 Sebastian Huber score: Rework thread priority management Add priority nodes which … 5
(edit) @e41308ea   08/22/16 08:58:34 Sebastian Huber score: Introduce Thread_queue_Lock_context Introduce … 5
(edit) @114e408   08/22/16 11:17:05 Sebastian Huber score: Simplify thread queue acquire/release 5
(edit) @db563698   09/08/16 06:08:53 Sebastian Huber score: Fix warning 5
(edit) @b5bfaaf9   06/23/16 20:55:38 Gedare Bloom posix: cond_timedwait remember and use clock from condattr updates #2745 5
(edit) @127c20eb   06/23/16 20:10:39 Gedare Bloom posix: refactor cond wait support to defer abstime conversion updates … 5
(edit) @254dc82   06/24/16 09:22:03 Sebastian Huber score: Change Priority_Control to 64-bit A 32-bit Priority_Control … 5
(edit) @77ff5599   06/10/16 06:48:54 Sebastian Huber score: Introduce map priority scheduler operation Introduce map/unmap … 5
(edit) @1a4eac50   06/15/16 14:31:33 Sebastian Huber posix: Generalize _POSIX_Priority_To_core() Move POSIX API priority … 5
(edit) @5a32c48   06/14/16 13:57:54 Sebastian Huber posix: Make POSIX API aware of scheduler instances 5
(edit) @eec08ef   06/15/16 04:59:57 Sebastian Huber posix: Rework sporadic server scheduling policy Instead of lowering … 5
(edit) @6bab009   06/14/16 15:23:03 Sebastian Huber posix: Delete POSIX_API_Control::schedparam This field was redundant. 5
(edit) @4dc5450   06/14/16 15:21:53 Sebastian Huber posix: Delete POSIX_API_Control::schedpolicy This field was redundant. 5
(edit) @4da078a8   06/14/16 15:01:52 Sebastian Huber posix: Delete POSIX_API_Control::ss_high_priority This field was unused. 5
(edit) @2df7fcf   06/14/16 09:45:22 Sebastian Huber posix: _POSIX_Mutex_Default_attributes Make … 5
(edit) @917884c   06/15/16 08:39:09 Sebastian Huber posix: Fix poradic server initial CPU budget Update #2738. 5
(edit) @5d65d0dd   06/15/16 06:50:29 Sebastian Huber posix: Use _POSIX_Threads_Sporadic_timer_insert() 5
(edit) @d07f582   06/15/16 05:59:33 Sebastian Huber posix: Remove superfluous code Remove double declarations, useless … 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) @2581a56   05/20/16 19:39:56 Sebastian Huber score: Add semaphore variants 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) @dce48791   05/23/16 11:37:59 Sebastian Huber score: Add Status_Control for all APIs Unify the status codes of the … 5
(edit) @631b3c8   05/23/16 09:40:18 Sebastian Huber score: Move thread queue MP callout to context Drop the … 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) @0cc6071   05/20/16 09:42:30 Sebastian Huber posix: Add const to _POSIX_Keys_Key_value_find() 5
(edit) @05f9b02e   05/20/16 05:01:03 Sebastian Huber posix: Add and use _POSIX_Get_object_body() 5
(edit) @7dfb4b9   05/19/16 09:20:58 Sebastian Huber score: Add per scheduler instance maximum priority The priority … 5
(edit) @da826560   05/13/16 08:28:14 Sebastian Huber posix: Rework thread cancellation Add … 5
(edit) @54550e04   05/13/16 06:16:30 Sebastian Huber posix: Rework pthread_join() Rework pthread_join() to use … 5
(edit) @8bc6bf28   05/11/16 11:42:58 Sebastian Huber posix: Avoid Giant lock for some pthread functions Avoid Giant lock … 5
(edit) @d9bb9eb   05/06/16 04:58:37 Sebastian Huber posix: Make _POSIX_signals_Action_handler() static 5
(edit) @0a68d8e   05/01/16 14:11:30 Sebastian Huber score: Optimize _Objects_Get_local() Make the interrupt lock context … 5
(edit) @c8982e5   04/26/16 19:20:31 Sebastian Huber posix: Simplify message queues The mq_open() function returns a … 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) @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) @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) @90f1265e   04/18/16 04:23:27 Sebastian Huber score: Fix _CORE_semaphore_Flush() Use proper CORE_semaphore_Status … 5
(edit) @3c293cc   04/12/16 05:58:35 Sebastian Huber posix: Rename killinfo() Apparently killinfo() is not defined by … 5
(edit) @572cb624   04/07/16 14:48:30 Sebastian Huber score: Simplify _Objects_Get_no_protection() This functions supports … 5
(edit) @9555341   04/06/16 14:26:22 Sebastian Huber posix: Use a dedicated lock for scheduler changes Update #2555. 5
(edit) @9ea69dee   04/04/16 06:18:07 Sebastian Huber score: Add node map to _RBTree_Find_inline() 5
(edit) @3c895256   04/05/16 04:44:07 Sebastian Huber posix: Make _POSIX_signals_Check_signal() static 5
(edit) @8f96581   04/01/16 09:38:47 Sebastian Huber score: Rework MP thread queue callout support The thread queue … 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) @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) @1e1a91ed   03/23/16 09:01:31 Sebastian Huber score: Remove Thread_queue_Queue::operations field Remove the … 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) @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) @529b08a7   12/15/15 08:38:31 Sebastian Huber posix: Delete empty _POSIX_API_Initialize() 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
Note: See TracRevisionLog for help on using the revision log.