1. 518d3fc test_disk: print return values in case of error by Rafaël Carré · 15 years ago
  2. 0a1d7c2 Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. by Thomas Martitz · 15 years ago
  3. c61e89c Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. by Thomas Martitz · 15 years ago
  4. 9a74223 Test more possible alignments in the Write & Verify test. Some ata drivers apply optimisations up to line size alignment. by Jens Arnold · 15 years ago
  5. af9f405 Accept FS#10094 by Teruaki Kawashima: by Jonathan Gordon · 16 years ago
  6. 23d9812 loader-initialized global plugin API: by Andrew Mahone · 16 years ago
  7. c6b3d38 New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. by Björn Stenberg · 16 years ago
  8. 19d1cac cleanup storage defines by Frank Gevaerts · 17 years ago
  9. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 17 years ago
  10. bdbdb97 FS#9051 - remove LCD margins... use viewports if you need them... by Jonathan Gordon · 17 years ago
  11. 6526577 Plugin parameters should be const. by Steve Bavin · 17 years ago
  12. 3a74611 FS #8635 by Andree Buschmann: Fix overflow in test_disk speed calculation. No precision is lost because filesize is always a multiple of (1<<8). by Jens Arnold · 17 years ago
  13. 767c0ec Pass plugin api pointer to funtion directly, fixes crashes when doing incremental builds. Fix incorrect backlight changes in rockblox introduced recently. by Peter D'Hoye · 18 years ago
  14. cb53e3c Bring mpegplayer backlight fix to the other plugins, this also fixes some wrongly ifdef'd backlight calls. by Peter D'Hoye · 18 years ago
  15. 5fee03c Make test_disk and test_fps plugins compile for the simulator. by Jens Arnold · 18 years ago
  16. 73ef83f Extended test_disk plugin: * Measure directory manipulation speed (file create/open/delete, directory scan) and file create/write/read access speed for several buffer sizes. * Added log file writing (one file per menu action). by Jens Arnold · 18 years ago
  17. 77a458a Move the old api out of the core and into the plugin lib. by Jonathan Gordon · 18 years ago
  18. 8676dc2 Missed a couple. Hopefully fix all warnings. by Michael Sevakis · 18 years ago
  19. 26d242a General housekeeping: Make plugin buffer functions take size_t * instead of int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds. by Michael Sevakis · 18 years ago
  20. 79c8a8c Let GCC check arguments of some more printf-style functions, also for plugins and codecs. by Jens Arnold · 18 years ago
  21. 4d6374c Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered. by Jens Arnold · 18 years ago
  22. 67eb154 Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ignored on target and mixed into 'oflags' in the simulator. * Simplified io.c a bit by defining a dummy O_BINARY for OSes which don't have that. by Jens Arnold · 18 years ago
  23. 4376abb Disk and filesystem speed and stress test plugin. Aimed at developers, not built by default. by Jens Arnold · 18 years ago