summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Simplify _Thread_Change_priority()Sebastian Huber2014-05-152-10/+3
* posix: Fix POSIX keys initializationSebastian Huber2014-05-061-5/+5
* score: Add clustered/partitioned schedulingSebastian Huber2014-04-152-3/+5
* score: Simplify thread control initializationSebastian Huber2014-04-151-22/+3
* score: Lazy key value pair allocationSebastian Huber2014-04-071-9/+13
* score: Delete _Thread_Ticks_per_timesliceSebastian Huber2014-04-072-4/+9
* score: Add scheduler control to scheduler opsSebastian Huber2014-04-045-14/+23
* pthreadcreate.c: Fix bug where attr used instead of the_attrJoel Sherrill2014-04-031-14/+13
* pthread.c: Conditionalize thread affinity initializationJoel Sherrill2014-04-031-1/+1
* posix: Move affinity from thread to scheduler.Jennifer Averett2014-04-034-21/+28
* posix: Modified pthread init to use cpuset default.Jennifer Averett2014-04-031-12/+8
* score: Delete CORE_mutex_Control::lockSebastian Huber2014-03-311-6/+1
* score: PR2152: Use allocator mutex for objectsSebastian Huber2014-03-3125-95/+98
* score: Relax Giant lock usage for API mutexesSebastian Huber2014-03-311-1/+1
* score: Thread life cycle re-implementationSebastian Huber2014-03-313-69/+59
* score: Fix thread restart extensions contextSebastian Huber2014-03-311-1/+10
* posix: Use thread action for signalsSebastian Huber2014-03-315-17/+17
* posix: Prevent pthread_setspecific from returning EAGAIN.Christian Mauderer2014-03-241-24/+35
* score: Unify pthread and gxx_wrapper once and move to score.Christian Mauderer2014-03-211-35/+2
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-21228-228/+228
* posix: Use interal mutex for once implementationSebastian Huber2014-03-192-74/+22
* score: Add SMP lock profiling supportSebastian Huber2014-03-141-1/+1
* posix: Fix NULL pointer access in pthread_create()Sebastian Huber2014-03-111-2/+2
* score: Add local context to SMP lock APISebastian Huber2014-03-114-15/+15
* sapi: Use one SMP lock for all chainsSebastian Huber2014-03-112-15/+10
* posix: Fix NULL pointer access in pthread_create()Sebastian Huber2014-03-101-1/+1
* POSIX keys now enabled in all configurations.Joel Sherrill2014-03-074-26/+17
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-075-11/+11
* posix: Add pthread_getattr_np().Jennifer Averett2014-03-071-0/+57
* posix: Add dynamic pthread get and set affinity.Jennifer Averett2014-03-072-0/+137
* posix: Add pthread_attr_t methods to get/set affinity.Jennifer Averett2014-03-072-0/+102
* posix: Add support method to compare two pthread attribute structures.Jennifer Averett2014-03-071-0/+92
* posix: Add POSIX thread affinity attribute support.Jennifer Averett2014-03-073-15/+61
* posix: Set pthread attribute values in detach and setschedparm methods.Jennifer Averett2014-02-192-0/+4
* posix/*.c: Remove use of register keywordJoel Sherrill2014-02-0313-26/+26
* posix: fix race condition between pthread_create and capture engineTill Strauman2014-01-091-0/+5
* alarm.c: Use _Assert() not assert()Joel Sherrill2013-12-101-1/+1
* alarm.c: Per comment add debug code for kill() failingJoel Sherrill2013-12-091-4/+17
* pthread.c: Use UINT32_MAX rather than constant valueJoel Sherrill2013-12-091-1/+1
* condwaitsupp.c: Return EPERM if waiting and mutex is not lockedJoel Sherrill2013-12-091-4/+8
* pthread.c: Remove XXX and use SIGNAL_ constantsJoel Sherrill2013-12-091-5/+3
* pspin.c: Comment clean upJoel Sherrill2013-12-091-16/+7
* pbarrier.c: Comment clean upJoel Sherrill2013-12-091-16/+7
* cpukit/rtems: Remove XXX in commentsJoel Sherrill2013-12-091-2/+2
* posix: Use cleanup contexts on the stackSebastian Huber2013-12-024-13/+101
* POSIX timers: Add restrict keywordSahil Patnayakuni2013-11-292-4/+4
* signal methods: Add restrict keywordBryan Dunsmore2013-11-296-13/+13
* score/rbtree: Remove "unprotected" from APISebastian Huber2013-11-214-8/+8
* Fix building with RTEMS_DEBUG.Chris Johns2013-09-301-3/+17
* _execve.c: Fix missing prototype warningsJoel Sherrill2013-09-221-1/+7