summaryrefslogtreecommitdiffstats
path: root/cpukit/posix (follow)
Commit message (Expand)AuthorAgeFilesLines
* posix: Prevent pthread_setspecific from returning EAGAIN.Christian Mauderer2014-03-241-24/+35
* score: Unify pthread and gxx_wrapper once and move to score.Christian Mauderer2014-03-211-35/+2
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-21262-262/+262
* posix: Use interal mutex for once implementationSebastian Huber2014-03-195-139/+25
* score: Add SMP lock profiling supportSebastian Huber2014-03-141-1/+1
* posix: Fix NULL pointer access in pthread_create()Sebastian Huber2014-03-111-2/+2
* score: Add local context to SMP lock APISebastian Huber2014-03-115-19/+19
* sapi: Use one SMP lock for all chainsSebastian Huber2014-03-112-15/+10
* posix: RegenerateSebastian Huber2014-03-111-0/+2
* posix: Fix NULL pointer access in pthread_create()Sebastian Huber2014-03-101-1/+1
* POSIX keys now enabled in all configurations.Joel Sherrill2014-03-078-78/+46
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-077-23/+23
* posix: Add pthread_getattr_np().Jennifer Averett2014-03-072-0/+58
* posix: Add dynamic pthread get and set affinity.Jennifer Averett2014-03-073-1/+139
* posix: Add pthread_attr_t methods to get/set affinity.Jennifer Averett2014-03-073-0/+108
* posix: Add support method to compare two pthread attribute structures.Jennifer Averett2014-03-072-0/+95
* posix: Add POSIX thread affinity attribute support.Jennifer Averett2014-03-074-16/+129
* posix: Set pthread attribute values in detach and setschedparm methods.Jennifer Averett2014-02-192-0/+4
* posix/*.c: Remove use of register keywordJoel Sherrill2014-02-0313-26/+26
* posix: fix race condition between pthread_create and capture engineTill Strauman2014-01-091-0/+5
* 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