summaryrefslogtreecommitdiff
path: root/user
AgeCommit message (Expand)AuthorFilesLines
2024-02-16Merge branch 'lock' into threadMole Shang23-0/+1825
2024-02-16lab lock/bcache: finishMole Shang1-0/+2
2024-02-14Merge branch 'net' into lockMole Shang18-2/+1282
2024-02-13Merge branch 'cow' into netMole Shang17-40/+971
2024-02-11Merge branch 'traps' into cowMole Shang15-0/+791
2024-02-11lab traps: finishtrapsMole Shang2-0/+4
2024-02-10Merge branch 'pgtbl' into trapsMole Shang12-0/+567
2024-02-10lab pgtbl: finishpgtblMole Shang1-2/+2
2024-02-05lab syscall: finishMole Shang4-0/+185
2024-02-05lab util: finishMole Shang6-0/+287
2024-01-02xRobert Morris2-0/+135
2023-10-30lock: release labSanjit Bhat6-0/+408
2023-10-26net add missing filesSanjit Bhat2-0/+349
2023-10-25release lab netSanjit Bhat2-0/+11
2023-10-03thread0 state free upon completionSanjit Bhat1-4/+3
2023-09-13release lab threadSanjit Bhat2-0/+173
2023-09-13release lab cowSanjit Bhat1-0/+197
2023-09-13release trapsSanjit Bhat3-0/+220
2023-09-083rd labRobert Morris4-0/+95
2022-10-04fix copyout() to refuse to write a read-only pageRobert Morris1-8/+10
2022-09-11Use O_RDONLY instead of 0Frans Kaashoek4-4/+8
2022-08-25Separate tests in slow and quick. The slow tests run xv6 out ofFrans Kaashoek1-251/+278
2022-08-24sfence before writing satp, as well as afterRobert Morris1-2/+3
2022-08-23tolerate running out of inodesRobert Morris1-5/+40
2022-08-23Rename test to textwriteFrans Kaashoek1-2/+2
2022-08-23Merge branch 'riscv' into uvm-permFrans Kaashoek3-2/+38
2022-08-23Use simple linker script to force data segment to be page alignedFrans Kaashoek1-0/+36
2022-08-23tolerate out of disk when creating . and .. in mkdir()Robert Morris1-0/+5
2022-08-23don't panic if out of disk space when extending a directory.Robert Morris1-0/+30
2022-08-22Add ref to this nice page about Chapter 9's regexp matcherFrans Kaashoek1-1/+2
2022-08-17xFrans Kaashoek1-1/+1
2022-08-15Compile user binary to map text without W and data without XFrans Kaashoek1-3/+28
2022-08-15Run tests in the order in which they appear in the fileFrans Kaashoek1-39/+41
2022-08-12Delete rtcdate, which is a left-over from an old lab (thanks Harry Porter)Frans Kaashoek1-1/+0
2022-08-10xRobert Morris1-1/+1
2022-08-10have sh print prompt with write, not printf, to makeRobert Morris1-1/+1
2022-08-10avoid user-level segfault if a process doesn't call exit()Robert Morris1-0/+11
2022-08-10tolerate running out of disk blocksRobert Morris1-1/+45
2022-08-09[user/ls]: List specific device fileJohn Jolly1-0/+1
2022-08-02Mark runcmd with attribute noreturn, since it doesn't returnFrans Kaashoek1-0/+1
2021-09-01Delete unused code (Jude Rich <[email protected]>)Frans Kaashoek1-8/+0
2021-08-31fix a invalid printf format stringflespark1-1/+1
2021-08-31fix typos in user/usertest.c & kernel/log.cFIXED-TERM Chen Ian (BT-CO/QMM5)1-2/+2
2021-08-06check that there's no panic if user process tries to write >= MAXVARobert Morris1-0/+25
2021-07-02sync usertestsRobert Morris1-0/+11
2021-07-02keep usertests.c in sync with riscv-sol-2020Robert Morris1-0/+27
2020-11-19suppress an incorrect error message in grindRobert Morris1-2/+3
2020-11-05xFrans Kaashoek1-1/+1
2020-11-05kill/status testFrans Kaashoek1-0/+31
2020-10-05avoid deadlock by disk intr acking interrupt first, then processing ringRobert Morris1-4/+3