aboutsummaryrefslogtreecommitdiff
path: root/src/lib/include/syscall.h
Commit message (Collapse)AuthorAgeFilesLines
* Add mk_shm syscall ; replace get_mode by fctl.Alex Auvolat2015-03-101-1/+2
|
* Rename & cleanup.Alex Auvolat2015-03-101-4/+4
|
* Implement select ; add two tests for channels.Alex Auvolat2015-03-081-1/+2
|
* Implement missing syscalls.Alex Auvolat2015-03-081-2/+8
|
* Implement some missing syscalls.Alex Auvolat2015-03-071-0/+1
|
* Add prototypes for process management...Alex Auvolat2015-03-031-2/+1
|
* 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-1/+15
|
* Think a bit ; ioctls only on open file descriptors.Alex Auvolat2015-02-201-2/+1
|
* 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-0/+1
|
* Implement basic syscalls...Alex Auvolat2015-02-191-0/+17
|
* Implement userspace mallocAlex Auvolat2015-02-191-0/+5
|
* Moving files.Alex Auvolat2015-02-151-1/+1
|
* Begin implementation of syscalls.Alex Auvolat2015-02-131-0/+6
|
* Reorganize code in preparation for user apps.Alex Auvolat2015-02-131-0/+12