aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
...
* Make way for ISO 9660 driver.Alex Auvolat2015-02-242-1/+14
* 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
* Several things :Alex Auvolat2015-02-191-1/+1
* Implement basic syscalls...Alex Auvolat2015-02-192-23/+23
* Implement userspace mallocAlex Auvolat2015-02-191-0/+6
* Add precision to common readmeAlex Auvolat2015-02-151-1/+1
* Moving files.Alex Auvolat2015-02-152-2/+2
* Add btree_remove_v to selectively remove bindings that have a keyAlex Auvolat2015-02-142-0/+57
* Add lower/upper bound test ; fix id_key_cmp_fun.Alex Auvolat2015-02-142-1/+2
* Add first btree test ; fix first btree test.Alex Auvolat2015-02-141-3/+3
* Add binary tree implementation. NOT TESTED, FULL OF BUGS.Alex Auvolat2015-02-147-68/+441
* Change hashtbl memory freeing methodAlex Auvolat2015-02-142-22/+47
* Begin implementation of syscalls.Alex Auvolat2015-02-132-1/+41
* Reorganize code in preparation for user apps.Alex Auvolat2015-02-1310-12/+41
* Begin implementation of nullfs.Alex Auvolat2015-02-124-5/+12
* Begin ajusting vfs.cAlex Auvolat2015-02-122-1/+21
* 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
* Remove file that shouldn't be here.Alex Auvolat2015-02-091-0/+0
* Work on nullfsAlex Auvolat2015-02-093-14/+15
* Make way for nullfsAlex Auvolat2015-02-093-0/+9
* Start work on filesystems.Alex Auvolat2015-02-091-3/+2
* RebrandAlex Auvolat2015-02-091-0/+1
* Change readme, remove unused code, changed hashtbl to add key freeing function.Alex Auvolat2015-02-098-213/+26
* Reorganize all.Alex Auvolat2015-02-0917-0/+1075