summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/monitor (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-25config: Add _SMP_Is_enabledSebastian Huber1-1/+1
2020-02-25config: Simplify initialization task configSebastian Huber2-4/+8
2020-02-17monitor: Use proper API for all config constantsSebastian Huber1-7/+4
2019-12-13config: Add _MPCI_ConfigurationSebastian Huber3-15/+7
2019-12-11rtems: Optimize semaphore control blockSebastian Huber1-5/+9
2019-06-28score: Add and use _Thread_Get_unmapped_priority().Sebastian Huber1-4/+1
2018-12-14rtems: Use object information to get config maxSebastian Huber1-9/+9
2018-11-21score: Remove support for RTEMS_USE_16_BIT_OBJECTSebastian Huber2-8/+0
2018-11-12rtems: Move internal structures to extensiondata.hSebastian Huber1-0/+1
2018-11-12rtems: Move internal structures to tasksdata.hSebastian Huber1-0/+1
2018-11-12rtems: Move internal structures to regiondata.hSebastian Huber1-0/+1
2018-11-12rtems: Move internal structures to partdata.hSebastian Huber1-0/+1
2018-11-08monitor: Remove dead codeSebastian Huber2-19/+0
2018-10-29posix: Provide threads by defaultSebastian Huber2-10/+2
2018-10-02Use rtems_task_exit()Sebastian Huber1-1/+1
2018-01-25Remove make preinstallChris Johns1-528/+0
2018-01-22monitor: Fix thread priority valuesSebastian Huber1-1/+4
2017-12-13monitor: Include <rtems/monitor.h>Sebastian Huber3-3/+3
2017-06-16shell: Display scheduler instead of current CPUSebastian Huber2-11/+19
2017-04-19libmisc/monitor: Correctly print unlimited configuration table entries.Chris Johns1-12/+22
2017-03-07monitor: Do not zero sema id and nameSebastian Huber1-1/+5
2017-02-14monitor: Print short and long task namesSebastian Huber2-26/+53
2017-01-31monitor: Add support for BSD wakeup messagesSebastian Huber1-3/+17
2017-01-31score: Add _Thread_queue_Object_nameSebastian Huber2-19/+18
2017-01-13score: Add and use _Thread_Get_name()Sebastian Huber2-1/+8
2017-01-12Add and use rtems_assoc_thread_states_to_string()Sebastian Huber1-40/+3
2017-01-12score: Replace STATES_DELAYINGSebastian Huber1-1/+0
2017-01-11score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIERSebastian Huber1-10/+12
2017-01-11score: Delete STATES_WAITING_FOR_BUFFERSebastian Huber1-2/+0
2016-12-02score: Initialize thread queue context earlySebastian Huber1-0/+1
2016-11-02score: First part of new MrsP implementationSebastian Huber1-1/+1
2016-09-30monitor: Support priority inheritance queuesSebastian Huber1-0/+2
2016-09-08score: Introduce _Thread_Get_priority()Sebastian Huber1-1/+1
2016-07-27score: Turn thread lock into thread wait lockSebastian Huber1-4/+3
2016-06-22score: Introduce map priority scheduler operationSebastian Huber1-2/+4
2016-05-30rtems: Fix semaphore field nameSebastian Huber1-2/+2
2016-05-30rtems: Move MrsP semaphore operationsSebastian Huber1-1/+1
2016-05-30score: Rework CORE inherit priority mutexSebastian Huber1-22/+72
2016-05-30score: Add CORE mutex variantsSebastian Huber1-2/+3
2016-05-20score: Rework _Thread_Restart_other()Sebastian Huber1-1/+1
2016-05-20score: Add _Thread_Join() and _Thread_Cancel()Sebastian Huber1-1/+0
2016-05-12score: Avoid Giant lock _Scheduler_Set_affinity()Sebastian Huber1-1/+0
2016-04-21score: Simplify _Objects_Get_next()Sebastian Huber1-2/+1
2016-04-12rtems: Delete Region_Control::page_sizeSebastian Huber1-1/+1
2016-04-12rtems: Delete Region_Control::lengthSebastian Huber1-1/+1
2016-04-12rtems: Delete Region_Control::starting_addressSebastian Huber1-1/+1
2016-04-12rtems: Delete Region_Control::number_of_used_blocksSebastian Huber1-1/+2
2016-04-06score: Delete Thread_Wait_information::idSebastian Huber1-6/+26
2016-03-29score: Use constant for maximum count of CORE semaSebastian Huber1-5/+2
2016-03-24libmisc/monitor/mon-prmisc.c: Remove unused rtems_monitor_events_assocJoel Sherrill1-36/+0