summaryrefslogtreecommitdiffstats
path: root/cpukit/posix (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: Install <semaphore.h> only if not providedSebastian Huber2015-03-102-1/+4
* posix: Change sem_t to the 32-bit object typeSebastian Huber2015-03-102-2/+2
* posix: Use a value of 0 for SEM_FAILEDSebastian 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 unused _POSIX_Threads_Get()Sebastian Huber2014-12-181-34/+0
* posix: Delete key/value if value is set to NULLSebastian Huber2014-12-123-38/+87
* posix: Simplify _POSIX_Keys_Find()Sebastian Huber2014-12-124-12/+10
* 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-205-8/+249
* score: Rework global constructionSebastian Huber2014-10-131-2/+15
* posix: Add auto initializaton for rwlockSebastian Huber2014-10-0810-46/+54
* 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-082-3/+3
* posix: Fix warningSebastian Huber2014-09-081-2/+0
* mprotect.c: Remove warning for no prototypeJoel Sherrill2014-09-041-9/+14
* Regenerate all preinstall.am files.Chris Johns2014-08-291-3/+3
* Regenerate all preinstall.am files.Joel Sherrill2014-08-281-3/+3
* posix: Simplify key implementationSebastian Huber2014-08-055-21/+44
* rbtree: Add and use RBTree_Compare_resultSebastian Huber2014-08-052-3/+3
* Add and use RTEMS_CONTAINER_OF()Sebastian Huber2014-08-055-13/+11
* Delete unused *_Is_null() functionsSebastian Huber2014-07-268-127/+0
* 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-155-29/+35
* 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
* pthreadimpl.h: Conditionalize thread affinity copyingJoel Sherrill2014-04-031-1/+1
* 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