aboutsummaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Things are happenning ; lots of bugs.Alex Auvolat2015-03-102-3/+3
* Add mk_shm syscall ; replace get_mode by fctl.Alex Auvolat2015-03-102-3/+7
* Rename & cleanup.Alex Auvolat2015-03-101-4/+4
* Implement select ; add two tests for channels.Alex Auvolat2015-03-082-4/+7
* Implement missing syscalls.Alex Auvolat2015-03-082-2/+29
* Add tests.Alex Auvolat2015-03-071-3/+3
* Implement some missing syscalls.Alex Auvolat2015-03-072-0/+15
* Add prototypes for process management...Alex Auvolat2015-03-032-7/+3
* Change VFS interface : handles no longer visible to underlying FS.Alex Auvolat2015-03-022-3/+3
* Implement fs_subfs (it's simple, really) ; add placeholders for more syscallsAlex Auvolat2015-02-242-1/+88
* Think a bit ; ioctls only on open file descriptors.Alex Auvolat2015-02-202-7/+3
* Add kernel worker threads for handling various tasks (eg. interrupts)Alex Auvolat2015-02-192-0/+5
* Add syscall for ioctl on open handleAlex Auvolat2015-02-192-0/+4
* Implement basic syscalls...Alex Auvolat2015-02-192-1/+59
* Implement userspace mallocAlex Auvolat2015-02-198-11/+485
* Moving files.Alex Auvolat2015-02-151-1/+1
* 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-133-6/+23
* 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-136-0/+66