source: rtems/cpukit/posix

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @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) @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) @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
(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) @7def219   09/02/15 21:54:21 Martin Galvan various .h files: Add missing C++ extern wrappers Updates #2405. 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) @bd67d7d2   06/25/15 11:48:00 Sebastian Huber score: Simplify <rtems/score/thread.h> Avoid Thread_Control typedef … 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
(edit) @cc18d7b   04/30/15 11:12:54 Sebastian Huber score: Fine grained locking for message queues Aggregate several … 4.115
(edit) @f5d6c8b   04/27/15 14:25:52 Sebastian Huber score: Delete Thread_queue_Control::timeout_status Use a parameter … 4.115
(edit) @383cf42   04/22/15 09:15:46 Sebastian Huber score: More thread queue operations Move thread queue discipline … 4.115
(edit) @02c4c441   04/23/15 08:01:22 Sebastian Huber score: Add Thread_queue_Control::Lock Move the complete thread queue … 4.115
(edit) @2903090   04/15/15 09:26:46 Sebastian Huber score: Add header to _Watchdog_Remove() Add watchdog header parameter … 4.115
(edit) @56729d8   04/23/15 19:29:56 Sebastian Huber score: Delete STATES_WAITING_ON_THREAD_QUEUE Avoid the usage of the … 4.115
(edit) @d83127e   04/24/15 06:36:33 Sebastian Huber posix: Use right thread dispatch disable function 4.115
(edit) @f329353   04/23/15 13:25:13 Sebastian Huber score: Fix POSIX thread join A thread join is twofold. There is one … 4.115
(edit) @9f10911   04/22/15 19:29:21 Sebastian Huber score: Delete Thread_queue_Control::state Use a parameter for … 4.115
(edit) @49d4364   04/22/15 09:35:14 Sebastian Huber score: Delete bogus THREAD_QUEUE_WAIT_FOREVER It makes no sense to … 4.115
(edit) @3bf4a9fa   04/20/15 06:52:52 Sebastian Huber score: _Objects_Get_isr_disable() Do not disable thread dispatching … 4.115
(edit) @4db0ae8e   04/20/15 06:45:41 Sebastian Huber score: _Objects_Get_isr_disable() Use ISR_lock_Context instead of … 4.115
(edit) @1047f37   04/14/15 17:11:51 Joel Sherrill semdestroy.c: Add missing _Objects_Allocator_unlock() closes 2319. 4.115
(edit) @5049dca   03/13/15 12:54:16 daniel.krueger semunlink.c: Add missing _Objects_Allocator_unlock() updates 2319. … 4.115
(edit) @1dc6662   04/13/15 11:57:57 Sebastian Huber score: Rename _Watchdog_Reset() Update #2307. 4.115
(edit) @d937d36   03/11/15 20:53:44 Joel Sherrill posix/src/nanosleep.c: Address issue when delay is longer than desired … 4.115
(edit) @b0f8bb4e   03/12/15 08:04:21 cederman posix: Return error code if mmap is used 4.115
(edit) @d88b0b78   03/12/15 08:04:20 cederman posix: Move function to file with matching name mmap was previously … 4.115
(edit) @f244bfc5   03/09/15 12:18:35 Sebastian Huber posix: Install <semaphore.h> only if not provided 4.115
(edit) @77e682ec   03/09/15 12:18:33 Sebastian Huber posix: Change sem_t to the 32-bit object type This change is also … 4.115
(edit) @60bded9   03/10/15 07:48:26 Sebastian Huber posix: Use a value of 0 for SEM_FAILED This is the standard NULL pointer. 4.115
(edit) @f0ff18e   03/09/15 12:18:32 Sebastian Huber score: Add rtems_set_errno_and_return_value() Remove … 4.115
(edit) @40ecd11   03/09/15 14:23:20 Sebastian Huber sysconf: Add _SC_NPROCESSORS_(CONF|ONLN) 4.115
(edit) @8552df6   03/09/15 14:23:12 Sebastian Huber sysconf: Simplify 4.115
(edit) @6157743   02/23/15 15:54:54 Sebastian Huber score: Simplify and fix signal delivery Deliver the POSIX signals … 4.115
(edit) @c0e01a28   02/24/15 15:27:08 Gedare Bloom posix: fix error return code for pthread_mutex_trylock … 4.115
(edit) @8ce00eaf   12/18/14 09:48:35 Sebastian Huber posix: Delete unused _POSIX_Threads_Get() Close #1759. 4.115
(edit) @172e953   12/12/14 12:16:11 Sebastian Huber posix: Delete key/value if value is set to NULL 4.115
(edit) @dac340dd   12/12/14 10:19:10 Sebastian Huber posix: Simplify _POSIX_Keys_Find() 4.115
(edit) @e106aa73   11/19/14 20:44:54 josh.oguin cpukit/posix/src/timertsr.c: Add _Assert() CodeSonar? flagged this as … 4.115
(edit) @287843f   11/06/14 22:16:56 Joel Sherrill sys/mman.h: New file. Clean up and add supporting stubs * … 4.115
(edit) @a38ced2   10/10/14 07:09:19 Sebastian Huber score: Rework global construction Ensure that the global construction … 4.115
(edit) @b9f95225   10/08/14 08:31:36 Sebastian Huber posix: Add auto initializaton for rwlock 4.115
(edit) @dfdad6ab   10/08/14 08:09:14 Sebastian Huber posix: Fix mutex auto initialization Use the once lock to prevent … 4.115
(edit) @419accf   10/08/14 08:07:01 Sebastian Huber posix: Use function instead of macros 4.115
(edit) @05ac47d   09/05/14 07:13:46 Sebastian Huber posix: Use RTEMS_DECONST() 4.115
(edit) @4d5250c   09/05/14 07:13:23 Sebastian Huber posix: Fix warning 4.115
(edit) @9d95ef9   09/02/14 23:07:15 Joel Sherrill mprotect.c: Remove warning for no prototype 4.115
Note: See TracRevisionLog for help on using the revision log.