summaryrefslogtreecommitdiffstats
path: root/cpukit/posix (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-04posix: Fix aio_cancel()Sebastian Huber1-1/+1
2016-05-25posix: Fix pthread_spin_unlock() error statusSebastian Huber1-2/+1
2016-05-17posix: Fix return states of pthread_kill()Sebastian Huber1-17/+11
2016-05-17posix: Fix return status of pthread_cancel()Sebastian Huber1-1/+1
2015-09-03various .h files: Add missing C++ extern wrappersMartin Galvan1-1/+4
2015-07-01score: Freechain handler API changesSebastian Huber2-44/+15
2015-06-26score: Simplify <rtems/system.h>Sebastian Huber1-2/+1
2015-06-25score: Simplify <rtems/score/thread.h>Sebastian Huber1-0/+1
2015-06-13score: Add _Watchdog_Preinitialize()Sebastian Huber2-1/+2
2015-06-13score: Delete unused state WATCHDOG_REMOVE_ITSebastian Huber2-2/+2
2015-06-09score: Add Thread_Control::is_fpSebastian Huber1-5/+1
2015-06-03posix: Fix _POSIX_Timer_Insert_helper() lockingSebastian Huber1-5/+9
2015-05-29posix: Fix clock_gettime()Sebastian Huber1-2/+0
2015-05-20timecounter: Use in RTEMSAlexander Krutwig5-8/+10
2015-05-19score: Replace _Thread_Delay_ended()Sebastian Huber2-28/+18
2015-05-19score: Rework _Thread_Change_priority()Sebastian Huber2-53/+56
2015-05-19score: Fine grained locking for mutexesSebastian Huber3-13/+16
2015-05-19score: Delete _CORE_semaphore_Seize()Sebastian Huber1-3/+8
2015-05-19score: Fine grained locking for semaphoresSebastian Huber2-4/+23
2015-05-19score: Fine grained locking for message queuesSebastian Huber3-10/+34
2015-05-19score: Delete Thread_queue_Control::timeout_statusSebastian Huber6-11/+8
2015-05-19score: More thread queue operationsSebastian Huber1-1/+1
2015-05-19score: Add Thread_queue_Control::LockSebastian Huber11-15/+14
2015-05-19score: Add header to _Watchdog_Remove()Sebastian Huber8-9/+9
2015-05-19score: Delete STATES_WAITING_ON_THREAD_QUEUESebastian Huber1-3/+3
2015-04-24posix: Use right thread dispatch disable functionSebastian Huber1-1/+1
2015-04-23score: Fix POSIX thread joinSebastian Huber1-1/+1
2015-04-23score: Delete Thread_queue_Control::stateSebastian Huber6-6/+16
2015-04-22score: Delete bogus THREAD_QUEUE_WAIT_FOREVERSebastian Huber7-7/+7
2015-04-21score: _Objects_Get_isr_disable()Sebastian Huber1-0/+6
2015-04-21score: _Objects_Get_isr_disable()Sebastian Huber3-6/+10
2015-04-14semdestroy.c: Add missing _Objects_Allocator_unlock()Joel Sherrill1-8/+7
2015-04-14semunlink.c: Add missing _Objects_Allocator_unlock()Daniel Krueger1-0/+1
2015-04-14score: Rename _Watchdog_Reset()Sebastian Huber1-1/+1
2015-03-12posix/src/nanosleep.c: Address issue when delay is longer than desiredJoel Sherrill1-16/+27
2015-03-12posix: Return error code if mmap is usedDaniel Cederman1-1/+1
2015-03-12posix: Move function to file with matching nameDaniel Cederman2-10/+10
2015-03-10posix: Install <semaphore.h> only if not providedSebastian Huber2-1/+4
2015-03-10posix: Change sem_t to the 32-bit object typeSebastian Huber2-2/+2
2015-03-10posix: Use a value of 0 for SEM_FAILEDSebastian Huber1-1/+1
2015-03-10score: Add rtems_set_errno_and_return_value()Sebastian Huber2-8/+10
2015-03-09sysconf: Add _SC_NPROCESSORS_(CONF|ONLN)Sebastian Huber1-0/+4
2015-03-09sysconf: SimplifySebastian Huber1-22/+17
2015-03-05score: Simplify and fix signal deliverySebastian Huber1-8/+14
2015-02-25posix: fix error return code for pthread_mutex_trylockGedare Bloom1-1/+4
2014-12-18posix: Delete unused _POSIX_Threads_Get()Sebastian Huber1-34/+0
2014-12-12posix: Delete key/value if value is set to NULLSebastian Huber3-38/+87
2014-12-12posix: Simplify _POSIX_Keys_Find()Sebastian Huber4-12/+10
2014-11-26cpukit/posix/src/timertsr.c: Add _Assert()Josh Oguin1-1/+8
2014-11-20sys/mman.h: New file. Clean up and add supporting stubsJoel Sherrill5-8/+249