summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/block08/bdbuf_tests.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testsuites/libtests/[a-l]*: Change license to BSD-2Joel Sherrill2022-04-121-3/+22
| | | | Updates #3053.
* tests: Use rtems_task_exit()Sebastian Huber2018-10-051-2/+2
| | | | Update #3533.
* libtests/block08: Use rtems_blkdev_create()Sebastian Huber2018-08-071-6/+1
| | | | Update #3358.
* libtests/block08: Fix format warningSebastian Huber2017-07-281-1/+1
|
* Make rtems/print.h independent of rtems/bspIo.hSebastian Huber2016-06-221-0/+1
|
* testsuite: Fix printk format warnings.Chris Johns2016-05-251-23/+23
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* Include missing <string.h>Sebastian Huber2013-07-231-0/+1
|
* libblock: Remove const qualifier from bdbuf APISebastian Huber2012-05-311-1/+1
| | | | This allows addtion of per disk statistics for example.
* 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.
* libblock: Change bdbuf APISebastian Huber2012-03-131-4/+4
| | | | | | | | | | | | | | | | | | | | 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.
* updates and new test casesThomas Doerfler2010-01-191-0/+504