summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-27posix: Add and use _POSIX_signals_Acquire()Sebastian Huber5-15/+33
2013-08-27posix: _POSIX_signals_Clear_process_signals()Sebastian Huber1-28/+11
2013-08-27posix: Protect access to _POSIX_signals_VectorsSebastian Huber1-11/+6
2013-08-23score: _Thread_queue_Enqueue_with_handler()Sebastian Huber3-3/+7
2013-08-23posix: Update to the pthread_once changes.Chris Johns3-25/+25
2013-08-14posix: Change pthread_once to be SMP safe.Chris Johns2-10/+89
2013-08-14posix: Handle recursive attributes correctly.Chris Johns1-1/+1
2013-08-08posix: Delete POSIX_Keys_Freechain typeSebastian Huber4-63/+62
2013-08-06posix: Use _Objects_Put() for POSIX keysSebastian Huber3-10/+15
2013-08-06posix: Create key implementation headerSebastian Huber9-57/+29
2013-08-06Unlimited objects support for POSIX keysZhongwei Yao8-145/+294
2013-08-06Fix compiler warningsR. Diez1-1/+1
2013-08-01score: Rename tod.h to todimpl.hSebastian Huber12-12/+12
2013-07-30posix: Simplify pthread_kill()Sebastian Huber1-1/+0
2013-07-30score: Add and use _Thread_Signal_notification()Sebastian Huber2-5/+2
2013-07-26score: Merge tod implementation into one fileSebastian Huber19-36/+13
2013-07-26score: Create object implementation headerSebastian Huber33-33/+0
2013-07-26Include missing <rtems/score/threaddispatch.h>Sebastian Huber2-9/+4
2013-07-26score: Create mpci implementation headerSebastian Huber8-24/+0
2013-07-26score: Create threadq implementation headerSebastian Huber18-20/+14
2013-07-26score: Create states implementation headerSebastian Huber19-41/+16
2013-07-26score: Create thread implementation headerSebastian Huber15-33/+24
2013-07-26score: Create scheduler implementation headerSebastian Huber2-14/+6
2013-07-24POSIX Semaphore: Add restrict keyword per Single UNIX SpecificationSahil Patnayakunii2-4/+4
2013-07-24POSIX AIO: Add restrict keyword per Single UNIX SpecificationSahil Patnayakunii1-4/+4
2013-07-24POSIX mqueue.h: Add restrict keyword per Single UNIX SpecificationSahil Patnayakunii2-5/+5
2013-07-23score: Create stack implementation headerSebastian Huber3-6/+8
2013-07-23posix: Include proper header fileSebastian Huber2-2/+2
2013-07-22posix: Protect ualarm()Sebastian Huber1-0/+4
2013-07-22posix: Statically init _POSIX_signals_Ualarm_timerSebastian Huber2-32/+24
2013-07-22posix: Protect alarm()Sebastian Huber1-0/+4
2013-07-22posix: Statically init _POSIX_signals_Alarm_timerSebastian Huber2-21/+16
2013-07-22score: Create watchdog implementation headerSebastian Huber13-1/+13
2013-07-22posix: Obtain _Thread_Executing in proper contextSebastian Huber3-9/+17
2013-07-22posix: Obtain _Thread_Executing in proper contextSebastian Huber1-3/+6
2013-07-22posix: Create spinlock implementation headerSebastian Huber7-7/+7
2013-07-22posix: Create timer implementation headerSebastian Huber8-8/+8
2013-07-22score: Avoid direct usage of _Thread_ExecutingSebastian Huber7-49/+67
2013-07-22posix: Create rwlock implementation headerSebastian Huber11-11/+11
2013-07-22posix: Create pthread implementation headerSebastian Huber42-42/+42
2013-07-22posix: Create priority implementation headerSebastian Huber33-33/+33
2013-07-22score: Obtain _Thread_Executing in proper contextSebastian Huber1-4/+6
2013-07-22posix: Create condition variable impl headerSebastian Huber17-17/+17
2013-07-22score: Avoid direct usage of _Thread_ExecutingSebastian Huber1-1/+4
2013-07-22posix: Create barrier implementation headerSebastian Huber5-5/+5
2013-07-22score: Avoid direct usage of _Thread_ExecutingSebastian Huber2-4/+10
2013-07-22posix: Create message queue implementation headerSebastian Huber16-16/+16
2013-07-22score: Avoid direct usage of _Thread_ExecutingSebastian Huber1-2/+5
2013-07-22posix: Convert to inline functionSebastian Huber1-32/+1
2013-07-22posix: Create semaphore implementation headerSebastian Huber16-16/+16