Age | Commit message (Expand) | Author |
2006-04-26 | Replaced remaining '#pragma interrupt' with __attribute__((interrupt_handler)... | Jens Arnold |
2005-04-18 | 64 sectors are 64 sectors... | Jens Arnold |
2005-04-18 | Display return code. | Björn Stenberg |
2005-04-18 | rename() requires path on destination name now | Björn Stenberg |
2005-04-18 | Don't create /dir in buildimage | Björn Stenberg |
2005-04-18 | FAT test case builds again | Björn Stenberg |
2004-12-28 | prepared to mount multiple partitions into one logical file system (most usef... | Jörg Hohensohn |
2004-10-01 | test code portable now | Jörg Hohensohn |
2004-04-16 | Added rmdir, and changed atoi() to strtol(), to be able to enter hex values a... | Linus Nielsen Feltzing |
2004-04-15 | Minor corrections for the mkdir function, and some cleanup | Linus Nielsen Feltzing |
2004-01-15 | Implemented the mkdir() function in the FAT32 driver | Linus Nielsen Feltzing |
2004-01-08 | ancient experimental test code not used for 2+ years, removed | Daniel Stenberg |
2004-01-08 | prehistoric stuff never used | Daniel Stenberg |
2004-01-08 | malloc is not used in Rockbox | Daniel Stenberg |
2003-03-16 | initial test code for the snprintf() (and family) function | Daniel Stenberg |
2003-03-10 | Updated with new export dir | Björn Stenberg |
2003-02-14 | The power-saving SLEEP patch by Simon Elén. | Björn Stenberg |
2002-12-03 | Fat test code, for the archives. | Björn Stenberg |
2002-11-14 | Added close() return code checks, and an eof-write test. | Björn Stenberg |
2002-11-12 | Fixed file creation test case for new flags. | Björn Stenberg |
2002-11-11 | Added a truckload of test code. | Björn Stenberg |
2002-11-01 | Added remove() | Björn Stenberg |
2002-10-31 | Added lseek() to chkfile test. | Björn Stenberg |
2002-10-31 | Improved tests. | Björn Stenberg |
2002-10-31 | Fat writing update. File creation now works, though still only short filenames. | Björn Stenberg |
2002-10-30 | Remodeled as a test application | Björn Stenberg |
2002-10-30 | Fat driver test script | Björn Stenberg |
2002-10-23 | 'fat' is now a ommand-line test tool | Björn Stenberg |
2002-10-22 | Fat32 write updates: Nixed some bugs. Basic file creation now works. Todo: Lo... | Björn Stenberg |
2002-10-20 | Snapshot of file writing code. Bugs remain. Only short names are supported yet. | Björn Stenberg |
2002-10-15 | Fat32 test code | Björn Stenberg |
2002-08-08 | Storing the latest fat32 test code | Björn Stenberg |
2002-05-17 | Now uses librockbox.a | Linus Nielsen Feltzing |
2002-05-16 | Added tone and volume control | Linus Nielsen Feltzing |
2002-05-16 | Added dac.o | Linus Nielsen Feltzing |
2002-05-14 | Moved the malloc system into the firmware/malloc/ directory, removed the | Daniel Stenberg |
2002-05-13 | Beginning of an mpeg thread | Linus Nielsen Feltzing |
2002-05-13 | malloc(), best-fit for big blocks, small blocks treated separately, all | Daniel Stenberg |
2002-05-11 | Cleaned up a bit | Linus Nielsen Feltzing |
2002-05-11 | Playing whole song from hard disk | Linus Nielsen Feltzing |
2002-05-09 | Now loads a megabyte and plays it | Linus Nielsen Feltzing |
2002-05-09 | Now loads a song from disk and plays the first part of it | Linus Nielsen Feltzing |
2002-05-09 | Added disk reading code | Linus Nielsen Feltzing |
2002-05-09 | Made it malloc friendly, and fixed the bss section | Linus Nielsen Feltzing |
2002-05-09 | More newlib malloc friendly. Proper bss section allocation | Linus Nielsen Feltzing |
2002-05-08 | Added lseek() | Björn Stenberg |
2002-05-08 | Added 'type' testcase for open/read/close | Björn Stenberg |
2002-05-07 | Added open/close/read. read() only works on whole sectors right now. | Björn Stenberg |
2002-05-06 | Minor commenting | Linus Nielsen Feltzing |
2002-05-06 | Serial DMA works | Linus Nielsen Feltzing |