aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/fs
Commit message (Collapse)AuthorAgeFilesLines
* Shell begins to be usefull.Alex Auvolat2015-03-131-1/+1
|
* Things are happenning ; lots of bugs.Alex Auvolat2015-03-101-7/+9
|
* Pass more information to FS driver on some ops (TODO bugcheck).Alex Auvolat2015-03-101-7/+7
|
* Partial implement VFS pager (enough for ISO9660!)Alex Auvolat2015-03-091-64/+88
| | | | Also add some debugging facilities (especially stack trace).
* Require all fs_handle_t objects to point to a node.Alex Auvolat2015-03-091-2/+2
|
* Implement select ; add two tests for channels.Alex Auvolat2015-03-081-0/+2
|
* Change prototypes for read, write, readdir, close ; implement blocking IPC.Alex Auvolat2015-03-081-9/+9
|
* 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