summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-11-19More recording stability, plus some feedbackLinus Nielsen Feltzing
2002-11-19Now sets the correct frequencyLinus Nielsen Feltzing
2002-11-19Removed some debug output.Björn Stenberg
2002-11-19Added rename()Björn Stenberg
2002-11-19Fixed some sim build errorsLinus Nielsen Feltzing
2002-11-19Now uses IRQ for DEMAND instead of polling. This should improve the playback ...Linus Nielsen Feltzing
2002-11-18Bug fixes: 1) add_dir_entry() would update end-of-dir marker even when not su...Björn Stenberg
2002-11-18Added longname handling to fat_remove().Björn Stenberg
2002-11-15Long filename support added. (fat_remove() not updated yet.)Björn Stenberg
2002-11-15Cleaned up dir handling further.Björn Stenberg
2002-11-14Added check to avoid FAT sector 0 panic.Björn Stenberg
2002-11-14Flush sector cache before truncating.Björn Stenberg
2002-11-14Added close() return code checks, and an eof-write test.Björn Stenberg
2002-11-14Added translated disk strings & recording stringArnaud de Bonald
2002-11-13creat() now includes the O_TRUNC flag.Björn Stenberg
2002-11-13Slightly more correct saving when recordingLinus Nielsen Feltzing
2002-11-13Directories are now handled as files, using fat_readwrite() instead of ata_re...Björn Stenberg
2002-11-13mpeg_stop() now yields to ensure that the mpeg is stopped when it returnsLinus Nielsen Feltzing
2002-11-13Forgot to set the gain when entering the recording screenLinus Nielsen Feltzing
2002-11-12No stops MP3 playback when entering the recording screenLinus Nielsen Feltzing
2002-11-12Fixed broken unicode_munge()Linus Nielsen Feltzing
2002-11-12Added extra safety checks.Björn Stenberg
2002-11-12Added dummy fat_size() to make it linkDaniel Stenberg
2002-11-12Added disk space to Info menu item. (Players press + to see it.)Björn Stenberg
2002-11-12Fixed file creation test case for new flags.Björn Stenberg
2002-11-12Added '*PANIC*' string. Line is now wrapped on recorders. LED blinks slowly t...Björn Stenberg
2002-11-12will rockbox support other players?Robert Hak
2002-11-11use the protos on the simulator as well, this should kill a warningDaniel Stenberg
2002-11-11Correct flags to the open() call when recordingLinus Nielsen Feltzing
2002-11-11Cosmetic: Replaced dozens of openfiles[fd] with 'file' pointers.Björn Stenberg
2002-11-11Bugfix: Flags work better when they're binary...Björn Stenberg
2002-11-11Added a truckload of test code.Björn Stenberg
2002-11-11Added support for O_CREAT, O_APPEND and O_TRUNC.Björn Stenberg
2002-11-11Added ftruncate().Björn Stenberg
2002-11-11Added support for O_RDWR and lseek() while writing.Björn Stenberg
2002-11-11Added a timeout debug panic for the recording DMA protocolLinus Nielsen Feltzing
2002-11-11Now reloads the dir when leaving the recording screenLinus Nielsen Feltzing
2002-11-11Mic gain was improperly savedLinus Nielsen Feltzing
2002-11-11Bug fix for previous commit: write() always returned 0 on even sector writes.Björn Stenberg
2002-11-11close() now does not truncate the file.Björn Stenberg
2002-11-11Now the docs dir is mandatory when building rockboxLinus Nielsen Feltzing
2002-11-11Now applies the selected options properly when exiting the setup menuLinus Nielsen Feltzing
2002-11-10Recording settings are now persistent. Added a Recording Settings menuLinus Nielsen Feltzing
2002-11-10An attempt to support older recorder modelsLinus Nielsen Feltzing
2002-11-10Added recording functionalityLinus Nielsen Feltzing
2002-11-10Added recording functionalityLinus Nielsen Feltzing
2002-11-09Greg's improved fat_cache_sector() function, now updates the second FATLinus Nielsen Feltzing
2002-11-08fat_cache_sector() wrote to the wrong sector when flushing an entry. Thanks t...Linus Nielsen Feltzing
2002-11-08Added details about screwdriversBjörn Stenberg
2002-11-07Changed return code of ata_write_sectors() to be the same as for ata_read_sec...Björn Stenberg