summaryrefslogtreecommitdiffstats
path: root/cpukit/posix (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-14posix: TypoSebastian Huber1-1/+1
2013-08-14posix: Change pthread_once to be SMP safe.Chris Johns5-11/+155
2013-08-14posix: Handle recursive attributes correctly.Chris Johns1-1/+1
2013-08-08PR766: Delete __RTEMS_INSIDE__Sebastian Huber1-2/+0
2013-08-08posix: Delete POSIX_Keys_Freechain typeSebastian Huber5-80/+76
2013-08-08posix: Add missing header.Chris Johns1-8/+9
2013-08-06posix: Use _Objects_Put() for POSIX keysSebastian Huber3-10/+15
2013-08-06posix: Create key implementation headerSebastian Huber14-252/+219
2013-08-06Unlimited objects support for POSIX keysZhongwei Yao11-165/+374
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 Huber42-35/+9
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 Huber21-23/+20
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 Patnayakunii3-8/+8
2013-07-24POSIX AIO: Add restrict keyword per Single UNIX SpecificationSahil Patnayakunii2-8/+9
2013-07-24POSIX mqueue.h: Add restrict keyword per Single UNIX SpecificationSahil Patnayakunii3-10/+10
2013-07-23score: Create stack implementation headerSebastian Huber3-6/+8
2013-07-23posix: Include missing <stdint.h>Sebastian Huber1-0/+2
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 Huber3-34/+24
2013-07-22posix: Protect alarm()Sebastian Huber1-0/+4
2013-07-22posix: Statically init _POSIX_signals_Alarm_timerSebastian Huber3-23/+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-22score: Create spinlock implementation headerSebastian Huber1-0/+1
2013-07-22posix: Create spinlock implementation headerSebastian Huber11-53/+55
2013-07-22posix: Create timer implementation headerSebastian Huber12-84/+87
2013-07-22score: Avoid direct usage of _Thread_ExecutingSebastian Huber7-49/+67
2013-07-22score: Create rwlock implementation headerSebastian Huber1-0/+1
2013-07-22posix: Create rwlock implementation headerSebastian Huber15-66/+68
2013-07-22posix: Create pthread implementation headerSebastian Huber47-266/+278
2013-07-22posix: Create priority implementation headerSebastian Huber37-89/+57
2013-07-22score: Obtain _Thread_Executing in proper contextSebastian Huber1-4/+6
2013-07-22posix: Create condition variable impl headerSebastian Huber22-230/+235
2013-07-22score: Avoid direct usage of _Thread_ExecutingSebastian Huber1-1/+4
2013-07-22score: Create barrier implementation headerSebastian Huber1-0/+1
2013-07-22posix: Create barrier implementation headerSebastian Huber9-57/+59
2013-07-22score: Avoid direct usage of _Thread_ExecutingSebastian Huber2-4/+10
2013-07-22score: Create message queue implementation headerSebastian Huber1-0/+1
2013-07-22posix: Create message queue implementation headerSebastian Huber21-389/+393