summaryrefslogtreecommitdiff
path: root/user/usertests.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-11error exit status is 1Robert Morris1-189/+189
2019-09-10Support exit status for exit/waitFrans Kaashoek1-239/+244
2019-08-27user printf(1 -> printf(Robert Morris1-283/+282
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-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-05back-port fork/exit/exit tests to xv6-riscvRobert Morris1-2/+111
2019-07-02try to continue from walk() failing to allocate a page-table pageRobert Morris1-1/+1
2019-07-01sbrk() returns a pointer, so it should be 64 bitsRobert Morris1-2/+9
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris1-0/+1789