aboutsummaryrefslogtreecommitdiff
path: root/src/lib/include
Commit message (Expand)AuthorAgeFilesLines
* 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-192-0/+39
* 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