Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add syscall for ioctl on open handle | Alex Auvolat | 2015-02-19 | 1 | -3/+9 | |
| | ||||||
* | Several things : | Alex Auvolat | 2015-02-19 | 1 | -1/+1 | |
| | | | | | | | - disambiguate syscall.h : kernel syscall.h moved to sct.h - fix btree_remove_v !! (munmap fucked up stuff before) - make nullfs's directory listing non-exclusive (it actually copies the listing on open() and readdir()'s from that copy) | |||||
* | Implement basic syscalls... | Alex Auvolat | 2015-02-19 | 1 | -2/+6 | |
| | ||||||
* | Implement userspace malloc | Alex Auvolat | 2015-02-19 | 1 | -4/+1 | |
| | ||||||
* | Make VFS thread-safe, probably. | Alex Auvolat | 2015-02-19 | 1 | -8/+23 | |
| | ||||||
* | Moving files. | Alex Auvolat | 2015-02-15 | 1 | -1/+1 | |
| | ||||||
* | Many things : | Alex Auvolat | 2015-02-14 | 1 | -0/+12 | |
| | | | | | | - fix context switching (it actually worked only because of optimizations!) - complete mchmap implementation - adjust elf parser to load binaries correctly even without FM_MMAP | |||||
* | Use btrees to find memory regions. | Alex Auvolat | 2015-02-14 | 1 | -0/+2 | |
| | ||||||
* | Change a bit of structure | Alex Auvolat | 2015-02-14 | 1 | -5/+12 | |
| | ||||||
* | Begin implementation of syscalls. | Alex Auvolat | 2015-02-13 | 2 | -0/+17 | |
| | ||||||
* | Implement ELF loading ; arrange so that user processes run. | Alex Auvolat | 2015-02-13 | 2 | -1/+64 | |
| | ||||||
* | Implement some handling of user stuff... | Alex Auvolat | 2015-02-13 | 1 | -1/+1 | |
| | ||||||
* | Implement switching to usermode. | Alex Auvolat | 2015-02-13 | 2 | -0/+5 | |
| | ||||||
* | Add stubs for process-related functions. | Alex Auvolat | 2015-02-13 | 3 | -12/+28 | |
| | ||||||
* | Prepare for user memory management and usermode code | Alex Auvolat | 2015-02-13 | 3 | -4/+16 | |
| | ||||||
* | Cleanup output. | Alex Auvolat | 2015-02-13 | 1 | -1/+1 | |
| | ||||||
* | Complete nullfs : create, delete, trunc, read, write | Alex Auvolat | 2015-02-13 | 1 | -0/+1 | |
| | ||||||
* | Unlink function now called delete() (becaue that's what it does) | Alex Auvolat | 2015-02-13 | 1 | -4/+4 | |
| | ||||||
* | Change semantics of VFS : | Alex Auvolat | 2015-02-13 | 1 | -3/+11 | |
| | | | | | - 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 | 2 | -12/+9 | |
| | ||||||
* | Adjust nullfs header | Alex Auvolat | 2015-02-12 | 2 | -15/+10 | |
| | ||||||
* | Begin ajusting vfs.c | Alex Auvolat | 2015-02-12 | 1 | -3/+27 | |
| | ||||||
* | kmain.c is kind of an example of how the VFS should be used from the outside... | Alex Auvolat | 2015-02-12 | 1 | -7/+18 | |
| | ||||||
* | DOES NOT COMPILE | VFS structure change (VFS centralises more stuff) | Alex Auvolat | 2015-02-12 | 2 | -17/+55 | |
| | ||||||
* | Add ioctl support in nullfs. | Alex Auvolat | 2015-02-09 | 1 | -3/+4 | |
| | ||||||
* | Add stating on open files | Alex Auvolat | 2015-02-09 | 2 | -11/+3 | |
| | ||||||
* | Nullfs in good shape : can read a ram file. | Alex Auvolat | 2015-02-09 | 2 | -1/+1 | |
| | ||||||
* | Work on nullfs | Alex Auvolat | 2015-02-09 | 2 | -9/+2 | |
| | ||||||
* | Make way for nullfs | Alex Auvolat | 2015-02-09 | 1 | -4/+4 | |
| | ||||||
* | Start work on filesystems. | Alex Auvolat | 2015-02-09 | 4 | -27/+124 | |
| | ||||||
* | Change semantics of pd_map_page to return true on success, false on error. | Alex Auvolat | 2015-02-09 | 1 | -1/+1 | |
| | ||||||
* | Reorganize all. | Alex Auvolat | 2015-02-09 | 12 | -0/+404 | |