Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Setup critical section management for parts that must not be interrupted. | Alex Auvolat | 2015-03-02 | 1 | -0/+4 |
| | |||||
* | Add PCI IDE driver (only PIO mode, no DMA yet.) | Alex Auvolat | 2015-02-24 | 1 | -0/+1 |
| | |||||
* | 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) | ||||
* | Begin implementation of syscalls. | Alex Auvolat | 2015-02-13 | 1 | -5/+5 |
| | |||||
* | Implement some handling of user stuff... | Alex Auvolat | 2015-02-13 | 1 | -4/+9 |
| | |||||
* | Cleanup output. | Alex Auvolat | 2015-02-13 | 1 | -2/+1 |
| | |||||
* | Reorganize all. | Alex Auvolat | 2015-02-09 | 1 | -0/+253 |