aboutsummaryrefslogtreecommitdiff
path: root/src/lib/libkogata/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* Move stuff around, againAlex Auvolat2016-07-151-203/+0
* Things are happenning ; lots of bugs.Alex Auvolat2015-03-101-1/+1
* Add mk_shm syscall ; replace get_mode by fctl.Alex Auvolat2015-03-101-2/+5
* Implement select ; add two tests for channels.Alex Auvolat2015-03-081-3/+5
* Implement missing syscalls.Alex Auvolat2015-03-081-0/+21
* Add tests.Alex Auvolat2015-03-071-3/+3
* Implement some missing syscalls.Alex Auvolat2015-03-071-0/+14
* Add prototypes for process management...Alex Auvolat2015-03-031-5/+2
* 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/+73
* Think a bit ; ioctls only on open file descriptors.Alex Auvolat2015-02-201-5/+2
* Add kernel worker threads for handling various tasks (eg. interrupts)Alex Auvolat2015-02-191-0/+4
* Add syscall for ioctl on open handleAlex Auvolat2015-02-191-0/+3
* Implement basic syscalls...Alex Auvolat2015-02-191-1/+42
* Implement userspace mallocAlex Auvolat2015-02-191-3/+33
* Add binary tree implementation. NOT TESTED, FULL OF BUGS.Alex Auvolat2015-02-141-0/+2
* Change a bit of structureAlex Auvolat2015-02-141-6/+1
* Begin implementation of syscalls.Alex Auvolat2015-02-131-2/+13
* Reorganize code in preparation for user apps.Alex Auvolat2015-02-131-0/+10