| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass more information to FS driver on some ops (TODO bugcheck). | Alex Auvolat | 2015-03-10 | 1 | -36/+39 |
* | Add simple shared memory facility to IPC (no syscall yet) | Alex Auvolat | 2015-03-10 | 1 | -2/+2 |
* | Partial implement VFS pager (enough for ISO9660!) | Alex Auvolat | 2015-03-09 | 1 | -7/+7 |
* | Nullfs now uses pager. | Alex Auvolat | 2015-03-09 | 1 | -79/+37 |
* | Require all fs_handle_t objects to point to a node. | Alex Auvolat | 2015-03-09 | 1 | -3/+3 |
* | 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 | -13/+13 |
* | Change VFS interface : handles no longer visible to underlying FS. | Alex Auvolat | 2015-03-02 | 1 | -99/+50 |
* | Implement fs_subfs (it's simple, really) ; add placeholders for more syscalls | Alex Auvolat | 2015-02-24 | 1 | -1/+1 |
* | Change VFS a bit : the root directory of a fs is now a pointer. Fix tests. | Alex Auvolat | 2015-02-24 | 1 | -4/+5 |
* | Change mode of operation for mmap_file (see readme) | Alex Auvolat | 2015-02-20 | 1 | -1/+2 |
* | Think a bit ; ioctls only on open file descriptors. | Alex Auvolat | 2015-02-20 | 1 | -2/+2 |
* | Remove global locking on handles by VFS ; adapt nullfs. | Alex Auvolat | 2015-02-19 | 1 | -11/+28 |
* | Several things : | Alex Auvolat | 2015-02-19 | 1 | -20/+38 |
* | Make VFS thread-safe, probably. | Alex Auvolat | 2015-02-19 | 1 | -2/+2 |
* | Make nullfs thread-safe (maybe in an overkill manner, but it doesn't cost mut... | Alex Auvolat | 2015-02-19 | 1 | -10/+26 |
* | Change hashtbl memory freeing method | Alex Auvolat | 2015-02-14 | 1 | -4/+4 |
* | Cleanup output. | Alex Auvolat | 2015-02-13 | 1 | -0/+3 |
* | Complete nullfs : create, delete, trunc, read, write | Alex Auvolat | 2015-02-13 | 1 | -9/+157 |
* | Unlink function now called delete() (becaue that's what it does) | Alex Auvolat | 2015-02-13 | 1 | -7/+7 |
* | Begin implementation of nullfs. | Alex Auvolat | 2015-02-12 | 1 | -222/+271 |
* | Add ioctl support in nullfs. | Alex Auvolat | 2015-02-09 | 1 | -1/+13 |
* | Add stating on open files | Alex Auvolat | 2015-02-09 | 1 | -4/+50 |
* | Forgot something | Alex Auvolat | 2015-02-09 | 1 | -1/+3 |
* | Nullfs in good shape : can read a ram file. | Alex Auvolat | 2015-02-09 | 1 | -7/+108 |
* | Work on nullfs | Alex Auvolat | 2015-02-09 | 1 | -7/+143 |
* | Make way for nullfs | Alex Auvolat | 2015-02-09 | 1 | -3/+11 |
* | Start work on filesystems. | Alex Auvolat | 2015-02-09 | 1 | -0/+30 |