Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Think a bit ; ioctls only on open file descriptors. | Alex Auvolat | 2015-02-20 | 1 | -27/+2 |
| | |||||
* | Add kernel worker threads for handling various tasks (eg. interrupts) | Alex Auvolat | 2015-02-19 | 1 | -0/+6 |
| | |||||
* | Add syscall for ioctl on open handle | Alex Auvolat | 2015-02-19 | 1 | -0/+10 |
| | |||||
* | Several things : | Alex Auvolat | 2015-02-19 | 1 | -2/+2 |
| | | | | | | | - 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 | 1 | -0/+220 |
| | |||||
* | Implement userspace malloc | Alex Auvolat | 2015-02-19 | 1 | -7/+34 |
| | |||||
* | Change a bit of structure | Alex Auvolat | 2015-02-14 | 1 | -9/+19 |
| | |||||
* | Begin implementation of syscalls. | Alex Auvolat | 2015-02-13 | 1 | -0/+64 |