summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* semdestroy.c: Add missing _Objects_Allocator_unlock()Joel Sherrill2015-04-141-8/+7
* semunlink.c: Add missing _Objects_Allocator_unlock()Daniel Krueger2015-04-141-0/+1
* score: Rename _Watchdog_Reset()Sebastian Huber2015-04-141-1/+1
* posix/src/nanosleep.c: Address issue when delay is longer than desiredJoel Sherrill2015-03-121-16/+27
* posix: Return error code if mmap is usedDaniel Cederman2015-03-121-1/+1
* posix: Move function to file with matching nameDaniel Cederman2015-03-122-10/+10
* posix: Change sem_t to the 32-bit object typeSebastian Huber2015-03-101-1/+1
* score: Add rtems_set_errno_and_return_value()Sebastian Huber2015-03-102-8/+10
* sysconf: Add _SC_NPROCESSORS_(CONF|ONLN)Sebastian Huber2015-03-091-0/+4
* sysconf: SimplifySebastian Huber2015-03-091-22/+17
* score: Simplify and fix signal deliverySebastian Huber2015-03-051-8/+14
* posix: fix error return code for pthread_mutex_trylockGedare Bloom2015-02-251-1/+4
* posix: Delete key/value if value is set to NULLSebastian Huber2014-12-122-38/+74
* posix: Simplify _POSIX_Keys_Find()Sebastian Huber2014-12-123-6/+3
* cpukit/posix/src/timertsr.c: Add _Assert()Josh Oguin2014-11-261-1/+8
* sys/mman.h: New file. Clean up and add supporting stubsJoel Sherrill2014-11-203-8/+58
* score: Rework global constructionSebastian Huber2014-10-131-2/+15
* posix: Add auto initializaton for rwlockSebastian Huber2014-10-089-25/+51
* posix: Fix mutex auto initializationSebastian Huber2014-10-081-1/+10
* posix: Use function instead of macrosSebastian Huber2014-10-081-41/+28
* posix: Use RTEMS_DECONST()Sebastian Huber2014-09-081-2/+2
* posix: Fix warningSebastian Huber2014-09-081-2/+0
* mprotect.c: Remove warning for no prototypeJoel Sherrill2014-09-041-9/+14
* posix: Simplify key implementationSebastian Huber2014-08-053-11/+17
* rbtree: Add and use RBTree_Compare_resultSebastian Huber2014-08-051-2/+2
* Add and use RTEMS_CONTAINER_OF()Sebastian Huber2014-08-054-13/+8
* Add _TOD_Adjust to SCORE TOD Handler.Joel Sherrill2014-07-231-16/+14
* adjtime.c: Use timestamp math and simplifyJoel Sherrill2014-07-231-40/+28
* rbtree: Reduce RBTree_Control sizeSebastian Huber2014-07-154-27/+16
* score: Fix _Thread_Delay_ended() on SMPSebastian Huber2014-06-201-2/+2
* score: PR2181: Add _Thread_Yield()Sebastian Huber2014-06-122-7/+3
* score: Add and use _Thread_Owns_resources()Sebastian Huber2014-06-031-2/+2
* score: _Scheduler_Get_affinity()Sebastian Huber2014-06-021-1/+0
* score: Simplify _Thread_Change_priority()Sebastian Huber2014-05-152-10/+3
* posix: Fix POSIX keys initializationSebastian Huber2014-05-061-5/+5
* score: Add clustered/partitioned schedulingSebastian Huber2014-04-152-3/+5
* score: Simplify thread control initializationSebastian Huber2014-04-151-22/+3
* score: Lazy key value pair allocationSebastian Huber2014-04-071-9/+13
* score: Delete _Thread_Ticks_per_timesliceSebastian Huber2014-04-072-4/+9
* score: Add scheduler control to scheduler opsSebastian Huber2014-04-045-14/+23
* pthreadcreate.c: Fix bug where attr used instead of the_attrJoel Sherrill2014-04-031-14/+13
* pthread.c: Conditionalize thread affinity initializationJoel Sherrill2014-04-031-1/+1
* posix: Move affinity from thread to scheduler.Jennifer Averett2014-04-034-21/+28
* posix: Modified pthread init to use cpuset default.Jennifer Averett2014-04-031-12/+8
* score: Delete CORE_mutex_Control::lockSebastian Huber2014-03-311-6/+1
* score: PR2152: Use allocator mutex for objectsSebastian Huber2014-03-3125-95/+98
* score: Relax Giant lock usage for API mutexesSebastian Huber2014-03-311-1/+1
* score: Thread life cycle re-implementationSebastian Huber2014-03-313-69/+59
* score: Fix thread restart extensions contextSebastian Huber2014-03-311-1/+10
* posix: Use thread action for signalsSebastian Huber2014-03-315-17/+17