summaryrefslogtreecommitdiffstats
path: root/cpukit/posix (follow)
Commit message (Expand)AuthorAgeFilesLines
* posix: Fix aio_cancel()Sebastian Huber2017-10-041-1/+1
* posix: Fix pthread_spin_unlock() error statusSebastian Huber2016-05-251-2/+1
* posix: Fix return states of pthread_kill()Sebastian Huber2016-05-171-17/+11
* posix: Fix return status of pthread_cancel()Sebastian Huber2016-05-171-1/+1
* various .h files: Add missing C++ extern wrappersMartin Galvan2015-09-031-1/+4
* score: Freechain handler API changesSebastian Huber2015-07-012-44/+15
* score: Simplify <rtems/system.h>Sebastian Huber2015-06-261-2/+1
* score: Simplify <rtems/score/thread.h>Sebastian Huber2015-06-251-0/+1
* score: Add _Watchdog_Preinitialize()Sebastian Huber2015-06-132-1/+2
* score: Delete unused state WATCHDOG_REMOVE_ITSebastian Huber2015-06-132-2/+2
* score: Add Thread_Control::is_fpSebastian Huber2015-06-091-5/+1
* 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-192-4/+23
* score: Fine grained locking for message queuesSebastian Huber2015-05-193-10/+34
* 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-1911-15/+14
* 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-213-6/+10
* 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