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