aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/user/process.c
Commit message (Expand)AuthorAgeFilesLines
* Fix mchmap. Lesson : invalid pointer dereferences happen! with unexpected res...Alex Auvolat2015-02-141-1/+1
* Many things :Alex Auvolat2015-02-141-3/+40
* Use btrees to find memory regions.Alex Auvolat2015-02-141-14/+32
* Add btree_remove_v to selectively remove bindings that have a keyAlex Auvolat2015-02-141-0/+1
* Change hashtbl memory freeing methodAlex Auvolat2015-02-141-2/+2
* Change a bit of structureAlex Auvolat2015-02-141-19/+0
* Begin implementation of syscalls.Alex Auvolat2015-02-131-1/+25
* Implement ELF loading ; arrange so that user processes run.Alex Auvolat2015-02-131-0/+8
* Implement some handling of user stuff...Alex Auvolat2015-02-131-37/+145
* Implement switching to usermode.Alex Auvolat2015-02-131-4/+42
* Add stubs for process-related functions.Alex Auvolat2015-02-131-1/+124
* Start work on filesystems.Alex Auvolat2015-02-091-20/+3
* Reorganize all.Alex Auvolat2015-02-091-0/+30