summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/monitor/mon-region.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-12rtems: Move internal structures to regiondata.hSebastian Huber1-0/+1
Update #3598.
2017-12-13monitor: Include <rtems/monitor.h>Sebastian Huber1-1/+1
Prepare for header file move to common include directory. Update #3254.
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
Use Heap_Statistics::used_blocks instead.
2015-10-26basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber1-2/+2
2013-07-23rtems: Create attr implementation headerSebastian Huber1-1/+1
Move implementation specific parts of attr.h and attr.inl into new header file attrimpl.h. The attr.h contains now only the application visible API.
2012-11-07monitor: Add const qualifierSebastian Huber1-2/+2
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2010-04-12Use rtems_monitor_dump_addr instead of rtems_monitor_dump_hexRalf Corsepius1-1/+1
to print addresses.
2009-11-29Whitespace removal.Ralf Corsepius1-1/+1
2009-01-02Add __attribute__((unused)) to unused function args.Ralf Corsepius1-2/+2
2008-09-01Convert to using "bool".Ralf Corsepius1-2/+2
2008-08-21Include "config.h".Ralf Corsepius1-0/+4
2008-07-232008-07-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
* libmisc/monitor/mon-extension.c, libmisc/monitor/mon-itask.c, libmisc/monitor/mon-part.c, libmisc/monitor/mon-prmisc.c, libmisc/monitor/mon-queue.c, libmisc/monitor/mon-region.c, libmisc/monitor/mon-sema.c, libmisc/monitor/mon-task.c, libmisc/monitor/monitor.h: Use rtems_object_get_name() instead of internal routine. This makes it possible to also print string names of POSIX objects. Adjust task report to realign since we can have longer names.
2007-09-05Added osmonweb support functionality to monitorThomas Doerfler1-0/+69