summaryrefslogtreecommitdiffstats
path: root/apps/plugins/test_disk.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-24plugins: HAVE_BACKLIGHT in the test pluginsSolomon Peachy1-1/+4
2016-04-01Align test_disk buffer for DMA.Boris Gjenero1-4/+6
2014-02-25test_disk: Add an additional dirscan test that calls dir_get_info() also.Thomas Martitz1-0/+25
2012-03-22revert changes in test_disk.c introduced by accident in r30459Marcin Bukat1-4/+4
2011-12-25rbpaths: Add new special dir HOME_DIR for RaaA.Thomas Martitz1-2/+2
2011-09-06rk27xx - enable a few test pluginsMarcin Bukat1-4/+4
2011-01-24* Rename backlight_force_on to backlight_ignore_timeout to make it clear what...Teruaki Kawashima1-2/+2
2010-12-02Change the gcc options for sdl builds to allow for gnu99 features, it needs s...Thomas Martitz1-1/+1
2010-11-21Fix pointer aliasing warning which for some reason was only triggered in SH b...Jens Arnold1-3/+3
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-1/+1
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-2/+2
2010-06-15test_disk: print return values in case of errorRafaël Carré1-19/+24
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz1-1/+1
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz1-3/+3
2010-05-02Test more possible alignments in the Write & Verify test. Some ata drivers ap...Jens Arnold1-4/+4
2009-06-16Accept FS#10094 by Teruaki Kawashima:Jonathan Gordon1-10/+19
2009-01-16loader-initialized global plugin API:Andrew Mahone1-6/+4
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg1-2/+2
2008-10-31cleanup storage definesFrank Gevaerts1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-23FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon1-1/+0
2008-05-13Plugin parameters should be const.Steve Bavin1-2/+2
2008-02-26FS #8635 by Andree Buschmann: Fix overflow in test_disk speed calculation. No...Jens Arnold1-3/+3
2007-08-16Pass plugin api pointer to funtion directly, fixes crashes when doing increme...Peter D'Hoye1-2/+2
2007-08-15Bring mpegplayer backlight fix to the other plugins, this also fixes some wro...Peter D'Hoye1-4/+5
2007-08-05Make test_disk and test_fps plugins compile for the simulator.Jens Arnold1-0/+4
2007-05-22Extended test_disk plugin: * Measure directory manipulation speed (file creat...Jens Arnold1-101/+224
2007-05-08Move the old api out of the core and into the plugin lib.Jonathan Gordon1-3/+4
2007-04-21Missed a couple. Hopefully fix all warnings.Michael Sevakis1-1/+1
2007-04-21General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis1-1/+1
2007-03-17Let GCC check arguments of some more printf-style functions, also for plugins...Jens Arnold1-5/+5
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-14/+14
2007-02-01Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold1-2/+2
2007-01-22Disk and filesystem speed and stress test plugin. Aimed at developers, not bu...Jens Arnold1-0/+326