summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/monitor/mon-region.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cpukit/libmisc/monitor/: Manually change to BSD-2 licenseJoel Sherrill2022-03-241-1/+30
| | | | | | | | | | | | | | This code did not have any copyrights or licenses and a bit of archeology was needed to determine authorship. This code was in the initial import into the RTEMS CVS repository when it was established in May 1995. There was very little, if any, code not written by OAR Corporation in that initial import. After discussion with Chris Johns, it was determined that this code was from OAR Corporation and that he had added a few features later. Both Chris Johns and OAR Corporation have given permission to relicense. Updates #3053.
* rtems: Move internal structures to regiondata.hSebastian Huber2018-11-121-0/+1
| | | | Update #3598.
* monitor: Include <rtems/monitor.h>Sebastian Huber2017-12-131-1/+1
| | | | | | Prepare for header file move to common include directory. Update #3254.
* 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
| | | | Use Heap_Statistics::used_blocks instead.
* basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber2015-10-261-2/+2
|
* rtems: Create attr implementation headerSebastian Huber2013-07-231-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.
* monitor: Add const qualifierSebastian Huber2012-11-071-2/+2
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-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.
* Use rtems_monitor_dump_addr instead of rtems_monitor_dump_hexRalf Corsepius2010-04-121-1/+1
| | | | to print addresses.
* Whitespace removal.Ralf Corsepius2009-11-291-1/+1
|
* Add __attribute__((unused)) to unused function args.Ralf Corsepius2009-01-021-2/+2
|
* Convert to using "bool".Ralf Corsepius2008-09-011-2/+2
|
* Include "config.h".Ralf Corsepius2008-08-211-0/+4
|
* 2008-07-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-07-231-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.
* Added osmonweb support functionality to monitorThomas Doerfler2007-09-051-0/+69