summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* posix: Fix _POSIX_Timer_Insert_helper() lockingSebastian Huber2015-06-031-5/+9
* posix: Fix clock_gettime()Sebastian Huber2015-05-291-2/+0
* timecounter: Use in RTEMSAlexander Krutwig2015-05-205-8/+10
* score: Replace _Thread_Delay_ended()Sebastian Huber2015-05-192-28/+18
* score: Rework _Thread_Change_priority()Sebastian Huber2015-05-192-53/+56
* score: Fine grained locking for mutexesSebastian Huber2015-05-193-13/+16
* score: Delete _CORE_semaphore_Seize()Sebastian Huber2015-05-191-3/+8
* score: Fine grained locking for semaphoresSebastian Huber2015-05-191-4/+9
* score: Fine grained locking for message queuesSebastian Huber2015-05-192-10/+19
* score: Delete Thread_queue_Control::timeout_statusSebastian Huber2015-05-196-11/+8
* score: More thread queue operationsSebastian Huber2015-05-191-1/+1
* score: Add Thread_queue_Control::LockSebastian Huber2015-05-195-10/+5
* score: Add header to _Watchdog_Remove()Sebastian Huber2015-05-198-9/+9
* score: Delete STATES_WAITING_ON_THREAD_QUEUESebastian Huber2015-05-191-3/+3
* posix: Use right thread dispatch disable functionSebastian Huber2015-04-241-1/+1
* score: Fix POSIX thread joinSebastian Huber2015-04-231-1/+1
* score: Delete Thread_queue_Control::stateSebastian Huber2015-04-236-6/+16
* score: Delete bogus THREAD_QUEUE_WAIT_FOREVERSebastian Huber2015-04-227-7/+7
* score: _Objects_Get_isr_disable()Sebastian Huber2015-04-211-0/+6
* score: _Objects_Get_isr_disable()Sebastian Huber2015-04-212-5/+9
* 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