Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Require all fs_handle_t objects to point to a node. | Alex Auvolat | 2015-03-09 | 1 | -2/+2 |
* | Implement select ; add two tests for channels. | Alex Auvolat | 2015-03-08 | 1 | -0/+2 |
* | Change prototypes for read, write, readdir, close ; implement blocking IPC. | Alex Auvolat | 2015-03-08 | 1 | -9/+9 |
* | Change VFS interface : handles no longer visible to underlying FS. | Alex Auvolat | 2015-03-02 | 1 | -63/+50 |
* | Fix calculations in iso9660_fh_read | Alex Auvolat | 2015-02-24 | 1 | -4/+16 |
* | Another important lesson. | Alex Auvolat | 2015-02-24 | 1 | -1/+1 |
* | Complete ISO9660 impl ; some strange wtf is going on. | Alex Auvolat | 2015-02-24 | 1 | -2/+265 |
* | Fix a bug (dispose in pciide should not exist) | Alex Auvolat | 2015-02-24 | 1 | -4/+15 |
* | Change VFS a bit : the root directory of a fs is now a pointer. Fix tests. | Alex Auvolat | 2015-02-24 | 1 | -9/+3 |
* | More preparation for iso9660 | Alex Auvolat | 2015-02-24 | 1 | -2/+31 |
* | Make way for ISO 9660 driver. | Alex Auvolat | 2015-02-24 | 1 | -0/+10 |