Age | Commit message (Expand) | Author | Files | Lines |
2019-09-10 | Support exit status for exit/wait | Frans Kaashoek | 1 | -2/+2 |
2019-08-18 | Cosmetic cleanup: fsinit reads sb and calls loginit. initialize icache | Frans Kaashoek | 1 | -3/+3 |
2019-07-30 | Make pin/unpin explicit | Frans Kaashoek | 1 | -0/+2 |
2019-07-29 | Remove B_DIRTY | Frans Kaashoek | 1 | -1/+1 |
2019-07-28 | argptr no longer needed, since copyin checks | Robert Morris | 1 | -1/+0 |
2019-07-27 | split printf into a separate file, to make console.c more like a driver | Robert Morris | 1 | -2/+6 |
2019-07-26 | fetchint isn't used any more | Robert Morris | 1 | -1/+0 |
2019-07-25 | purge x86 stuff from defs.h | Robert Morris | 1 | -30/+0 |
2019-07-24 | rationalize some vm function names | Robert Morris | 1 | -5/+5 |
2019-07-24 | no more PAGEBREAK | Robert Morris | 1 | -1/+0 |
2019-07-23 | simplify kernel mapping calls | Robert Morris | 1 | -1/+1 |
2019-07-22 | fix mapkstack | Frans Kaashoek | 1 | -1/+1 |
2019-07-22 | Clear U bit for second stack page so that it functions as a guard page | Frans Kaashoek | 1 | -1/+2 |
2019-07-19 | One way of supporting a guard page below kstack: allocate kstacks in | Frans Kaashoek | 1 | -0/+2 |
2019-07-02 | try to continue from walk() failing to allocate a page-table page | Robert Morris | 1 | -2/+2 |
2019-07-01 | have fork() fail, not panic, if not enough phys mem | Robert Morris | 1 | -1/+1 |
2019-06-13 | virtio disk driver | Robert Morris | 1 | -0/+5 |
2019-06-11 | separate source into kernel/ user/ mkfs/ | Robert Morris | 1 | -0/+205 |