1. c5886cb Added disk reading code by Linus Nielsen Feltzing · 23 years ago
  2. 03c1285 Made it malloc friendly, and fixed the bss section by Linus Nielsen Feltzing · 23 years ago
  3. 18826d2 SWAB32 is finally working by Linus Nielsen Feltzing · 23 years ago
  4. 01ede91 Removed a few debugf calls by Linus Nielsen Feltzing · 23 years ago
  5. 8083e7a get_next_cluster forgot to byteswap the FAT entry, among others by Linus Nielsen Feltzing · 23 years ago
  6. 114fce0 New cache algorithm by Linus Nielsen Feltzing · 23 years ago
  7. 063a85c More newlib malloc friendly. Proper bss section allocation by Linus Nielsen Feltzing · 23 years ago
  8. 2e2f938 Im stupid by Robert Hak · 23 years ago
  9. b4d8ab6 *** empty log message *** by Robert Hak · 23 years ago
  10. c123fde Minor rewording of questions 17/18 by Robert Hak · 23 years ago
  11. b7104fc Made set_irq_level() and queue_post() interrupt safe by Linus Nielsen Feltzing · 23 years ago
  12. bd262a5 Removed include fcntl.h by Björn Stenberg · 23 years ago
  13. 412917e Added comment by Björn Stenberg · 23 years ago
  14. 1c32179 Added lseek() by Björn Stenberg · 23 years ago
  15. 6a63f91 Updates by Björn Stenberg · 23 years ago
  16. b42773a Added 'apps' by Björn Stenberg · 23 years ago
  17. cd2e5dd Added Stefan Meyer by Daniel Stenberg · 23 years ago
  18. 49b4488 Added 'type' testcase for open/read/close by Björn Stenberg · 23 years ago
  19. 073ce1a Fixed read() for sub-sector requests by Björn Stenberg · 23 years ago
  20. 7dd442b Fixed EOF handling by Björn Stenberg · 23 years ago
  21. 1434714 added icons.c by Daniel Stenberg · 23 years ago
  22. 81948a5 add "icons.c" to the project by Stefan Meyer · 23 years ago
  23. 48d38d9 sleep() always sleeps at least one tick by Linus Nielsen Feltzing · 23 years ago
  24. b900a83 Fixed lame timeout handling and wrong return codes. by Linus Nielsen Feltzing · 23 years ago
  25. 3d05c63 creation by Robert Hak · 23 years ago
  26. 3fd7fe9 Fixed some debug output by Linus Nielsen Feltzing · 23 years ago
  27. d22a3fb added externs from icon.[ch] by Robert Hak · 23 years ago
  28. af5c607 uninitialised variable and better return code check by Daniel Stenberg · 23 years ago
  29. bdc3ff0 add attribute and size to readdir by Stefan Meyer · 23 years ago
  30. 9566349 tick_start() now uses HZ by Linus Nielsen Feltzing · 23 years ago
  31. dc4977d Killed a few bugs. Tested in target. Works fairly good. by Linus Nielsen Feltzing · 23 years ago
  32. 4674e87 my little icons in front of the files/dirs to show what kind of entry it by Daniel Stenberg · 23 years ago
  33. 802740c Create correct shortnames by Björn Stenberg · 23 years ago
  34. 4bd8703 Added open/close/read. read() only works on whole sectors right now. by Björn Stenberg · 23 years ago
  35. 44b1a21 Removed stray bad char by Björn Stenberg · 23 years ago
  36. 3af5a61 rolo by Björn Stenberg · 23 years ago
  37. 96947e3 Fixed makefiles by Björn Stenberg · 23 years ago
  38. 7488832 NULL is not defined when this compiles on Linux, let's avoid that for now by Daniel Stenberg · 23 years ago
  39. e3a12d3 adjusted to build on my solaris box by Daniel Stenberg · 23 years ago
  40. 27dfc7c extended the wrapper layer, we can't depend on much in the "real" dirent by Daniel Stenberg · 23 years ago
  41. 8ae29ff is_dir() is removed, we now read the 'attribute' field from the dirent by Daniel Stenberg · 23 years ago
  42. 4852106 added x11_readdir() proto by Daniel Stenberg · 23 years ago
  43. dd67452 if DIRFUNCTIONS_DEFINED is defined, then don't do the function prototypes by Daniel Stenberg · 23 years ago
  44. 159d448 readdir() wrapper for proper dirent struct emulation in target code by Daniel Stenberg · 23 years ago
  45. 276f62b load rockbox-mode in emacs! by Daniel Stenberg · 23 years ago
  46. a037f0c strtok_r() freshly implemented by yours truly by Daniel Stenberg · 23 years ago
  47. 5993f56 Minor commenting by Linus Nielsen Feltzing · 23 years ago
  48. ba396f0 Added some prototypes by Linus Nielsen Feltzing · 23 years ago
  49. dba731f Serial DMA works by Linus Nielsen Feltzing · 23 years ago
  50. 1e0323a small bugfix by Dave Chapman · 23 years ago
  51. 04fdc1e first implementation of directory scrolling - partly by Stefan Meyer by Dave Chapman · 23 years ago
  52. f830e38 fixed title string in x11 window by Dave Chapman · 23 years ago
  53. ca53250 fixed buffer overflow in setid3v1title by Dave Chapman · 23 years ago
  54. 6904d1a Added note about strtok() not being thread safe by Björn Stenberg · 23 years ago
  55. 27a153e Added atributes by Björn Stenberg · 23 years ago
  56. 40b1f4f Fixed dir parsing by Björn Stenberg · 23 years ago
  57. 697485e compile as SIMULATOR by Daniel Stenberg · 23 years ago
  58. c84439a make debugf() do properly when SIMULATOR is defined, ignore the CRT_DISPLAY by Daniel Stenberg · 23 years ago
  59. 00f090f no more Logf(), only use debugf() by Daniel Stenberg · 23 years ago
  60. 9dff75f compile debug.c from the firmware for logging errors by Daniel Stenberg · 23 years ago
  61. 6c25733 missing #define for VC++ by Stefan Meyer · 23 years ago
  62. ee77969 - added Logf ( maybe it should be defined somewhere else) by Stefan Meyer · 23 years ago
  63. 8dd2fae add / del some files by Stefan Meyer · 23 years ago
  64. 1bd3bc2 Grammer corrections by Robert Hak · 23 years ago
  65. f7e476a Capitalization corrections on menu structure by Robert Hak · 23 years ago
  66. 40fe97b Added menu.c by Robert Hak · 23 years ago
  67. fe6c52c Cleaned up for menu.c/h usage by Robert Hak · 23 years ago
  68. 083e7d4 Initial creation. This removes alot of the cursor and menuing overhead by Robert Hak · 23 years ago
  69. 2370cd4 first docs! ;-) by Daniel Stenberg · 23 years ago
  70. e630d64 no more unistd.h by Daniel Stenberg · 23 years ago
  71. 6220437 some basic docs for simulator hacking by Daniel Stenberg · 23 years ago
  72. a305d31 don't closedir(NULL) by Daniel Stenberg · 23 years ago
  73. a488797 fixed a DIR * leak by Daniel Stenberg · 23 years ago
  74. 98cd745 Added question about when the project expects its first release by Robert Hak · 23 years ago
  75. 82b0d6c Dave's added by Daniel Stenberg · 23 years ago
  76. 0b306a4 Dave Chapman removed the annoying extra slash by Daniel Stenberg · 23 years ago
  77. ff2e651 Dave Chapman's browse subdirs too patch applied by Daniel Stenberg · 23 years ago
  78. 551d836 corrected a few errors by Linus Nielsen Feltzing · 23 years ago
  79. 55fec17 Failed attempt to use DMA by Linus Nielsen Feltzing · 23 years ago
  80. c62a085 *** empty log message *** by Linus Nielsen Feltzing · 23 years ago
  81. ac20ed5 Testing tick functions by Linus Nielsen Feltzing · 23 years ago
  82. 70109b9 corrected a prototype by Linus Nielsen Feltzing · 23 years ago
  83. 9e142da Added tick and interrupt level functions by Linus Nielsen Feltzing · 23 years ago
  84. 011f1d3 Disable interrupt only in target by Linus Nielsen Feltzing · 23 years ago
  85. 6c2accf Disable interrupt by Linus Nielsen Feltzing · 23 years ago
  86. 324cfa4 *** empty log message *** by Linus Nielsen Feltzing · 23 years ago
  87. 75e8cbb Dave Chapman found a problem in the id3v1 tag reading, and provided this fix! by Daniel Stenberg · 23 years ago
  88. 5a83367 removed read_file_into_buffer() by Daniel Stenberg · 23 years ago
  89. b48a4fa modified proto by Daniel Stenberg · 23 years ago
  90. a68445f Changed how indices are read from a playlist. We just can't read the full by Daniel Stenberg · 23 years ago
  91. 03b7886 using the new randomiser, this is_unused_random_in_list() function is not by Daniel Stenberg · 23 years ago
  92. 09552db removed DOS newlines, made it use a static seed for better tests by Daniel Stenberg · 23 years ago
  93. 6e2a248 randomise_playlist() takes a seed argument now by Daniel Stenberg · 23 years ago
  94. 7a186cb adjusted to the differend LCDs and for no LCD at all... :-) by Daniel Stenberg · 23 years ago
  95. 19b25e9 Improved the randomise playlist function pretty major. This one will run by Daniel Stenberg · 23 years ago
  96. cd96302 builds wavey's playlist test harness on Linux/unix by Daniel Stenberg · 23 years ago
  97. c484ae4 builds with Player LCD too by Daniel Stenberg · 23 years ago
  98. 08e2b49 remove printf() by Daniel Stenberg · 23 years ago
  99. 5adb05f void functions don't return values... by Daniel Stenberg · 23 years ago
  100. 83e92b8 minor protection to not re-define O_RDONLY if it is already defined by Daniel Stenberg · 23 years ago