aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/user/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* Think a bit ; ioctls only on open file descriptors.Alex Auvolat2015-02-201-27/+2
* Add kernel worker threads for handling various tasks (eg. interrupts)Alex Auvolat2015-02-191-0/+6
* Add syscall for ioctl on open handleAlex Auvolat2015-02-191-0/+10
* Several things :Alex Auvolat2015-02-191-2/+2
* Implement basic syscalls...Alex Auvolat2015-02-191-0/+220
* Implement userspace mallocAlex Auvolat2015-02-191-7/+34
* Change a bit of structureAlex Auvolat2015-02-141-9/+19
* Begin implementation of syscalls.Alex Auvolat2015-02-131-0/+64