source: rtems/cpukit/posix/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @91ce012c   10/16/17 07:32:37 Sebastian Huber score: Rename _Watchdog_Per_CPU_insert_monotonic() Rename … 5
(edit) @bf2a53d2   10/14/17 13:14:53 Sebastian Huber score: Rename watchdog variants Rename PER_CPU_WATCHDOG_RELATIVE in … 5
(edit) @58500540   10/12/17 05:18:28 Sebastian Huber posix: Fix const qualifier warning Update #2514. Update #3179. 5
(edit) @ed9a6fd   10/11/17 19:33:44 Sebastian Huber posix: Use right time format in adjtime() Update #2740. 5
(edit) @157c767   10/11/17 05:53:38 Sebastian Huber posix: Include missing <limits.h> 5
(edit) @b2dbb634   10/10/17 09:36:23 Sebastian Huber score: Remove CPU_set_Control Use Processor_mask instead. Update #2514. 5
(edit) @a3ad4af   10/10/17 09:22:21 Sebastian Huber posix: Validate affinity sets by the scheduler Update #2514. 5
(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) @8c5267a   10/10/17 05:11:29 Sebastian Huber posix: Simplify pthread_attr_setstack() Simplify * … 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) @2256946   10/06/17 13:30:47 Sebastian Huber score: Use struct timespec for TOD Use the timestamps only for uptime … 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) @47b1e31   09/19/17 12:10:33 Sebastian Huber posix: Optimize pthread_once_t Reduce size of pthread_once_t and make … 5
(edit) @dcdd329   10/04/17 07:18:56 Sebastian Huber posix: Fix aio_cancel() Update #3164. 5
(edit) @dbdb6a32   09/27/17 13:14:33 Sebastian Huber posix: Remove superfluous includes 5
(edit) @ef18d36   09/26/17 05:52:08 Sebastian Huber posix: Remove superfluous includes 5
(edit) @ea4488ae   08/02/17 23:26:51 joel posix shm: Add oflag to Shm_Control 5
(edit) @bdc468a   09/22/17 06:22:11 Sebastian Huber posix: Allow PTHREAD_PROCESS_SHARED for rwlocks Close #3153. 5
(edit) @c030edd   09/15/17 11:48:44 Sebastian Huber posix: Allow PTHREAD_PROCESS_SHARED for condvar Close #3137. 5
(edit) @8230a329   09/15/17 11:24:51 Sebastian Huber posix: Allow PTHREAD_PROCESS_SHARED for barriers Close #3126. 5
(edit) @3b47ce73   09/15/17 11:14:57 Sebastian Huber posix: Allow PTHREAD_PROCESS_SHARED for mutexes Close #3125. 5
(edit) @baef823c   09/13/17 07:22:19 Sebastian Huber libio: Add hold/drop iop reference Check iop reference count in … 5
(edit) @ca90c6c   09/13/17 12:00:50 Sebastian Huber libio: Add rtems_libio_iop_flags_initialize() Update #3132. 5
(edit) @856ede4f   09/13/17 08:11:46 Sebastian Huber libio: Add iop set/clear flags Update #3132. 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) @1f22b26   08/25/17 08:59:52 Sebastian Huber Include missing <limits.h> Update #2132. 5
(edit) @b2ed712   08/25/17 08:58:58 Sebastian Huber Include missing <string.h> Update #2133. 5
(edit) @c6d897e5   07/24/17 19:09:52 Gedare Bloom posix: fix warnings with mmap from heap/wkspace Avoid void pointer … 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) @b965f461   07/20/17 05:25:55 Sebastian Huber posix: Use unprotected chain operations Operarations are already … 5
(edit) @bb01a36   07/19/17 14:59:16 kevin-kirspel Fixed issue with searching mapped addresses The loop that checks if … 5
(edit) @c6bb1c33   06/29/17 14:36:43 kevin-kirspel posix/mmap: Add support for file handler and MAP_ANON Added a mmap … 5
(edit) @836f454   06/07/17 06:14:30 Sebastian Huber Fix CPU_COPY() usage The original CPU_COPY() support of Newlib … 5
(edit) @a330c5d   05/16/17 15:37:27 Gedare Bloom posix: clarify expression with parentheses Close #3010. 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) @12f9c5b7   04/27/17 23:52:01 joel posix/src/mutexinit.c: Reorder to make priority a scoped variable 5
(edit) @c16d45a5   04/26/17 20:42:09 joel posix/src/mutexinit.c: Reorder to make priority a scoped variable 5
(edit) @6601684f   04/25/17 18:57:03 joel posix/src/mutexinit.c: Fix used before initialized warning 5
(edit) @82c0836   03/28/17 05:51:16 Sebastian Huber posix: Fix pthread_detach() internal lock acquire 5
(edit) @e366f77   01/31/17 07:08:24 Sebastian Huber score: Add _Thread_queue_Object_name Add the special thread queue … 5
(edit) @090bdc7e   01/25/17 10:45:49 Sebastian Huber posix: Fix use of uninitialized variable Update #2859. 5
(edit) @ba776282   08/12/16 19:25:10 Gedare Bloom posix: shared memory support Add POSIX shared memory manager (Shm). … 5
(edit) @2b442a8e   08/12/16 16:21:00 Gedare Bloom posix: fix typo in mmap arguments 5
(edit) @1ca8ee13   08/12/16 15:17:40 Gedare Bloom posix: add stub implementations for mman functions 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) @7c499279   01/12/17 08:26:08 Sebastian Huber posix: Add pthread_getname_np(), ... Add pthread_getname_np() and … 5
(edit) @d063e7b3   01/11/17 07:42:04 Sebastian Huber score: Replace STATES_DELAYING Replace STATES_DELAYING with … 5
(edit) @7a4b2645   01/11/17 15:43:06 joel Remove obsolete RTEMS_HAVE_SYS_CPUSET_H 5
(edit) @ef362818   12/06/16 03:06:40 joel Add support for posix_devctl() 5
(edit) @5aa0fa1   01/11/17 12:47:22 Sebastian Huber posix: Fix alarm() in SMP configurations Avoid to change the CPU of … 5
(edit) @9a448aab   12/23/16 15:02:07 Sebastian Huber score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIER Add thread state bit … 5
(edit) @3a659b04   12/09/16 06:19:22 Sebastian Huber score: Introduce _Internal_error() 5
(edit) @0a81a58   12/09/16 05:51:44 Sebastian Huber Add INTERNAL_ERROR_POSIX_INIT_THREAD_CREATE_FAILED Update #2825. 5
(edit) @b6606e8   12/08/16 15:41:30 Sebastian Huber score: Remove fatal is internal indicator The fatal is internal … 5
(edit) @5b6c290   12/01/16 19:42:48 Sebastian Huber score: Initialize thread queue context early Initialize thread queue … 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) @620b23e   11/24/16 05:13:11 Sebastian Huber score: Optimize _Thread_queue_Enqueue() Move thread state for … 5
(edit) @d42cf33   11/23/16 14:12:28 Sebastian Huber posix: Fix typo Update #2674. 5
(edit) @c42be504   11/16/16 13:50:09 Sebastian Huber posix: Add self-contained pthread spinlock Turn pthread_spinlock_t … 5
(edit) @a4217c6   11/22/16 09:53:03 Sebastian Huber score: Rename _Thread_queue_Enqueue_critical() Delete unused … 5
(edit) @125f248   11/16/16 15:39:43 Sebastian Huber score: Add thread queue enqueue callout Replace the expected thread … 5
(edit) @d78d529   11/14/16 08:11:07 Sebastian Huber score: Add and use _Thread_Dispatch_direct() This function is useful … 5
(edit) @0e658d45   11/09/16 15:29:17 Sebastian Huber posix: Simplify cleanup push/pop The POSIX cleanup list must be … 5
(edit) @8b18b8eb   11/04/16 09:53:16 Sebastian Huber posix: Fix _POSIX_RWLock_Manager_initialization() Use right object class. 5
(edit) @2dd098a   10/31/16 07:33:11 Sebastian Huber score: Introduce Thread_Scheduler_control::home Replace … 5
(edit) @bb9f09f   10/31/16 12:07:34 Sebastian Huber posix: Fix timer interval Do not overwrite timer interval with … 5
(edit) @3e9f4c92   10/31/16 12:05:55 Sebastian Huber posix: Fix timeout handling in sigtimedwait() Update #2798. 5
(edit) @8797c76   09/27/16 13:23:00 Sebastian Huber score: Unify CORE mutex seize/surrender Use the … 5
(edit) @300f6a48   06/22/16 15:09:23 Sebastian Huber score: Rework thread priority management Add priority nodes which … 5
(edit) @b20b736   06/28/16 04:54:50 Sebastian Huber score: Introduce _Thread_Get_priority() Avoid direct access to thread … 5
(edit) @15b5678d   08/01/16 09:03:16 Sebastian Huber score: Move thread wait node to scheduler node Update #2556. 5
(edit) @e41308ea   08/22/16 08:58:34 Sebastian Huber score: Introduce Thread_queue_Lock_context Introduce … 5
(edit) @709594f0   08/01/16 20:54:18 Gedare Bloom posix: nanosleep: adjust elapsed time calculation Use clock_gettime … 5
(edit) @aaaf9610   08/08/16 06:44:51 Sebastian Huber score: Add debug support to red-black trees This helps to detect … 5
(edit) @2cb9b86e   08/08/16 06:30:17 Sebastian Huber posix: Fix for RTEMS_DEBUG 5
(edit) @3b3552bf   08/03/16 11:40:26 Sebastian Huber posix: Fix for RTEMS_DEBUG 5
(edit) @842005e4   07/29/16 17:13:41 Gedare Bloom posix: nanosleep: optimize away a time conversion updates #2732 5
(edit) @1fcac5ad   07/25/16 14:35:37 Sebastian Huber score: Turn thread lock into thread wait lock The … 5
(edit) @dfa2cdb   07/27/16 07:09:01 Sebastian Huber posix: Fix error status 5
(edit) @39d97ab   07/26/16 18:13:36 Gedare Bloom cpukit: refactor nanosleep and use 64-bit timeout for threadq * Fixes … 5
(edit) @e0f17fc   07/15/16 16:52:05 Gedare Bloom posix: fix clock_nanosleep and nanosleep clock use Sleeping with … 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) @6e98ea91   06/09/16 15:40:35 Gedare Bloom posix: add clock_nanosleep and tests updates #2732 5
(edit) @f23d470   06/09/16 15:33:15 Gedare Bloom cpukit: Add and use Watchdog_Discipline. Clock disciplines may be … 5
(edit) @059529e   07/21/16 08:15:02 Sebastian Huber score: Add debug support to chains This helps to detect * double … 5
Note: See TracRevisionLog for help on using the revision log.