summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/umon/monlib.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-09bsp: Move umon support to bspsSebastian Huber1-1166/+0
The umon support is only used by the csb337 BSP. This patch is a part of the BSP source reorganization. Update #3285.
2014-10-13libbsp/shared/umon: Fix warningsJoel Sherrill1-0/+27
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.
2011-12-072011-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+2
* umon/tfsDriver.c: Include <rtems/umon.h> (Missing prototype). * umon/monlib.c: Make DisableMonLock, EnableMonLock static.
2009-11-302009-11-30 Fernando Nicodemos <fgnicodemos@terra.com.br>Joel Sherrill1-29/+42
* umon/cli.h, umon/monlib.c, umon/monlib.h, umon/tfs.h, umon/tfsDriver.c, umon/umon.h, umon/umonrtemsglue.c: Update to match development version.
2009-11-30Whitespace removal.Ralf Corsepius1-8/+8
2009-06-122009-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+1128
* umon/README, umon/cli.h, umon/monlib.c, umon/monlib.h, umon/tfs.h, umon/tfsDriver.c, umon/umonrtemsglue.c: New files.