summaryrefslogtreecommitdiffstats
path: root/cpukit/posix (follow)
Commit message (Expand)AuthorAgeFilesLines
* PR766: Delete __RTEMS_INSIDE__Sebastian Huber2013-08-081-2/+0
* posix: Delete POSIX_Keys_Freechain typeSebastian Huber2013-08-085-80/+76
* posix: Add missing header.Chris Johns2013-08-081-8/+9
* posix: Use _Objects_Put() for POSIX keysSebastian Huber2013-08-063-10/+15
* posix: Create key implementation headerSebastian Huber2013-08-0614-252/+219
* Unlimited objects support for POSIX keysZhongwei Yao2013-08-0611-165/+374
* Fix compiler warningsR. Diez2013-08-061-1/+1
* score: Rename tod.h to todimpl.hSebastian Huber2013-08-0112-12/+12
* posix: Simplify pthread_kill()Sebastian Huber2013-07-301-1/+0
* score: Add and use _Thread_Signal_notification()Sebastian Huber2013-07-302-5/+2
* score: Merge tod implementation into one fileSebastian Huber2013-07-2619-36/+13
* score: Create object implementation headerSebastian Huber2013-07-2642-35/+9
* Include missing <rtems/score/threaddispatch.h>Sebastian Huber2013-07-262-9/+4
* score: Create mpci implementation headerSebastian Huber2013-07-268-24/+0
* score: Create threadq implementation headerSebastian Huber2013-07-2621-23/+20
* score: Create states implementation headerSebastian Huber2013-07-2619-41/+16
* score: Create thread implementation headerSebastian Huber2013-07-2615-33/+24
* score: Create scheduler implementation headerSebastian Huber2013-07-262-14/+6
* POSIX Semaphore: Add restrict keyword per Single UNIX SpecificationSahil Patnayakunii2013-07-243-8/+8
* POSIX AIO: Add restrict keyword per Single UNIX SpecificationSahil Patnayakunii2013-07-242-8/+9
* POSIX mqueue.h: Add restrict keyword per Single UNIX SpecificationSahil Patnayakunii2013-07-243-10/+10
* score: Create stack implementation headerSebastian Huber2013-07-233-6/+8
* posix: Include missing <stdint.h>Sebastian Huber2013-07-231-0/+2
* posix: Include proper header fileSebastian Huber2013-07-232-2/+2
* posix: Protect ualarm()Sebastian Huber2013-07-221-0/+4
* posix: Statically init _POSIX_signals_Ualarm_timerSebastian Huber2013-07-223-34/+24
* posix: Protect alarm()Sebastian Huber2013-07-221-0/+4
* posix: Statically init _POSIX_signals_Alarm_timerSebastian Huber2013-07-223-23/+16
* score: Create watchdog implementation headerSebastian Huber2013-07-2213-1/+13
* posix: Obtain _Thread_Executing in proper contextSebastian Huber2013-07-223-9/+17
* posix: Obtain _Thread_Executing in proper contextSebastian Huber2013-07-221-3/+6
* score: Create spinlock implementation headerSebastian Huber2013-07-221-0/+1
* posix: Create spinlock implementation headerSebastian Huber2013-07-2211-53/+55
* posix: Create timer implementation headerSebastian Huber2013-07-2212-84/+87
* score: Avoid direct usage of _Thread_ExecutingSebastian Huber2013-07-227-49/+67
* score: Create rwlock implementation headerSebastian Huber2013-07-221-0/+1
* posix: Create rwlock implementation headerSebastian Huber2013-07-2215-66/+68
* posix: Create pthread implementation headerSebastian Huber2013-07-2247-266/+278
* posix: Create priority implementation headerSebastian Huber2013-07-2237-89/+57
* score: Obtain _Thread_Executing in proper contextSebastian Huber2013-07-221-4/+6
* posix: Create condition variable impl headerSebastian Huber2013-07-2222-230/+235
* score: Avoid direct usage of _Thread_ExecutingSebastian Huber2013-07-221-1/+4
* score: Create barrier implementation headerSebastian Huber2013-07-221-0/+1
* posix: Create barrier implementation headerSebastian Huber2013-07-229-57/+59
* score: Avoid direct usage of _Thread_ExecutingSebastian Huber2013-07-222-4/+10
* score: Create message queue implementation headerSebastian Huber2013-07-221-0/+1
* posix: Create message queue implementation headerSebastian Huber2013-07-2221-389/+393
* score: Avoid direct usage of _Thread_ExecutingSebastian Huber2013-07-221-2/+5
* score: Create semaphore implementation headerSebastian Huber2013-07-221-0/+1
* posix: Convert to inline functionSebastian Huber2013-07-222-34/+19