summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/monitor/mon-part.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtems: Move internal structures to partdata.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.
* 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/+68