source: rtems/cpukit/posix

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @59990cc   08/29/14 02:48:01 Chris Johns Regenerate all preinstall.am files. With this patch the preinstall.am … 4.115
(edit) @b597c0d   08/28/14 13:44:52 Joel Sherrill Regenerate all preinstall.am files. Apparently, at some point … 4.115
(edit) @390cfcd   08/02/14 13:49:26 Sebastian Huber posix: Simplify key implementation 4.115
(edit) @60fe374   08/03/14 11:02:58 Sebastian Huber rbtree: Add and use RBTree_Compare_result 4.115
(edit) @40dcafa   08/02/14 14:22:31 Sebastian Huber Add and use RTEMS_CONTAINER_OF() 4.115
(edit) @4cd55724   07/26/14 10:52:22 Sebastian Huber Delete unused *_Is_null() functions 4.115
(edit) @875fff0a   07/23/14 20:35:35 Joel Sherrill Add _TOD_Adjust to SCORE TOD Handler. This lays the proper structure … 4.115
(edit) @3b6352d   07/19/14 00:46:59 Joel Sherrill adjtime.c: Use timestamp math and simplify 4.115
(edit) @64939bc   07/12/14 19:22:22 Sebastian Huber rbtree: Reduce RBTree_Control size Remove compare function and is … 4.115
(edit) @f6b7b7ba   06/18/14 10:11:04 Sebastian Huber score: Fix _Thread_Delay_ended() on SMP Suppose we have two tasks A … 4.115
(edit) @701dd96f   06/12/14 12:37:57 Sebastian Huber score: PR2181: Add _Thread_Yield() The _Scheduler_Yield() was called … 4.115
(edit) @6c7caa1a   05/28/14 11:37:54 Sebastian Huber score: Add and use _Thread_Owns_resources() 4.115
(edit) @a92c488   05/28/14 15:56:45 Sebastian Huber score: _Scheduler_Get_affinity() Drop scheduler parameter. Coding style. 4.115
(edit) @f39f667a   05/14/14 11:50:48 Sebastian Huber score: Simplify _Thread_Change_priority() The function to change a … 4.115
(edit) @7d1436e   05/06/14 11:41:28 Sebastian Huber posix: Fix POSIX keys initialization Always initialize the freechain. … 4.115
(edit) @c5831a3f   04/09/14 13:07:54 Sebastian Huber score: Add clustered/partitioned scheduling Clustered/partitioned … 4.115
(edit) @69aa3349   04/08/14 07:42:29 Sebastian Huber score: Simplify thread control initialization The thread control … 4.115
(edit) @57c2985   04/07/14 12:50:32 Sebastian Huber score: Lazy key value pair allocation 4.115
(edit) @e785fbaa   04/04/14 11:58:26 Sebastian Huber score: Delete _Thread_Ticks_per_timeslice Use the Configuration instead. 4.115
(edit) @24934e36   04/03/14 13:03:35 Sebastian Huber score: Add scheduler control to scheduler ops Scheduler operations … 4.115
(edit) @69d7279   04/03/14 22:02:40 Joel Sherrill pthreadimpl.h: Conditionalize thread affinity copying 4.115
(edit) @68c156a   04/03/14 20:03:42 Joel Sherrill pthreadcreate.c: Fix bug where attr used instead of the_attr 4.115
(edit) @a0a073d1   04/03/14 18:51:47 Joel Sherrill pthread.c: Conditionalize thread affinity initialization 4.115
(edit) @e045fb6c   03/19/14 20:21:15 Jennifer Averett posix: Move affinity from thread to scheduler. 4.115
(edit) @7205189   03/19/14 14:50:51 Jennifer Averett posix: Modified pthread init to use cpuset default. 4.115
(edit) @03e89287   03/27/14 13:46:31 Sebastian Huber score: Delete CORE_mutex_Control::lock The holder field is enough to … 4.115
(edit) @23fec9f0   03/27/14 13:16:12 Sebastian Huber score: PR2152: Use allocator mutex for objects Use allocator mutex … 4.115
(edit) @fb7199d   03/13/14 14:25:06 Sebastian Huber score: Relax Giant lock usage for API mutexes It is no longer … 4.115
(edit) @1b1be254   03/25/14 09:54:49 Sebastian Huber score: Thread life cycle re-implementation The thread deletion is now … 4.115
(edit) @391ad3e   03/17/14 14:03:22 Sebastian Huber score: Fix thread restart extensions context Run the thread restart … 4.115
(edit) @fc521e2d   03/14/14 10:58:12 Sebastian Huber posix: Use thread action for signals 4.115
(edit) @01f23374   03/21/14 11:07:27 Christian.Mauderer posix: Prevent pthread_setspecific from returning EAGAIN. The … 4.115
(edit) @a5385b1   03/20/14 08:22:00 Christian.Mauderer score: Unify pthread and gxx_wrapper once and move to score. 4.115
(edit) @c499856   03/20/14 21:10:47 Chris Johns Change all references of rtems.com to rtems.org. 4.115
(edit) @51f823c9   03/18/14 07:28:14 Sebastian Huber posix: Use interal mutex for once implementation Enable … 4.115
(edit) @53ad908   03/07/14 13:36:22 Sebastian Huber score: Add SMP lock profiling support 4.115
(edit) @b4b86b82   03/11/14 13:20:57 Sebastian Huber posix: Fix NULL pointer access in pthread_create() 4.115
(edit) @d50acdbb   03/10/14 07:25:32 Sebastian Huber score: Add local context to SMP lock API Add a local context … 4.115
(edit) @ae88aa7   03/10/14 07:15:37 Sebastian Huber sapi: Use one SMP lock for all chains This partially reverts commit … 4.115
(edit) @96c4112   03/11/14 07:06:06 Sebastian Huber posix: Regenerate 4.115
(edit) @0c25ba68   03/10/14 08:49:55 Sebastian Huber posix: Fix NULL pointer access in pthread_create() 4.115
(edit) @e6c87f7   03/04/14 21:54:12 Joel Sherrill POSIX keys now enabled in all configurations. Formerly POSIX keys … 4.115
(edit) @5c332349   03/07/14 15:06:57 Jennifer Averett Remove trailing whitespace in previous patches 4.115
(edit) @6e5f249   01/14/14 15:43:14 Jennifer Averett posix: Add pthread_getattr_np(). This is a useful POSIX thread API … 4.115
(edit) @dd0017c   02/10/14 16:01:31 Jennifer Averett posix: Add dynamic pthread get and set affinity. This patch adds the … 4.115
(edit) @6e6adafa   02/06/14 18:59:08 Jennifer Averett posix: Add pthread_attr_t methods to get/set affinity. This patch … 4.115
(edit) @baa426a   02/06/14 18:56:34 Jennifer Averett posix: Add support method to compare two pthread attribute structures. 4.115
(edit) @185e46f   01/31/14 14:54:45 Jennifer Averett posix: Add POSIX thread affinity attribute support. With the addition … 4.115
(edit) @52eecba   02/19/14 16:36:01 Jennifer Averett posix: Set pthread attribute values in detach and setschedparm methods. 4.115
(edit) @e633f3b   01/31/14 17:03:24 Joel Sherrill posix/*.c: Remove use of register keyword 4.115
(edit) @a19a7077   12/18/13 00:01:11 strauman posix: fix race condition between pthread_create and capture engine … 4.115
(edit) @0f01de2b   12/10/13 15:08:16 Joel Sherrill alarm.c: Use _Assert() not assert() 4.115
(edit) @967c1438   12/09/13 21:36:38 Joel Sherrill alarm.c: Per comment add debug code for kill() failing This is highly … 4.115
(edit) @8ae999c3   12/09/13 21:28:55 Joel Sherrill pthread.c: Use UINT32_MAX rather than constant value 4.115
(edit) @327fbd6   12/09/13 21:25:16 Joel Sherrill condwaitsupp.c: Return EPERM if waiting and mutex is not locked This … 4.115
(edit) @96281908   12/09/13 21:12:36 Joel Sherrill psignalimpl.h: Remove dead comment 4.115
(edit) @fa820b9   12/09/13 21:10:55 Joel Sherrill pthread.c: Remove XXX and use SIGNAL_ constants 4.115
(edit) @01d43180   12/09/13 21:04:40 Joel Sherrill posix/config.h: Comment clean up 4.115
(edit) @2b3a648   12/09/13 20:37:03 Joel Sherrill signalcatch.c: Remove junk comment 4.115
(edit) @16b1c350   12/09/13 19:46:50 Joel Sherrill timerimpl.h: Comment clean up 4.115
(edit) @610825b1   12/09/13 19:46:37 Joel Sherrill semaphoreimpl.h: Comment clean up 4.115
(edit) @849b98e8   12/09/13 19:29:51 Joel Sherrill mqueueimpl.h: Comment clean up 4.115
(edit) @07a3aa9d   12/09/13 19:29:41 Joel Sherrill condimpl.h: Comment clean up 4.115
(edit) @71f2a83d   12/09/13 19:13:33 Joel Sherrill ptimer.h: Comment clean up 4.115
(edit) @4600bd7c   12/09/13 18:53:24 Joel Sherrill muteximpl.h: Comment clean up 4.115
(edit) @1de916b4   12/09/13 18:52:55 Joel Sherrill pspin.c: Comment clean up 4.115
(edit) @7bb33391   12/09/13 18:52:43 Joel Sherrill pbarrier.c: Comment clean up 4.115
(edit) @651e3aa   12/09/13 16:17:00 Joel Sherrill cpukit/rtems: Remove XXX in comments 4.115
(edit) @927a0a1   12/02/13 07:33:35 Sebastian Huber posix: Use cleanup contexts on the stack Provide support for latest … 4.115
(edit) @ad36dc2c   11/24/13 17:48:08 sahil.patnayakuni POSIX timers: Add restrict keyword + timer_create() + timer_settime() 4.115
(edit) @e5d60243   11/21/13 00:05:17 Bryan Dunsmore signal methods: Add restrict keyword 4.115
(edit) @4ea97d24   11/19/13 15:21:54 Sebastian Huber score/rbtree: Remove "unprotected" from API 4.115
(edit) @85c855af   09/30/13 06:10:45 Chris Johns Fix building with RTEMS_DEBUG. 4.115
(edit) @a85a552   09/22/13 15:02:18 Joel Sherrill _execve.c: Fix missing prototype warnings 4.115
(edit) @f972703d   09/22/13 14:41:25 Joel Sherrill semopen.c: Switch to using RTEMS_COMPILER_UNUSED_ATTRIBUTE 4.115
(edit) @49fb4dcb   09/22/13 14:41:13 Joel Sherrill mqueueopen.c: Switch to using RTEMS_COMPILER_UNUSED_ATTRIBUTE 4.115
(edit) @94926599   09/21/13 21:17:48 Joel Sherrill semopen.c: Address set but unused variable warning 4.115
(edit) @acfdf51   09/21/13 21:16:25 Joel Sherrill sigsuspend.c: Address set but unused variable warning 4.115
(edit) @41ea801   09/21/13 21:13:25 Joel Sherrill mqueueopen.c: Address set but unused variable warning 4.115
(edit) @1215fd4   08/26/13 13:14:33 Sebastian Huber sapi: SMP support for chains Add ISR lock to chain control for proper … 4.115
(edit) @7bff82f   08/27/13 12:25:25 Sebastian Huber posix: Avoid NULL pointer access 4.115
(edit) @7d9fff6   08/26/13 15:39:00 Sebastian Huber posix: Add and use _POSIX_signals_Acquire() Add and use … 4.115
(edit) @ca68215e   08/26/13 14:22:30 Sebastian Huber posix: _POSIX_signals_Clear_process_signals() Do not disable … 4.115
(edit) @58a5889   08/26/13 12:58:07 Sebastian Huber posix: Protect access to _POSIX_signals_Vectors Assume the … 4.115
(edit) @07332ae   08/22/13 13:20:06 Sebastian Huber score: _Thread_queue_Enqueue_with_handler() Add thread parameter to … 4.115
(edit) @6e4c01e   08/23/13 04:56:36 Chris Johns posix: Update to the pthread_once changes. Implement the reeview … 4.115
(edit) @ec98c997   08/14/13 09:55:51 Sebastian Huber posix: Typo 4.115
(edit) @03acc59   08/14/13 00:21:41 Chris Johns posix: Change pthread_once to be SMP safe. Change pthread_once from … 4.115
Note: See TracRevisionLog for help on using the revision log.