summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/block08/bdbuf_tests.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-12testsuites/libtests/[a-l]*: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2018-08-07libtests/block08: Use rtems_blkdev_create()Sebastian Huber1-43/+16
Update #3358.
2017-10-23testsuite: Use printk for all test output where possible.Chris Johns1-14/+13
- Remove the printf support leaving the direct printk support configured with TESTS_USE_PRINTK and all other output goes via a buffered vsniprintf call to printk. - Control the test's single init for functions and global data with TEST_INIT and not CONFIGURE_INIT. They are now separate. Updates #3170.
2017-04-25block08/bdbuf_tests.c: Add include of <rtems/inttypes.h>Joel Sherrill1-0/+1
2017-04-25rtems/inttypes.h, block08: Add and use PRIdrtems_blkdev_bnumJoel Sherrill1-1/+5
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-07-23Include missing <string.h>Sebastian Huber1-0/+1
2012-05-31libblock: Remove const qualifier from bdbuf APISebastian Huber1-1/+1
This allows addtion of per disk statistics for example.
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.
2012-03-13libblock: Change bdbuf APISebastian Huber1-1/+9
The functions o rtems_bdbuf_get(), o rtems_bdbuf_read(), o rtems_bdbuf_syncdev(), and o rtems_bdbuf_purge_dev(), use now the disk device instead of the device identifier. This makes bdbuf independent of rtems_disk_obtain() and rtems_disk_release(). It is the responsiblity of the file system to obtain the disk device. This also reduces the overhead to get a buffer. The key for the AVL tree uses now the disk device instead of the device identifier. The pointer is interpreted as an unsigned integer. This reduces the memory overhead and makes the comparison operation a bit faster. Removed function rtems_bdbuf_purge_major(). This function was too destructive and could have unpredictable side effects.
2011-02-22Add HAVE_CONFIG_H.Ralf Corsepius1-0/+4
2010-05-172010-05-17 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-2/+0
PR 1433/cpukit * block08/bdbuf_tests.c: Enabled tests 1.1, 1.2 and 1.3. * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c, block08/bdbuf_test1_3.c: Use RTEMS_IO_ERROR instead of RTEMS_NO_MEMORY.
2010-01-19updates and new test casesThomas Doerfler1-0/+271