summaryrefslogtreecommitdiff
path: root/cpukit/libblock/src/ramdisk-config.c (follow)
AgeCommit message (Collapse)Author
2018-08-07ramdisk: Use rtems_blkdev_create()Sebastian Huber
Update #3358.
2015-10-26basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber
2013-03-22ramdisk: Fix device name generationSebastian Huber
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill
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-03-28Add HAVE_CONFIG_H support to let files receive configure defines.Ralf Corsepius
2010-03-042010-03-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* libblock/src/ramdisk-config.c: Revert accidental commit.
2010-03-042010-03-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* libblock/src/ramdisk-config.c, sapi/include/confdefs.h: CONFIGURE_DISABLE_CLASSIC_NOTEPADS is typo of CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS. Fix it.
2010-01-192010-01-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
Coverity Id 27 * libblock/src/ramdisk-config.c: Coverity notes that the calloc() is a resource leak. This is allocating memory for a RAM disk which will persist for the life of the system. RTEMS has no "de-initialize" driver call so there is no corresponding free(r). Coverity is correct that it is never freed but this is not a problem.
2009-10-16restructuring of ramdisk codeThomas Doerfler