Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add mk_shm syscall ; replace get_mode by fctl. | Alex Auvolat | 2015-03-10 | 1 | -4/+0 |
| | |||||
* | Pass more information to FS driver on some ops (TODO bugcheck). | Alex Auvolat | 2015-03-10 | 1 | -7/+7 |
| | |||||
* | Partial implement VFS pager (enough for ISO9660!) | Alex Auvolat | 2015-03-09 | 1 | -5/+5 |
| | | | | Also add some debugging facilities (especially stack trace). | ||||
* | Require all fs_handle_t objects to point to a node. | Alex Auvolat | 2015-03-09 | 1 | -27/+33 |
| | |||||
* | Implement select ; add two tests for channels. | Alex Auvolat | 2015-03-08 | 1 | -0/+9 |
| | |||||
* | Change prototypes for read, write, readdir, close ; implement blocking IPC. | Alex Auvolat | 2015-03-08 | 1 | -4/+4 |
| | |||||
* | Change VFS a bit in preparation for IPC code : ... | Alex Auvolat | 2015-03-08 | 1 | -11/+13 |
| | | | | | Handles now have a copy of data and ops, and may reference a null node in the case of an IPC channel. | ||||
* | Change VFS interface : handles no longer visible to underlying FS. | Alex Auvolat | 2015-03-02 | 1 | -24/+13 |
| | |||||
* | Fix VFS reference counting. | Alex Auvolat | 2015-03-02 | 1 | -17/+16 |
| | |||||
* | Implement fs_subfs (it's simple, really) ; add placeholders for more syscalls | Alex Auvolat | 2015-02-24 | 1 | -1/+38 |
| | |||||
* | Change VFS a bit : the root directory of a fs is now a pointer. Fix tests. | Alex Auvolat | 2015-02-24 | 1 | -38/+48 |
| | |||||
* | Change mode of operation for mmap_file (see readme) | Alex Auvolat | 2015-02-20 | 1 | -0/+12 |
| | |||||
* | Think a bit ; ioctls only on open file descriptors. | Alex Auvolat | 2015-02-20 | 1 | -15/+2 |
| | |||||
* | Remove global locking on handles by VFS ; adapt nullfs. | Alex Auvolat | 2015-02-19 | 1 | -28/+4 |
| | |||||
* | Add syscall for ioctl on open handle | Alex Auvolat | 2015-02-19 | 1 | -1/+12 |
| | |||||
* | Make VFS thread-safe, probably. | Alex Auvolat | 2015-02-19 | 1 | -26/+120 |
| | |||||
* | Change hashtbl memory freeing method | Alex Auvolat | 2015-02-14 | 1 | -2/+2 |
| | |||||
* | Complete nullfs : create, delete, trunc, read, write | Alex Auvolat | 2015-02-13 | 1 | -2/+12 |
| | |||||
* | Unlink function now called delete() (becaue that's what it does) | Alex Auvolat | 2015-02-13 | 1 | -2/+2 |
| | |||||
* | Change semantics of VFS : | Alex Auvolat | 2015-02-13 | 1 | -10/+48 |
| | | | | | - nodes can be loaded in ram only once (nodes identified by their path) - unlink() can only be called if the node to be deleted is not used (not in ram) | ||||
* | Begin implementation of nullfs. | Alex Auvolat | 2015-02-12 | 1 | -10/+20 |
| | |||||
* | Adjust nullfs header | Alex Auvolat | 2015-02-12 | 1 | -3/+11 |
| | |||||
* | Implement walk_path_except_last | Alex Auvolat | 2015-02-12 | 1 | -5/+52 |
| | |||||
* | Begin ajusting vfs.c | Alex Auvolat | 2015-02-12 | 1 | -14/+144 |
| | |||||
* | Nullfs in good shape : can read a ram file. | Alex Auvolat | 2015-02-09 | 1 | -3/+8 |
| | |||||
* | Work on nullfs | Alex Auvolat | 2015-02-09 | 1 | -0/+6 |
| | |||||
* | Start work on filesystems. | Alex Auvolat | 2015-02-09 | 1 | -0/+126 |