summaryrefslogtreecommitdiff
path: root/user
AgeCommit message (Expand)AuthorFilesLines
2020-08-10test pointer checking in copyin, copyout, copyinstrRobert Morris1-0/+92
2020-08-10modify each page in usertests countfree()Robert Morris1-1/+4
2020-08-10make "echo hello > x" truncate file x.Robert Morris2-1/+139
2020-08-10allow more filesRobert Morris1-1/+1
2020-08-10more grindRobert Morris2-18/+145
2019-11-07more grindRobert Morris1-3/+49
2019-11-06grind: run parallel system calls foreverRobert Morris2-5/+169
2019-10-28usertests -c to repeat tests foreverRobert Morris1-16/+80
2019-10-27nitsRobert Morris1-2/+2
2019-10-08Fix ulib's memmove to handle overlap when src<dstAnish Athalye1-2/+9
2019-10-08Add implementations of memcmp and memcpy to ulibAnish Athalye2-0/+22
2019-10-03delete alarmtest from riscvRobert Morris1-106/+0
2019-10-03updated alarmtestRobert Morris1-6/+24
2019-09-23bug fix: reparent() sometimes deadlockedRobert Morris1-16/+39
2019-09-21Stress copyin for the full allocated page (good for lazy lab).Frans Kaashoek1-1/+1
2019-09-21don't leak memory if exec() arguments are invalid.Robert Morris1-1/+19
2019-09-21Refactor big sbrk test in smaller, easier-to-understand testsFrans Kaashoek1-21/+44
2019-09-20Not much: factor sbrksimple from big sbrktestFrans Kaashoek1-11/+21
2019-09-20don't leak a file system block if the buf argument to write is invalidRobert Morris1-0/+39
2019-09-20yet another sbrk() bug fix, and usertestRobert Morris1-3/+22
2019-09-20don't panic if a program frees all its memory with sbrk().Robert Morris1-0/+40
2019-09-20more incorrect cast to uintRobert Morris1-3/+6
2019-09-20fix a potential kernel crashRobert Morris1-0/+13
2019-09-19print name at start of testFrans Kaashoek1-3/+4
2019-09-19a commentFrans Kaashoek1-1/+3
2019-09-19make exec test self containedFrans Kaashoek1-11/+62
2019-09-19Standarize the way tests are run and report errorsFrans Kaashoek1-437/+381
2019-09-11error exit status is 1Robert Morris11-210/+210
2019-09-10Support exit status for exit/waitFrans Kaashoek16-288/+293
2019-09-05fix a grep bugRobert Morris1-2/+0
2019-09-04have echo use FD 1 for clarityRobert Morris1-2/+8
2019-08-27user printf(1 -> printf(Robert Morris17-336/+352
2019-08-26cow moved to xv6-riscv-fall19Frans Kaashoek1-196/+0
2019-08-20validateint doesn't test something interesting on RISC-V; delete it.Frans Kaashoek1-25/+1
2019-08-20Rationalize some constants in usertestsFrans Kaashoek1-68/+81
2019-08-05add alarmtest.c to the repositoryRobert Morris1-0/+88
2019-07-25fix an exit/exit deadlock -> one more locking protocol violationRobert Morris1-3/+3
2019-07-24Add a few sbrktest for lazy allocatioin labFrans Kaashoek1-0/+46
2019-07-23simplify kernel mapping callsRobert Morris1-3/+7
2019-07-22Test whether writing below stack failsFrans Kaashoek1-1/+25
2019-07-11another test, to help with locking exercisesRobert Morris1-0/+39
2019-07-08Merge branch 'riscv-proc' into riscvFrans Kaashoek2-1/+3
2019-07-07another fork testRobert Morris1-0/+35
2019-07-05back-port fork/exit/exit tests to xv6-riscvRobert Morris3-5/+115
2019-07-05two exit/exit testsRobert Morris1-2/+76
2019-07-04Make size in stat.h be a uint64Frans Kaashoek2-1/+3
2019-07-02try to continue from walk() failing to allocate a page-table pageRobert Morris1-1/+1
2019-07-02COW testsRobert Morris1-1/+143
2019-07-01have fork() fail, not panic, if not enough phys memRobert Morris1-0/+54
2019-07-01sbrk() returns a pointer, so it should be 64 bitsRobert Morris1-2/+9