aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/include/process.h
Commit message (Expand)AuthorAgeFilesLines
* Fix process exiting.Alex Auvolat2015-03-111-1/+1
* Rename & cleanup.Alex Auvolat2015-03-101-2/+2
* Nullfs now uses pager.Alex Auvolat2015-03-091-0/+2
* Add pager interface ; implement basic functionnality to replace private maps.Alex Auvolat2015-03-091-6/+9
* Implement some missing syscalls.Alex Auvolat2015-03-071-1/+2
* Process exiting & thread termination. IMPORTANT NOTE FOLLOWS.Alex Auvolat2015-03-041-6/+12
* Implement process termination and cleaning up (not completely though)Alex Auvolat2015-03-031-1/+2
* Add prototypes for process management...Alex Auvolat2015-03-031-4/+27
* Change mode of operation for mmap_file (see readme)Alex Auvolat2015-02-201-1/+17
* Implement basic syscalls...Alex Auvolat2015-02-191-2/+6
* Implement userspace mallocAlex Auvolat2015-02-191-4/+1
* Use btrees to find memory regions.Alex Auvolat2015-02-141-0/+2
* Change a bit of structureAlex Auvolat2015-02-141-5/+12
* Begin implementation of syscalls.Alex Auvolat2015-02-131-0/+7
* Implement ELF loading ; arrange so that user processes run.Alex Auvolat2015-02-131-1/+5
* Implement switching to usermode.Alex Auvolat2015-02-131-0/+3
* Add stubs for process-related functions.Alex Auvolat2015-02-131-7/+22
* DOES NOT COMPILE | VFS structure change (VFS centralises more stuff)Alex Auvolat2015-02-121-4/+10
* Start work on filesystems.Alex Auvolat2015-02-091-27/+5
* Reorganize all.Alex Auvolat2015-02-091-0/+43