summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* posix: Add pthread_getname_np(), ...Sebastian Huber2017-01-132-0/+82
* score: Replace STATES_DELAYINGSebastian Huber2017-01-121-1/+1
* Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill2017-01-113-26/+20
* Add support for posix_devctl()Joel Sherrill2017-01-111-0/+2
* posix: Fix alarm() in SMP configurationsSebastian Huber2017-01-111-2/+0
* score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIERSebastian Huber2017-01-111-1/+2
* score: Introduce _Internal_error()Sebastian Huber2016-12-121-8/+2
* Add INTERNAL_ERROR_POSIX_INIT_THREAD_CREATE_FAILEDSebastian Huber2016-12-121-2/+6
* score: Remove fatal is internal indicatorSebastian Huber2016-12-091-1/+0
* score: Initialize thread queue context earlySebastian Huber2016-12-025-5/+11
* posix: Fix fall back spinlock implementationSebastian Huber2016-12-021-3/+3
* score: Fix thread queue context initializationSebastian Huber2016-11-283-3/+3
* score: Optimize _Thread_queue_Enqueue()Sebastian Huber2016-11-243-3/+12
* posix: Fix typoSebastian Huber2016-11-231-1/+1
* posix: Add self-contained pthread spinlockSebastian Huber2016-11-236-185/+122
* score: Rename _Thread_queue_Enqueue_critical()Sebastian Huber2016-11-233-3/+3
* score: Add thread queue enqueue calloutSebastian Huber2016-11-234-45/+65
* score: Add and use _Thread_Dispatch_direct()Sebastian Huber2016-11-182-2/+2
* posix: Simplify cleanup push/popSebastian Huber2016-11-181-10/+10
* posix: Fix _POSIX_RWLock_Manager_initialization()Sebastian Huber2016-11-041-1/+1
* score: Introduce Thread_Scheduler_control::homeSebastian Huber2016-11-027-7/+7
* posix: Fix timer intervalSebastian Huber2016-10-311-2/+0
* posix: Fix timeout handling in sigtimedwait()Sebastian Huber2016-10-311-4/+7
* score: Unify CORE mutex seize/surrenderSebastian Huber2016-09-272-2/+4
* score: Rework thread priority managementSebastian Huber2016-09-217-210/+177
* score: Introduce _Thread_Get_priority()Sebastian Huber2016-09-084-11/+11
* score: Move thread wait node to scheduler nodeSebastian Huber2016-09-081-1/+4
* score: Introduce Thread_queue_Lock_contextSebastian Huber2016-09-086-12/+20
* posix: nanosleep: adjust elapsed time calculationGedare Bloom2016-08-101-39/+39
* score: Add debug support to red-black treesSebastian Huber2016-08-081-0/+2
* posix: Fix for RTEMS_DEBUGSebastian Huber2016-08-081-0/+1
* posix: Fix for RTEMS_DEBUGSebastian Huber2016-08-031-2/+8
* posix: nanosleep: optimize away a time conversionGedare Bloom2016-07-291-2/+1
* score: Turn thread lock into thread wait lockSebastian Huber2016-07-271-4/+4
* posix: Fix error statusSebastian Huber2016-07-271-2/+3
* cpukit: refactor nanosleep and use 64-bit timeout for threadqGedare Bloom2016-07-261-57/+67
* posix: fix clock_nanosleep and nanosleep clock useGedare Bloom2016-07-251-25/+68
* posix: cond_timedwait remember and use clock from condattrGedare Bloom2016-07-259-8/+12
* posix: refactor cond wait support to defer abstime conversionGedare Bloom2016-07-253-30/+32
* posix: add clock_nanosleep and testsGedare Bloom2016-07-251-9/+46
* cpukit: Add and use Watchdog_Discipline.Gedare Bloom2016-07-2515-15/+14
* score: Add debug support to chainsSebastian Huber2016-07-221-1/+3
* posix: Fix double chain extractSebastian Huber2016-07-211-5/+2
* score: Change Priority_Control to 64-bitSebastian Huber2016-06-242-10/+1
* posix: Fix pthread_create()Sebastian Huber2016-06-241-4/+7
* score: Introduce map priority scheduler operationSebastian Huber2016-06-225-30/+46
* posix: Generalize _POSIX_Priority_To_core()Sebastian Huber2016-06-226-26/+34
* posix: Make POSIX API aware of scheduler instancesSebastian Huber2016-06-229-36/+63
* posix: Rework sporadic server scheduling policySebastian Huber2016-06-226-170/+232
* posix: Delete POSIX_API_Control::schedparamSebastian Huber2016-06-225-11/+14