Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix process exiting. | Alex Auvolat | 2015-03-11 | 1 | -1/+1 |
| | |||||
* | Rename & cleanup. | Alex Auvolat | 2015-03-10 | 1 | -2/+2 |
| | |||||
* | Nullfs now uses pager. | Alex Auvolat | 2015-03-09 | 1 | -0/+2 |
| | |||||
* | Add pager interface ; implement basic functionnality to replace private maps. | Alex Auvolat | 2015-03-09 | 1 | -6/+9 |
| | |||||
* | Implement some missing syscalls. | Alex Auvolat | 2015-03-07 | 1 | -1/+2 |
| | |||||
* | Process exiting & thread termination. IMPORTANT NOTE FOLLOWS. | Alex Auvolat | 2015-03-04 | 1 | -6/+12 |
| | | | | | | | | Threads may now communicate via wait_on(void* ressource) and resume_on (void* ressource). Previous pause() is replaced by wait_on(current_thread) and resume(thread) by resume_on(thread). wait_on(x) may return false, indicating that the reason for returning is NOT that resume_on(x) was called but something else happenned. Typically false indicates that the curent thread is being killed and must terminate its kernel-land processing as soon as possible. | ||||
* | Implement process termination and cleaning up (not completely though) | Alex Auvolat | 2015-03-03 | 1 | -1/+2 |
| | |||||
* | Add prototypes for process management... | Alex Auvolat | 2015-03-03 | 1 | -4/+27 |
| | |||||
* | Change mode of operation for mmap_file (see readme) | Alex Auvolat | 2015-02-20 | 1 | -1/+17 |
| | |||||
* | Implement basic syscalls... | Alex Auvolat | 2015-02-19 | 1 | -2/+6 |
| | |||||
* | Implement userspace malloc | Alex Auvolat | 2015-02-19 | 1 | -4/+1 |
| | |||||
* | 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 | 1 | -0/+7 |
| | |||||
* | Implement ELF loading ; arrange so that user processes run. | Alex Auvolat | 2015-02-13 | 1 | -1/+5 |
| | |||||
* | Implement switching to usermode. | Alex Auvolat | 2015-02-13 | 1 | -0/+3 |
| | |||||
* | Add stubs for process-related functions. | Alex Auvolat | 2015-02-13 | 1 | -7/+22 |
| | |||||
* | DOES NOT COMPILE | VFS structure change (VFS centralises more stuff) | Alex Auvolat | 2015-02-12 | 1 | -4/+10 |
| | |||||
* | Start work on filesystems. | Alex Auvolat | 2015-02-09 | 1 | -27/+5 |
| | |||||
* | Reorganize all. | Alex Auvolat | 2015-02-09 | 1 | -0/+43 |