aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/user/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* Change VFS interface : handles no longer visible to underlying FS.Alex Auvolat2015-03-021-2/+2
* Implement fs_subfs (it's simple, really) ; add placeholders for more syscallsAlex Auvolat2015-02-241-0/+79
* 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