aboutsummaryrefslogtreecommitdiff
path: root/src/lib/libkogata
Commit message (Expand)AuthorAgeFilesLines
* Clear screen from GIP client (in login)Alex Auvolat2015-03-112-10/+13
* Begin work on GIP (Graphics Initiation Protocol)Alex Auvolat2015-03-113-2/+345
* Things are happenning ; lots of bugs.Alex Auvolat2015-03-102-3/+3
* 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-196-11/+446
* Add binary tree implementation. NOT TESTED, FULL OF BUGS.Alex Auvolat2015-02-144-0/+6
* Change a bit of structureAlex Auvolat2015-02-141-6/+1
* Begin implementation of syscalls.Alex Auvolat2015-02-132-6/+17
* Implement ELF loading ; arrange so that user processes run.Alex Auvolat2015-02-131-2/+5
* Reorganize code in preparation for user apps.Alex Auvolat2015-02-135-0/+54