summaryrefslogtreecommitdiffstats
path: root/cpukit/posix (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-18posix: Delete unused _POSIX_Threads_Get()Sebastian Huber1-34/+0
2014-12-12posix: Delete key/value if value is set to NULLSebastian Huber3-38/+87
2014-12-12posix: Simplify _POSIX_Keys_Find()Sebastian Huber4-12/+10
2014-11-26cpukit/posix/src/timertsr.c: Add _Assert()Josh Oguin1-1/+8
2014-11-20sys/mman.h: New file. Clean up and add supporting stubsJoel Sherrill5-8/+249
2014-10-13score: Rework global constructionSebastian Huber1-2/+15
2014-10-08posix: Add auto initializaton for rwlockSebastian Huber10-46/+54
2014-10-08posix: Fix mutex auto initializationSebastian Huber1-1/+10
2014-10-08posix: Use function instead of macrosSebastian Huber1-41/+28
2014-09-08posix: Use RTEMS_DECONST()Sebastian Huber2-3/+3
2014-09-08posix: Fix warningSebastian Huber1-2/+0
2014-09-04mprotect.c: Remove warning for no prototypeJoel Sherrill1-9/+14
2014-08-29Regenerate all preinstall.am files.Chris Johns1-3/+3
2014-08-28Regenerate all preinstall.am files.Joel Sherrill1-3/+3
2014-08-05posix: Simplify key implementationSebastian Huber5-21/+44
2014-08-05rbtree: Add and use RBTree_Compare_resultSebastian Huber2-3/+3
2014-08-05Add and use RTEMS_CONTAINER_OF()Sebastian Huber5-13/+11
2014-07-26Delete unused *_Is_null() functionsSebastian Huber8-127/+0
2014-07-23Add _TOD_Adjust to SCORE TOD Handler.Joel Sherrill1-16/+14
2014-07-23adjtime.c: Use timestamp math and simplifyJoel Sherrill1-40/+28
2014-07-15rbtree: Reduce RBTree_Control sizeSebastian Huber5-29/+35
2014-06-20score: Fix _Thread_Delay_ended() on SMPSebastian Huber1-2/+2
2014-06-12score: PR2181: Add _Thread_Yield()Sebastian Huber2-7/+3
2014-06-03score: Add and use _Thread_Owns_resources()Sebastian Huber1-2/+2
2014-06-02score: _Scheduler_Get_affinity()Sebastian Huber1-1/+0
2014-05-15score: Simplify _Thread_Change_priority()Sebastian Huber2-10/+3
2014-05-06posix: Fix POSIX keys initializationSebastian Huber1-5/+5
2014-04-15score: Add clustered/partitioned schedulingSebastian Huber2-3/+5
2014-04-15score: Simplify thread control initializationSebastian Huber1-22/+3
2014-04-07score: Lazy key value pair allocationSebastian Huber1-9/+13
2014-04-07score: Delete _Thread_Ticks_per_timesliceSebastian Huber2-4/+9
2014-04-04score: Add scheduler control to scheduler opsSebastian Huber5-14/+23
2014-04-03pthreadimpl.h: Conditionalize thread affinity copyingJoel Sherrill1-1/+1
2014-04-03pthreadcreate.c: Fix bug where attr used instead of the_attrJoel Sherrill1-14/+13
2014-04-03pthread.c: Conditionalize thread affinity initializationJoel Sherrill1-1/+1
2014-04-03posix: Move affinity from thread to scheduler.Jennifer Averett4-21/+28
2014-04-03posix: Modified pthread init to use cpuset default.Jennifer Averett1-12/+8
2014-03-31score: Delete CORE_mutex_Control::lockSebastian Huber1-6/+1
2014-03-31score: PR2152: Use allocator mutex for objectsSebastian Huber27-121/+106
2014-03-31score: Relax Giant lock usage for API mutexesSebastian Huber1-1/+1
2014-03-31score: Thread life cycle re-implementationSebastian Huber4-70/+62
2014-03-31score: Fix thread restart extensions contextSebastian Huber1-1/+10
2014-03-31posix: Use thread action for signalsSebastian Huber7-23/+28
2014-03-24posix: Prevent pthread_setspecific from returning EAGAIN.Christian Mauderer1-24/+35
2014-03-21score: Unify pthread and gxx_wrapper once and move to score.Christian Mauderer1-35/+2
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns262-262/+262
2014-03-19posix: Use interal mutex for once implementationSebastian Huber5-139/+25
2014-03-14score: Add SMP lock profiling supportSebastian Huber1-1/+1
2014-03-11posix: Fix NULL pointer access in pthread_create()Sebastian Huber1-2/+2
2014-03-11score: Add local context to SMP lock APISebastian Huber5-19/+19