summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-03various .h files: Add missing C++ extern wrappersMartin Galvan1-1/+4
2015-07-01score: Freechain handler API changesSebastian Huber1-5/+1
2015-06-25score: Simplify <rtems/score/thread.h>Sebastian Huber1-0/+1
2015-05-19score: Fine grained locking for semaphoresSebastian Huber1-0/+14
2015-05-19score: Fine grained locking for message queuesSebastian Huber1-0/+15
2015-05-19score: Add Thread_queue_Control::LockSebastian Huber6-5/+9
2015-04-21score: _Objects_Get_isr_disable()Sebastian Huber1-1/+1
2015-03-10posix: Change sem_t to the 32-bit object typeSebastian Huber1-1/+1
2015-03-10posix: Use a value of 0 for SEM_FAILEDSebastian Huber1-1/+1
2014-12-18posix: Delete unused _POSIX_Threads_Get()Sebastian Huber1-34/+0
2014-12-12posix: Delete key/value if value is set to NULLSebastian Huber1-0/+13
2014-12-12posix: Simplify _POSIX_Keys_Find()Sebastian Huber1-6/+7
2014-11-20sys/mman.h: New file. Clean up and add supporting stubsJoel Sherrill1-0/+189
2014-10-08posix: Add auto initializaton for rwlockSebastian Huber1-21/+3
2014-09-08posix: Use RTEMS_DECONST()Sebastian Huber1-1/+1
2014-08-05posix: Simplify key implementationSebastian Huber2-10/+27
2014-08-05rbtree: Add and use RBTree_Compare_resultSebastian Huber1-1/+1
2014-08-05Add and use RTEMS_CONTAINER_OF()Sebastian Huber1-0/+3
2014-07-26Delete unused *_Is_null() functionsSebastian Huber8-127/+0
2014-07-15rbtree: Reduce RBTree_Control sizeSebastian Huber1-2/+19
2014-04-03pthreadimpl.h: Conditionalize thread affinity copyingJoel Sherrill1-1/+1
2014-03-31score: PR2152: Use allocator mutex for objectsSebastian Huber2-26/+8
2014-03-31score: Thread life cycle re-implementationSebastian Huber1-1/+3
2014-03-31posix: Use thread action for signalsSebastian Huber2-6/+11
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns34-34/+34
2014-03-19posix: Use interal mutex for once implementationSebastian Huber1-57/+0
2014-03-11score: Add local context to SMP lock APISebastian Huber1-4/+4
2014-03-07POSIX keys now enabled in all configurations.Joel Sherrill2-27/+2
2014-03-07Remove trailing whitespace in previous patchesJennifer Averett1-10/+10
2014-03-07posix: Add POSIX thread affinity attribute support.Jennifer Averett1-1/+68
2013-12-09psignalimpl.h: Remove dead commentJoel Sherrill1-3/+1
2013-12-09posix/config.h: Comment clean upJoel Sherrill1-10/+102
2013-12-09signalcatch.c: Remove junk commentJoel Sherrill1-1/+1
2013-12-09timerimpl.h: Comment clean upJoel Sherrill1-36/+22
2013-12-09semaphoreimpl.h: Comment clean upJoel Sherrill1-79/+38
2013-12-09mqueueimpl.h: Comment clean upJoel Sherrill1-176/+91
2013-12-09condimpl.h: Comment clean upJoel Sherrill1-98/+35
2013-12-09ptimer.h: Comment clean upJoel Sherrill1-31/+14
2013-12-09muteximpl.h: Comment clean upJoel Sherrill1-108/+44
2013-12-02posix: Use cleanup contexts on the stackSebastian Huber2-0/+9
2013-08-27posix: Add and use _POSIX_signals_Acquire()Sebastian Huber1-1/+11
2013-08-23posix: Update to the pthread_once changes.Chris Johns1-1/+19
2013-08-14posix: TypoSebastian Huber1-1/+1
2013-08-14posix: Change pthread_once to be SMP safe.Chris Johns1-0/+57
2013-08-08posix: Delete POSIX_Keys_Freechain typeSebastian Huber1-17/+14
2013-08-08posix: Add missing header.Chris Johns1-8/+9
2013-08-06posix: Create key implementation headerSebastian Huber2-97/+185
2013-08-06Unlimited objects support for POSIX keysZhongwei Yao3-20/+80
2013-07-26score: Create object implementation headerSebastian Huber9-2/+9
2013-07-26score: Create threadq implementation headerSebastian Huber3-3/+6