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