Age | Commit message (Expand) | Author |
2021-08-05 | disk.c ensure a valid volume is returned from get_free_volume() | William Wilgus |
2020-08-20 | Revert root_redirect :( | William Wilgus |
2020-08-20 | Multiboot Firmware Root Redirect | William Wilgus |
2020-08-20 | Allow mounting of any directory as the root directory. | William Wilgus |
2020-08-20 | Revert g#1612 | William Wilgus |
2020-06-30 | Try mounting as "superfloppy" first | Moshe Piekarski |
2020-06-30 | Also remove the fat_partition_types array. | Moshe Piekarski |
2020-06-30 | Allow any partition type, not just known FAT types. | Moshe Piekarski |
2019-11-15 | MultiBoot_Firmware Fix red for bootloaders | William Wilgus |
2019-11-15 | MultiBoot_Firmware | William Wilgus |
2017-02-06 | Fix a bug in disk.c that really wasn't affecting anything. | Michael Sevakis |
2014-08-30 | Rewrite filesystem code (WIP) | Michael Sevakis |
2013-11-20 | Introduce volume_{present,removable} and fix invalid calls in apps/ | Amaury Pouly |
2013-08-17 | Cleanup MV/MD macros a little. | Michael Sevakis |
2011-12-19 | disk: fix sector multiplier init, also remove a test which has became obsolete | Amaury Pouly |
2011-12-15 | Really fix red | Amaury Pouly |
2011-12-15 | Fix red | Amaury Pouly |
2011-12-15 | Add support for for per-drive logical sector size. This allows targets to hav... | Amaury Pouly |
2011-10-02 | revert r30566 and r30567 to fix FS#12294 (superfloppy not mounting) | Robert Kukla |
2011-09-17 | Also remove the fat_partition_types array. | Torne Wuff |
2011-09-17 | Allow any partition type, not just known FAT types. | Torne Wuff |
2011-02-27 | iPod Classic CE-ATA Support (Part 2 of 4: Remove on-stack sector buffers, and... | Michael Sparmann |
2011-01-02 | Autodetect sector size on superfloppy volumes based on the FAT32 BPB (kudos t... | Michael Sparmann |
2010-11-28 | Accept FS#11774 by Michael Hohmuth (with some own modifications to #ifdef con... | Frank Gevaerts |
2010-06-06 | Make disk_init() non-static again. I forgot to look at the bootloaders | Frank Gevaerts |
2010-06-06 | Remove card_enable_monitoring() and use a mutex instead. The card_enable_moni... | Frank Gevaerts |
2010-06-05 | remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots... | Frank Gevaerts |
2010-05-20 | disk/file: Do not use & on arrays | Rafaël Carré |
2010-04-03 | Add IO priority handling. Currently all IO has equal priority, except the dir... | Frank Gevaerts |
2009-10-02 | Patch #1 from FS#10633 (Nano 2G developments) by Michael Sparmann - Allows ta... | Dave Chapman |
2009-07-17 | Commit FS#9545, storage cleanup and multi-driver support | Frank Gevaerts |
2008-11-09 | drive might be used uninitialized, prevent that | Rafaël Carré |
2008-11-02 | implement single-driver storage layer with macros instead of inlines | Frank Gevaerts |
2008-11-01 | Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ... | Frank Gevaerts |
2008-09-07 | ZVM: | Maurus Cuelenaere |
2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg |
2008-05-15 | Check for a supported partition type before trying to mount a partition. This... | Jens Arnold |
2008-05-14 | 1) Use a separate config-<target>.h for Zen Vision(:M) (60GB) | Maurus Cuelenaere |
2008-05-05 | Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ... | Nicolas Pennequin |
2008-04-24 | Commit whole Creative Zen Vision:M target tree + all related firmware/ | Maurus Cuelenaere |
2008-03-12 | Hotswap code shuffling: Fix yellow. Simplify some target function access. Kee... | Michael Sevakis |
2008-03-12 | Do some crackdown on kernel object reinitialization after they could be in us... | Michael Sevakis |
2008-03-09 | enable partition probing for superfloppy targets; hanging was caused by out-o... | Robert Kukla |
2008-02-11 | Major USB fixes by Frank Gevaerts. Still disabled in builds, #define USE_ROCK... | Björn Stenberg |
2008-01-09 | Initial commit for the Olympus m:robe 100 port (PP5020). The LCD driver works... | Mark Arigo |
2007-11-27 | Oops. Fix yellow. | Nicolas Pennequin |
2007-11-27 | * Make the Gigabeat S bootloader a bit more interesting: it looks for the fir... | Nicolas Pennequin |
2007-07-20 | Makes apps and plugins interract with directories using a posix-like api inst... | Kevin Ferrare |
2007-06-30 | Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so... | Michael Sevakis |
2007-05-23 | ATA driver: * Support for drives with large physical sectors and no support f... | Jens Arnold |