aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/fs
Commit message (Collapse)AuthorAgeFilesLines
* Change VFS interface : handles no longer visible to underlying FS.Alex Auvolat2015-03-021-63/+50
|
* Fix calculations in iso9660_fh_readAlex Auvolat2015-02-241-4/+16
|
* Another important lesson.Alex Auvolat2015-02-241-1/+1
|
* Complete ISO9660 impl ; some strange wtf is going on.Alex Auvolat2015-02-241-2/+265
|
* Fix a bug (dispose in pciide should not exist)Alex Auvolat2015-02-241-4/+15
|
* Change VFS a bit : the root directory of a fs is now a pointer. Fix tests.Alex Auvolat2015-02-241-9/+3
|
* More preparation for iso9660Alex Auvolat2015-02-241-2/+31
|
* Make way for ISO 9660 driver.Alex Auvolat2015-02-241-0/+10