summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/monitor (follow)
Commit message (Expand)AuthorAgeFilesLines
* config: Add _SMP_Is_enabledSebastian Huber2020-02-251-1/+1
* config: Simplify initialization task configSebastian Huber2020-02-252-4/+8
* monitor: Use proper API for all config constantsSebastian Huber2020-02-171-7/+4
* config: Add _MPCI_ConfigurationSebastian Huber2019-12-133-15/+7
* rtems: Optimize semaphore control blockSebastian Huber2019-12-111-5/+9
* score: Add and use _Thread_Get_unmapped_priority().Sebastian Huber2019-06-281-4/+1
* rtems: Use object information to get config maxSebastian Huber2018-12-141-9/+9
* score: Remove support for RTEMS_USE_16_BIT_OBJECTSebastian Huber2018-11-212-8/+0
* rtems: Move internal structures to extensiondata.hSebastian Huber2018-11-121-0/+1
* rtems: Move internal structures to tasksdata.hSebastian Huber2018-11-121-0/+1
* rtems: Move internal structures to regiondata.hSebastian Huber2018-11-121-0/+1
* rtems: Move internal structures to partdata.hSebastian Huber2018-11-121-0/+1
* monitor: Remove dead codeSebastian Huber2018-11-082-19/+0
* posix: Provide threads by defaultSebastian Huber2018-10-292-10/+2
* Use rtems_task_exit()Sebastian Huber2018-10-021-1/+1
* Remove make preinstallChris Johns2018-01-251-528/+0
* monitor: Fix thread priority valuesSebastian Huber2018-01-221-1/+4
* monitor: Include <rtems/monitor.h>Sebastian Huber2017-12-133-3/+3
* shell: Display scheduler instead of current CPUSebastian Huber2017-06-162-11/+19
* libmisc/monitor: Correctly print unlimited configuration table entries.Chris Johns2017-04-191-12/+22
* monitor: Do not zero sema id and nameSebastian Huber2017-03-071-1/+5
* monitor: Print short and long task namesSebastian Huber2017-02-142-26/+53
* monitor: Add support for BSD wakeup messagesSebastian Huber2017-01-311-3/+17
* score: Add _Thread_queue_Object_nameSebastian Huber2017-01-312-19/+18
* score: Add and use _Thread_Get_name()Sebastian Huber2017-01-132-1/+8
* Add and use rtems_assoc_thread_states_to_string()Sebastian Huber2017-01-121-40/+3
* score: Replace STATES_DELAYINGSebastian Huber2017-01-121-1/+0
* score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIERSebastian Huber2017-01-111-10/+12
* score: Delete STATES_WAITING_FOR_BUFFERSebastian Huber2017-01-111-2/+0
* score: Initialize thread queue context earlySebastian Huber2016-12-021-0/+1
* score: First part of new MrsP implementationSebastian Huber2016-11-021-1/+1
* monitor: Support priority inheritance queuesSebastian Huber2016-09-301-0/+2
* score: Introduce _Thread_Get_priority()Sebastian Huber2016-09-081-1/+1
* score: Turn thread lock into thread wait lockSebastian Huber2016-07-271-4/+3
* score: Introduce map priority scheduler operationSebastian Huber2016-06-221-2/+4
* rtems: Fix semaphore field nameSebastian Huber2016-05-301-2/+2
* rtems: Move MrsP semaphore operationsSebastian Huber2016-05-301-1/+1
* score: Rework CORE inherit priority mutexSebastian Huber2016-05-301-22/+72
* score: Add CORE mutex variantsSebastian Huber2016-05-301-2/+3
* score: Rework _Thread_Restart_other()Sebastian Huber2016-05-201-1/+1
* score: Add _Thread_Join() and _Thread_Cancel()Sebastian Huber2016-05-201-1/+0
* score: Avoid Giant lock _Scheduler_Set_affinity()Sebastian Huber2016-05-121-1/+0
* score: Simplify _Objects_Get_next()Sebastian Huber2016-04-211-2/+1
* rtems: Delete Region_Control::page_sizeSebastian Huber2016-04-121-1/+1
* rtems: Delete Region_Control::lengthSebastian Huber2016-04-121-1/+1
* rtems: Delete Region_Control::starting_addressSebastian Huber2016-04-121-1/+1
* rtems: Delete Region_Control::number_of_used_blocksSebastian Huber2016-04-121-1/+2
* score: Delete Thread_Wait_information::idSebastian Huber2016-04-061-6/+26
* score: Use constant for maximum count of CORE semaSebastian Huber2016-03-291-5/+2
* libmisc/monitor/mon-prmisc.c: Remove unused rtems_monitor_events_assocJoel Sherrill2016-03-241-36/+0