aboutsummaryrefslogtreecommitdiff
path: root/src/common/include/syscallproto.h
Commit message (Expand)AuthorAgeFilesLines
* Rename & cleanup.Alex Auvolat2015-03-101-89/+0
* Implement select ; add two tests for channels.Alex Auvolat2015-03-081-2/+2
* Implement missing syscalls.Alex Auvolat2015-03-081-3/+9
* Tokens.Alex Auvolat2015-03-081-13/+17
* Implement some missing syscalls.Alex Auvolat2015-03-071-2/+5
* Add prototypes for process management...Alex Auvolat2015-03-031-14/+4
* Change VFS interface : handles no longer visible to underlying FS.Alex Auvolat2015-03-021-1/+1
* Implement fs_subfs (it's simple, really) ; add placeholders for more syscallsAlex Auvolat2015-02-241-8/+52
* Think a bit ; ioctls only on open file descriptors.Alex Auvolat2015-02-201-4/+4
* Add kernel worker threads for handling various tasks (eg. interrupts)Alex Auvolat2015-02-191-0/+1
* Add syscall for ioctl on open handleAlex Auvolat2015-02-191-2/+3
* Implement basic syscalls...Alex Auvolat2015-02-191-22/+22
* Moving files.Alex Auvolat2015-02-151-0/+40