Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PCI enumeration ; rename dev:/ to io:/ | Alex Auvolat | 2015-02-24 | 1 | -3/+3 |
| | |||||
* | Userland test infrastructure | Alex Auvolat | 2015-02-19 | 1 | -26/+1 |
| | |||||
* | Several things : | Alex Auvolat | 2015-02-19 | 1 | -18/+21 |
| | | | | | | | - 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/+25 |
| | |||||
* | Implement userspace malloc | Alex Auvolat | 2015-02-19 | 2 | -0/+27 |
| | |||||
* | Moving files. | Alex Auvolat | 2015-02-15 | 1 | -2/+0 |
| | |||||
* | Add binary tree implementation. NOT TESTED, FULL OF BUGS. | Alex Auvolat | 2015-02-14 | 1 | -0/+1 |
| | |||||
* | Begin implementation of syscalls. | Alex Auvolat | 2015-02-13 | 2 | -3/+7 |
| | |||||
* | Implement ELF loading ; arrange so that user processes run. | Alex Auvolat | 2015-02-13 | 1 | -1/+1 |
| | |||||
* | Reorganize code in preparation for user apps. | Alex Auvolat | 2015-02-13 | 3 | -0/+53 |