summaryrefslogtreecommitdiffstats
path: root/cpukit/posix (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Rework global constructionSebastian Huber2014-10-131-2/+15
* posix: Add auto initializaton for rwlockSebastian Huber2014-10-0810-46/+54
* posix: Fix mutex auto initializationSebastian Huber2014-10-081-1/+10
* posix: Use function instead of macrosSebastian Huber2014-10-081-41/+28
* posix: Use RTEMS_DECONST()Sebastian Huber2014-09-082-3/+3
* posix: Fix warningSebastian Huber2014-09-081-2/+0
* mprotect.c: Remove warning for no prototypeJoel Sherrill2014-09-041-9/+14
* Regenerate all preinstall.am files.Chris Johns2014-08-291-3/+3
* Regenerate all preinstall.am files.Joel Sherrill2014-08-281-3/+3
* posix: Simplify key implementationSebastian Huber2014-08-055-21/+44
* rbtree: Add and use RBTree_Compare_resultSebastian Huber2014-08-052-3/+3
* Add and use RTEMS_CONTAINER_OF()Sebastian Huber2014-08-055-13/+11
* Delete unused *_Is_null() functionsSebastian Huber2014-07-268-127/+0
* Add _TOD_Adjust to SCORE TOD Handler.Joel Sherrill2014-07-231-16/+14
* adjtime.c: Use timestamp math and simplifyJoel Sherrill2014-07-231-40/+28
* rbtree: Reduce RBTree_Control sizeSebastian Huber2014-07-155-29/+35
* score: Fix _Thread_Delay_ended() on SMPSebastian Huber2014-06-201-2/+2
* score: PR2181: Add _Thread_Yield()Sebastian Huber2014-06-122-7/+3
* score: Add and use _Thread_Owns_resources()Sebastian Huber2014-06-031-2/+2
* score: _Scheduler_Get_affinity()Sebastian Huber2014-06-021-1/+0
* 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
* pthreadimpl.h: Conditionalize thread affinity copyingJoel Sherrill2014-04-031-1/+1
* 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-3127-121/+106
* score: Relax Giant lock usage for API mutexesSebastian Huber2014-03-311-1/+1
* score: Thread life cycle re-implementationSebastian Huber2014-03-314-70/+62
* score: Fix thread restart extensions contextSebastian Huber2014-03-311-1/+10
* posix: Use thread action for signalsSebastian Huber2014-03-317-23/+28
* 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-21262-262/+262
* posix: Use interal mutex for once implementationSebastian Huber2014-03-195-139/+25
* 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-115-19/+19
* sapi: Use one SMP lock for all chainsSebastian Huber2014-03-112-15/+10
* posix: RegenerateSebastian Huber2014-03-111-0/+2
* posix: Fix NULL pointer access in pthread_create()Sebastian Huber2014-03-101-1/+1
* POSIX keys now enabled in all configurations.Joel Sherrill2014-03-078-78/+46
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-077-23/+23