aboutsummaryrefslogtreecommitdiff
path: root/src/common/include
Commit message (Expand)AuthorAgeFilesLines
* Think a bit ; ioctls only on open file descriptors.Alex Auvolat2015-02-202-4/+5
* Add kernel worker threads for handling various tasks (eg. interrupts)Alex Auvolat2015-02-192-4/+6
* Add syscall for ioctl on open handleAlex Auvolat2015-02-192-2/+4
* Implement basic syscalls...Alex Auvolat2015-02-191-22/+22
* Implement userspace mallocAlex Auvolat2015-02-191-0/+6
* Moving files.Alex Auvolat2015-02-151-0/+0
* Add btree_remove_v to selectively remove bindings that have a keyAlex Auvolat2015-02-141-0/+2
* Add binary tree implementation. NOT TESTED, FULL OF BUGS.Alex Auvolat2015-02-143-23/+79
* Change hashtbl memory freeing methodAlex Auvolat2015-02-141-3/+8
* Begin implementation of syscalls.Alex Auvolat2015-02-131-0/+40
* Begin implementation of nullfs.Alex Auvolat2015-02-122-1/+8
* Begin ajusting vfs.cAlex Auvolat2015-02-121-0/+2
* kmain.c is kind of an example of how the VFS should be used from the outside...Alex Auvolat2015-02-121-1/+1
* DOES NOT COMPILE | VFS structure change (VFS centralises more stuff)Alex Auvolat2015-02-121-5/+24
* Add stating on open filesAlex Auvolat2015-02-091-0/+17
* Work on nullfsAlex Auvolat2015-02-091-6/+6
* Make way for nullfsAlex Auvolat2015-02-091-0/+1
* Change readme, remove unused code, changed hashtbl to add key freeing function.Alex Auvolat2015-02-093-44/+8
* Reorganize all.Alex Auvolat2015-02-098-0/+193