summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-07-02try to continue from walk() failing to allocate a page-table pageRobert Morris
2019-07-02avoid allocproc() returning a struct proc with non-zero p->szRobert Morris
2019-07-02COW testsRobert Morris
2019-07-02don't enable interrupts until done with sstatus, scause, &cRobert Morris
2019-07-01have fork() fail, not panic, if not enough phys memRobert Morris
2019-07-01sbrk() returns a pointer, so it should be 64 bitsRobert Morris
2019-07-01oops, don't hold mycpu() result across intr_off()Robert Morris
2019-07-01timer interrupt in the kernel -> yieldRobert Morris
2019-07-01xFrans Kaashoek
2019-07-01Introduce alloc3_desc and UsedArea to make code easier to readFrans Kaashoek
2019-06-13FD_DEVICERobert Morris
2019-06-13for spinlocks, use gcc intrinsics, but say what they compile toRobert Morris
2019-06-13clean up virtio codeRobert Morris
2019-06-13eliminate ramdiskRobert Morris
2019-06-13virtio disk driverRobert Morris
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris