Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make way for ISO 9660 driver. | Alex Auvolat | 2015-02-24 | 2 | -1/+14 | |
| | ||||||
* | Think a bit ; ioctls only on open file descriptors. | Alex Auvolat | 2015-02-20 | 2 | -4/+5 | |
| | ||||||
* | Add kernel worker threads for handling various tasks (eg. interrupts) | Alex Auvolat | 2015-02-19 | 2 | -4/+6 | |
| | ||||||
* | Add syscall for ioctl on open handle | Alex Auvolat | 2015-02-19 | 2 | -2/+4 | |
| | ||||||
* | Several things : | Alex Auvolat | 2015-02-19 | 1 | -1/+1 | |
| | | | | | | | - disambiguate syscall.h : kernel syscall.h moved to sct.h - fix btree_remove_v !! (munmap fucked up stuff before) - make nullfs's directory listing non-exclusive (it actually copies the listing on open() and readdir()'s from that copy) | |||||
* | Implement basic syscalls... | Alex Auvolat | 2015-02-19 | 2 | -23/+23 | |
| | ||||||
* | Implement userspace malloc | Alex Auvolat | 2015-02-19 | 1 | -0/+6 | |
| | ||||||
* | Add precision to common readme | Alex Auvolat | 2015-02-15 | 1 | -1/+1 | |
| | ||||||
* | Moving files. | Alex Auvolat | 2015-02-15 | 2 | -2/+2 | |
| | ||||||
* | Add btree_remove_v to selectively remove bindings that have a key | Alex Auvolat | 2015-02-14 | 2 | -0/+57 | |
| | ||||||
* | Add lower/upper bound test ; fix id_key_cmp_fun. | Alex Auvolat | 2015-02-14 | 2 | -1/+2 | |
| | ||||||
* | Add first btree test ; fix first btree test. | Alex Auvolat | 2015-02-14 | 1 | -3/+3 | |
| | ||||||
* | Add binary tree implementation. NOT TESTED, FULL OF BUGS. | Alex Auvolat | 2015-02-14 | 7 | -68/+441 | |
| | ||||||
* | Change hashtbl memory freeing method | Alex Auvolat | 2015-02-14 | 2 | -22/+47 | |
| | ||||||
* | Begin implementation of syscalls. | Alex Auvolat | 2015-02-13 | 2 | -1/+41 | |
| | ||||||
* | Reorganize code in preparation for user apps. | Alex Auvolat | 2015-02-13 | 10 | -12/+41 | |
| | ||||||
* | Begin implementation of nullfs. | Alex Auvolat | 2015-02-12 | 4 | -5/+12 | |
| | ||||||
* | Begin ajusting vfs.c | Alex Auvolat | 2015-02-12 | 2 | -1/+21 | |
| | ||||||
* | kmain.c is kind of an example of how the VFS should be used from the outside... | Alex Auvolat | 2015-02-12 | 1 | -1/+1 | |
| | ||||||
* | DOES NOT COMPILE | VFS structure change (VFS centralises more stuff) | Alex Auvolat | 2015-02-12 | 1 | -5/+24 | |
| | ||||||
* | Add stating on open files | Alex Auvolat | 2015-02-09 | 1 | -0/+17 | |
| | ||||||
* | Remove file that shouldn't be here. | Alex Auvolat | 2015-02-09 | 1 | -0/+0 | |
| | ||||||
* | Work on nullfs | Alex Auvolat | 2015-02-09 | 3 | -14/+15 | |
| | ||||||
* | Make way for nullfs | Alex Auvolat | 2015-02-09 | 3 | -0/+9 | |
| | ||||||
* | Start work on filesystems. | Alex Auvolat | 2015-02-09 | 1 | -3/+2 | |
| | ||||||
* | Rebrand | Alex Auvolat | 2015-02-09 | 1 | -0/+1 | |
| | ||||||
* | Change readme, remove unused code, changed hashtbl to add key freeing function. | Alex Auvolat | 2015-02-09 | 8 | -213/+26 | |
| | ||||||
* | Reorganize all. | Alex Auvolat | 2015-02-09 | 17 | -0/+1075 | |