summaryrefslogtreecommitdiffstats
path: root/cpukit/posix (follow)
Commit message (Expand)AuthorAgeFilesLines
* alarm.c: Use _Assert() not assert()Joel Sherrill2013-12-101-1/+1
* alarm.c: Per comment add debug code for kill() failingJoel Sherrill2013-12-091-4/+17
* pthread.c: Use UINT32_MAX rather than constant valueJoel Sherrill2013-12-091-1/+1
* condwaitsupp.c: Return EPERM if waiting and mutex is not lockedJoel Sherrill2013-12-091-4/+8
* psignalimpl.h: Remove dead commentJoel Sherrill2013-12-091-3/+1
* pthread.c: Remove XXX and use SIGNAL_ constantsJoel Sherrill2013-12-091-5/+3
* posix/config.h: Comment clean upJoel Sherrill2013-12-091-10/+102
* signalcatch.c: Remove junk commentJoel Sherrill2013-12-091-1/+1
* timerimpl.h: Comment clean upJoel Sherrill2013-12-091-36/+22
* semaphoreimpl.h: Comment clean upJoel Sherrill2013-12-091-79/+38
* mqueueimpl.h: Comment clean upJoel Sherrill2013-12-091-176/+91
* condimpl.h: Comment clean upJoel Sherrill2013-12-091-98/+35
* ptimer.h: Comment clean upJoel Sherrill2013-12-091-31/+14
* muteximpl.h: Comment clean upJoel Sherrill2013-12-091-108/+44
* pspin.c: Comment clean upJoel Sherrill2013-12-091-16/+7
* pbarrier.c: Comment clean upJoel Sherrill2013-12-091-16/+7
* cpukit/rtems: Remove XXX in commentsJoel Sherrill2013-12-091-2/+2
* posix: Use cleanup contexts on the stackSebastian Huber2013-12-026-13/+110
* POSIX timers: Add restrict keywordSahil Patnayakuni2013-11-292-4/+4
* signal methods: Add restrict keywordBryan Dunsmore2013-11-296-13/+13
* score/rbtree: Remove "unprotected" from APISebastian Huber2013-11-214-8/+8
* Fix building with RTEMS_DEBUG.Chris Johns2013-09-301-3/+17
* _execve.c: Fix missing prototype warningsJoel Sherrill2013-09-221-1/+7
* semopen.c: Switch to using RTEMS_COMPILER_UNUSED_ATTRIBUTEJoel Sherrill2013-09-221-11/+8
* mqueueopen.c: Switch to using RTEMS_COMPILER_UNUSED_ATTRIBUTEJoel Sherrill2013-09-221-11/+8
* semopen.c: Address set but unused variable warningJoel Sherrill2013-09-211-0/+9
* sigsuspend.c: Address set but unused variable warningJoel Sherrill2013-09-211-3/+6
* mqueueopen.c: Address set but unused variable warningJoel Sherrill2013-09-211-0/+10
* sapi: SMP support for chainsSebastian Huber2013-08-302-21/+29
* posix: Avoid NULL pointer accessSebastian Huber2013-08-281-3/+5
* posix: Add and use _POSIX_signals_Acquire()Sebastian Huber2013-08-276-16/+44
* posix: _POSIX_signals_Clear_process_signals()Sebastian Huber2013-08-271-28/+11
* posix: Protect access to _POSIX_signals_VectorsSebastian Huber2013-08-271-11/+6
* score: _Thread_queue_Enqueue_with_handler()Sebastian Huber2013-08-233-3/+7
* posix: Update to the pthread_once changes.Chris Johns2013-08-234-26/+44
* posix: TypoSebastian Huber2013-08-141-1/+1
* posix: Change pthread_once to be SMP safe.Chris Johns2013-08-145-11/+155
* posix: Handle recursive attributes correctly.Chris Johns2013-08-141-1/+1
* 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