summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-08-23tolerate running out of inodesRobert Morris2-4/+8
2022-08-23Linker script makes binaries bigger; use larger disk so that usertestsFrans Kaashoek1-1/+1
2022-08-23Merge branch 'riscv' into uvm-permFrans Kaashoek11-93/+118
2022-08-23Use simple linker script to force data segment to be page alignedFrans Kaashoek1-8/+6
2022-08-23tolerate out of disk when creating . and .. in mkdir()Robert Morris1-9/+16
2022-08-23don't panic if out of disk space when extending a directory.Robert Morris2-3/+9
2022-08-23Merge branch 'riscv-killed' into riscvFrans Kaashoek6-8/+29
2022-08-22Use pp instead of np to be more consistentFrans Kaashoek1-12/+12
2022-08-22Make argint() and argaddr() of type void (thanks Harry Porter)Frans Kaashoek4-30/+27
2022-08-22Simplify uartputc slightly (thanks Harry Porter)Frans Kaashoek1-13/+9
2022-08-22slightly better commentsRobert Morris2-19/+18
2022-08-17Use uint64 (thanks carlclone and Harry Porter)Frans Kaashoek2-2/+2
2022-08-15Compile user binary to map text without W and data without XFrans Kaashoek1-7/+20
2022-08-12Costmestic change (thanks Harry Porter)Frans Kaashoek1-4/+3
2022-08-12Experiment with being more precise setting permissions for user pages.Frans Kaashoek4-6/+6
2022-08-12Cosmetic change (thanks Harry Porter)Frans Kaashoek1-1/+1
2022-08-12cosmetic changes (thanks Harry Porter)Frans Kaashoek3-19/+20
2022-08-12cosmetic changes (thanks Harry Porter)Frans Kaashoek3-10/+10
2022-08-12Delete rtcdate, which is a left-over from an old lab (thanks Harry Porter)Frans Kaashoek2-9/+0
2022-08-12Add USED to states (thanks Harry Porter)Frans Kaashoek1-0/+2
2022-08-11Use p->lock to read p->killedFrans Kaashoek3-3/+17
2022-08-11Use atomic store_n and load_nFrans Kaashoek2-3/+3
2022-08-11Clean up using killed()Frans Kaashoek6-7/+14
2022-08-10Read and write p->killed using atomicsFrans Kaashoek5-9/+9
2022-08-10put walk() in defs.h so it's clear students can call itRobert Morris1-0/+1
2022-08-10tolerate running out of disk blocksRobert Morris1-11/+31
2022-08-10Merge branch 'riscv' of g.csail.mit.edu:xv6-dev into riscvRobert Morris2-1/+2
2022-08-10comment nitsRobert Morris2-2/+3
2022-08-09fix 'kfree' comment in kalloc.cWaheedHafez1-1/+1
2022-08-09Added missing va_end().Ravjot Singh Samra1-0/+1
2022-08-09nothing muchRobert Morris5-15/+21
2022-08-09comment nitsRobert Morris4-19/+23
2022-08-09Merge branch 'riscv' of g.csail.mit.edu:xv6-dev into riscvRobert Morris2-8/+0
2022-08-09commentRobert Morris1-0/+1
2022-08-09sscratch cleanupRobert Morris2-8/+0
2022-08-09adopt github PR98 (No need to store TRAPFRAME in sscratch register)Robert Morris3-26/+31
2022-08-08tweak virtio commentsRobert Morris2-4/+4
2021-10-17port virtio_disk to virtio spec 1.0+Xi Wang2-37/+51
2021-09-01memmove(dst, src, 0) leads to overflow in `while(n-- > 0)` as `n` is uint64 (...Frans Kaashoek1-0/+3
2021-08-31fix ld warning: undefined symbol _entryyzhu1-0/+1
2021-08-31commentPavan Maddamsetti1-1/+1
2021-08-31exec() only accepts MAXARG argumentsl0stman1-1/+1
2021-08-31Assert that the size in mappages() is always positivel0stman1-1/+4
2021-08-31Change `inode cache` in main.c to `inode table`kimjungwow1-1/+1
2021-08-31I fixed a typo in the comment.amane-uehara1-1/+1
2021-08-31Remove setproc prototypeOptimisticSide1-1/+0
2021-08-31fix comment for 'sepc'Vadim Kolontsov1-1/+1
2021-08-31fix typos in user/usertest.c & kernel/log.cFIXED-TERM Chen Ian (BT-CO/QMM5)1-1/+1
2021-08-30Configure PMP at bootJonathan Behrens2-0/+17
2021-08-10check for alignment just onceRobert Morris1-4/+1