1. 5a98ad2 format() (and its alias vuprintf) return values are uncheck -> void by Rafaël Carré · 14 years ago
  2. d343bbe Allow e200 to compile without HAVE_RECORDING by Frank Gevaerts · 14 years ago
  3. bd43690 Simplify unnecessary baroque preprocessor condition a bit by Frank Gevaerts · 14 years ago
  4. b0351c7 Only define USB_ENABLE_STORAGE if USB_HAS_BULK and USE_ROCKBOX_USB are both set by Frank Gevaerts · 14 years ago
  5. f6912d3 Make the call to buttonlight_on() properly depend on HAVE_BUTTON_LIGHT by Frank Gevaerts · 14 years ago
  6. 520baf0 usb_drv_reset() is only used in usb-drv-arc.c by Rafaël Carré · 14 years ago
  7. 1285935 button driver: make repeat timings be centiseconds and not ticks by Rafaël Carré · 14 years ago
  8. 5028eaa AMS USBv2: use OF settings for undocumented register by Rafaël Carré · 14 years ago
  9. 409c157 Fix beast, forgot the asm label when renaming. by Thomas Martitz · 14 years ago
  10. 637bb2e Also rename cpucache_invalidate() function for mips. There's more in the target tree of mips which I have overlooked yesterday. by Thomas Martitz · 14 years ago
  11. 0d4585b Extend lc_open() to also being able to load overlay plugins. by Thomas Martitz · 14 years ago
  12. cec7c99 Forgot to rename cpucache_flush/_invalidate for PP502x. by Thomas Martitz · 14 years ago
  13. ded525e Revert r27972 to fix FS#11610 (but in a way android builds still work). by Thomas Martitz · 14 years ago
  14. f09499f Change sd-as3525*.c to the new cache coherency function names. by Thomas Martitz · 14 years ago
  15. dd5dd8c Rename cache coherency functions. by Thomas Martitz · 14 years ago
  16. ca0e95a USB AMSv2: use tables for usb_drv_port_speed() and usb_drv_mps_by_type() by Rafaël Carré · 14 years ago
  17. f1adafc USB AMSv2: split handle_ep_int() by Rafaël Carré · 14 years ago
  18. 5aa5de5 USB AMSv2: smaller struct usb_endpoint by Rafaël Carré · 14 years ago
  19. 8e0ff81 USB AMSv2: only read endpoint interrupt status register once by Rafaël Carré · 14 years ago
  20. 1752dfd usb-drv-as3525v2.c: cosmetics (remove trailing spaces) by Rafaël Carré · 14 years ago
  21. 29276be USB AMSv2: Reduce the size of (in/out)_ep_list by Rafaël Carré · 14 years ago
  22. 24cd51a USB AMSv2: simplify FOR_EACH* macros by Rafaël Carré · 14 years ago
  23. e526681 USB AMSv2: use status == -1 to signal errors by Rafaël Carré · 14 years ago
  24. d2871ff usb-s3c6400x.c : don't hardcode USB_NUM_ENDPOINTS but use the define by Rafaël Carré · 14 years ago
  25. 8c4f83e USB AMSv2: cosmetics by Rafaël Carré · 14 years ago
  26. dbea731 USB AMSv2: update endpoint->len on transfer by Rafaël Carré · 14 years ago
  27. 9503e6e as3525v2 usb: define USB_HAS_BULK by Rafaël Carré · 14 years ago
  28. be24bee usb-drv-as3525v2: use dump_dcache_range() by Rafaël Carré · 14 years ago
  29. b72237a usb-drv-as3525v2: fixes by Rafaël Carré · 14 years ago
  30. 03d391d as3525v2-usb: don't disable data transfers ! by Amaury Pouly · 14 years ago
  31. f140930 as3525v2-usb: fix red and fix stupid typo about endpoint status by Amaury Pouly · 14 years ago
  32. f20d11c as3525v2-usb: all control operations are working, there is a problem with UMS: the IN transfer to respond to inquiry does not start, resulting in not lun being detected by Amaury Pouly · 14 years ago
  33. 025112f as3525v2-usb: by Amaury Pouly · 14 years ago
  34. aca255e gigabeats: remove inline from extern functions by Rafaël Carré · 14 years ago
  35. 2ac5153 AMS: make dma_disable_channel() not inline by Rafaël Carré · 14 years ago
  36. 9b49175 debug-as3525.c : fix include, remove comment by Rafaël Carré · 14 years ago
  37. 336cec2 Fix set_serial_descriptor() for targets with as3543 by Rafaël Carré · 14 years ago
  38. 5d4b13b Slightly reorganise the FAT driver to ensure that no more than one sector buffer is ever allocated on the stack simultaneously. Fixes FS#11433 by Frank Gevaerts · 14 years ago
  39. 9940663 Fix sdl application build by Thomas Martitz · 14 years ago
  40. c196da2 FS#11597 : decrease FCLK frequency when unboosted by Rafaël Carré · 14 years ago
  41. 173044d revert r27991 by Rafaël Carré · 14 years ago
  42. bf0e907 powermgmt.h: include config.h by Rafaël Carré · 14 years ago
  43. e93ba5a Clipv1: update CHARGER_TOTAL_TIMER by Rafaël Carré · 14 years ago
  44. c576e4a Clipv1: draw 150mA from the charger, like Clipv2/+ by Rafaël Carré · 14 years ago
  45. 4e739b4 USB AMSv2: fix bit position in DCFG register by Rafaël Carré · 14 years ago
  46. f3da8d0 as3525v2: revert the USB_DEVBSS_ATTR and the panicf redefinition, don't protected #undef of USB_NUM_ENDPOINTS by Amaury Pouly · 14 years ago
  47. e09a085 as3525v2: by Amaury Pouly · 14 years ago
  48. 97ed213 Fix typo by Thomas Martitz · 14 years ago
  49. f8381d9 Android: don't compile stubs.c and kill off libuisimulator entirely. by Thomas Martitz · 14 years ago
  50. 8ec5113 Android: Fix two warnings by Thomas Martitz · 14 years ago
  51. f05cdc4 Android: don't compile powermgmt-sim.c by Thomas Martitz · 14 years ago
  52. a4264eb Redo previous commit to not break android builds. by Thomas Martitz · 14 years ago
  53. 4ada1ee Fix database by Thomas Martitz · 14 years ago
  54. eac36d5 struct DIR -> DIR, should fix most if not all reds. by Thomas Martitz · 14 years ago
  55. dc8ad86 Android: Enable software tone controls by Thomas Martitz · 14 years ago
  56. 6eaab4d Ged rid of uisimulator/common/io.c for android builds. by Thomas Martitz · 14 years ago
  57. 8e0a0ba Revert an accidentaly change to debug.h that prevent simulator+debug build by Amaury Pouly · 14 years ago
  58. a1cf4ce Unify 32mb and 64mb ipod video builds - FS#11580 by Frank Gevaerts · 14 years ago
  59. b9201e3 include lcd.h , forgotten in r27957 by Rafaël Carré · 14 years ago
  60. 67cf859 AMS: update the LCD on system exception to be sure the content is up to date by Rafaël Carré · 14 years ago
  61. 1477aca typo in r27953 spotted by kugel: s/long/ssize_t/ by Rafaël Carré · 14 years ago
  62. 640c410 format: supports %zd (ssize_t) and %zu (ssize_t) by Rafaël Carré · 14 years ago
  63. a1997c1 Change lc_open_from_mem() return type to void* by Thomas Martitz · 14 years ago
  64. 8aa175b ipodvideo: detect ram size at boot (doesn't actually get USED yet) by Torne Wuff · 14 years ago
  65. bc4b536 firmware/ : use lcd_putsf() (only in debug code) by Rafaël Carré · 14 years ago
  66. 71b2d28 jz4740 debug: use lcd_putsf() instead of redefining it by Rafaël Carré · 14 years ago
  67. 73f2735 fix r27921 : lcd_putsxyf() for charcell by Rafaël Carré · 14 years ago
  68. 0f063b7 Implement lcd(_remote)_putsxyf() and export to plugins by Rafaël Carré · 14 years ago
  69. 63c1769 AMSv2: remove a bunch of panicf() in SD driver by Rafaël Carré · 14 years ago
  70. a290ce4 tcc77x targets: various minor cleanups by Bertrik Sikken · 14 years ago
  71. cf8f526 change get_glyph_size() to font_glyphs_to_bufsize(). fixes a bug when font glyph buffer < font header by Fred Bauer · 14 years ago
  72. aaa864e close file when cached font load fails by Fred Bauer · 14 years ago
  73. edb2875 limit font_cache preloading to cache capacity by Fred Bauer · 14 years ago
  74. b16afb4 Fix checkwps. by Thomas Martitz · 14 years ago
  75. 2c2e261 Use system headers a bit more: use host's fcntl.h for O_RDONLY etc. by Thomas Martitz · 14 years ago
  76. 194174a 2nd try: Introduce a small api for loading code (codecs,plugins) from disk/memory. by Thomas Martitz · 14 years ago
  77. 97d2a6e Revert "Introduce a small api for loading code (codecs,plugins) from disk/memory." by Thomas Martitz · 14 years ago
  78. 73f057b Introduce a small api for loading code (codecs,plugins) from disk/memory. by Thomas Martitz · 14 years ago
  79. aaa1636 Move to a proper sdl key config instead of using the d2 pad. make the mouse wheel work, middle click is "select" and right click is "back" by Jonathan Gordon · 14 years ago
  80. faaf431 Accept FS#11567 by Fred Bauer - better memory management for the skin fonts by Jonathan Gordon · 14 years ago
  81. 26de96c typo in r27876 by Rafaël Carré · 14 years ago
  82. e20fb32 usb-drv-as3525: only give physical addresses to USB HW by Rafaël Carré · 14 years ago
  83. 8de2af7 sd-as3525*: use AS3525_PHYSICAL_ADDR by Rafaël Carré · 14 years ago
  84. 3478bc5 mips is predefined by gcc, but we want it for paths. Don't let others fall into this trap again. Use __mips instead by Thomas Martitz · 14 years ago
  85. aea21cd ipod fm remote: some static/const fixes from FS #11266 by me by Bertrik Sikken · 14 years ago
  86. 8d5f159 Implement WHEEL_ACCELERATION for Ipod mini 1G based on code for 1G/2G. by Marcin Bukat · 14 years ago
  87. 1994df6 Read glyph cache in disk order to speed up loading - FS#11168 by Fred Bauer by Frank Gevaerts · 14 years ago
  88. 2c24a67 Some Nano2G FTL cosmetics by Michael Sparmann · 14 years ago
  89. 0a08089 iPod 1st Gen: Fix battery ADC not working due to the EABI compiler optimizing the delay loops away. Use udelay() instead, not wasting CPU time when the CPU is not boosted. by Jens Arnold · 14 years ago
  90. 43ccc1e Enable wheel acceleration and repeats for iPod 1st/2nd Gen, using the same settings as on iPod 3rd Gen. by Jens Arnold · 14 years ago
  91. 65c4fc2 Sansa AMSv2: don't prevent USB detection to work when rockbox USB stack is used by Rafaël Carré · 14 years ago
  92. b73d15e Sansa AMSv2: enable PLLB and use it to generate a more accurate PCM frequency (playback rate error improves from 1.1% to 0.04%) - FS #10906 by me. by Bertrik Sikken · 14 years ago
  93. aa0973d Fix two rather annoying Nano2G FTL bugs: 1. Fix a null pointer dereference/write, 2. Make sure all error return codes are negative. by Michael Sparmann · 14 years ago
  94. 322fdaa AMSv2: don't reboot on USB plug by Rafaël Carré · 14 years ago
  95. 5068891 Android port: simplify sending touch events from Java->C by Maurus Cuelenaere · 14 years ago
  96. 934a5a5 Android port: add support for hardware keys by Maurus Cuelenaere · 14 years ago
  97. 87409a2 Move memset6() declaration to string-extra.h, kills a warning compiling for android since it ships a memory.h. by Thomas Martitz · 14 years ago
  98. 0e2286f Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and a bit further cleanup in main gets rid of a warning when compiling for android. by Thomas Martitz · 14 years ago
  99. c65a8e0 emBIOS backports part four: Add a lot of DEBUGF()s to the FTL code, and return proper error codes instead of panicing in a lot of error cases. by Michael Sparmann · 14 years ago
  100. b4d6d1e emBIOS backports part three: Make the NAND flash driver return more useful error codes if initialization fails. by Michael Sparmann · 14 years ago