summaryrefslogtreecommitdiff
path: root/user/usertests.c
AgeCommit message (Expand)Author
2020-11-05xFrans Kaashoek
2020-11-05kill/status testFrans Kaashoek
2020-10-05avoid deadlock by disk intr acking interrupt first, then processing ringRobert Morris
2020-10-05often causes deadlock after a few minutesRobert Morris
2020-10-03Add s to many printf statements that expect it (thanks Cece Chu)Frans Kaashoek
2020-10-03When either_copyin/out fails, return an error from write/readFrans Kaashoek
2020-08-28Remove obselete ifdef that shouldn't have been there everFrans Kaashoek
2020-08-28fix usertests to pass all the riscv-sol-fall20 solutions.Robert Morris
2020-08-21touch sbrk()-allocated memory to make sure it existsRobert Morris
2020-08-21usertest for exec() out of memory recoveryRobert Morris
2020-08-17handle another out-of-memory in fork(). the policy here is not consistent,Robert Morris
2020-08-10test string system call arguments that cross over the end of the last page.Robert Morris
2020-08-10test copyinstr()'s handling of the terminating nullRobert Morris
2020-08-10streamline copyin/copyout code in usertestsRobert Morris
2020-08-10test pointer checking in copyin, copyout, copyinstrRobert Morris
2020-08-10modify each page in usertests countfree()Robert Morris
2020-08-10make "echo hello > x" truncate file x.Robert Morris
2019-11-06grind: run parallel system calls foreverRobert Morris
2019-10-28usertests -c to repeat tests foreverRobert Morris
2019-10-27nitsRobert Morris
2019-09-23bug fix: reparent() sometimes deadlockedRobert Morris
2019-09-21Stress copyin for the full allocated page (good for lazy lab).Frans Kaashoek
2019-09-21don't leak memory if exec() arguments are invalid.Robert Morris
2019-09-21Refactor big sbrk test in smaller, easier-to-understand testsFrans Kaashoek
2019-09-20Not much: factor sbrksimple from big sbrktestFrans Kaashoek
2019-09-20don't leak a file system block if the buf argument to write is invalidRobert Morris
2019-09-20yet another sbrk() bug fix, and usertestRobert Morris
2019-09-20don't panic if a program frees all its memory with sbrk().Robert Morris
2019-09-20more incorrect cast to uintRobert Morris
2019-09-20fix a potential kernel crashRobert Morris
2019-09-19print name at start of testFrans Kaashoek
2019-09-19a commentFrans Kaashoek
2019-09-19make exec test self containedFrans Kaashoek
2019-09-19Standarize the way tests are run and report errorsFrans Kaashoek
2019-09-11error exit status is 1Robert Morris
2019-09-10Support exit status for exit/waitFrans Kaashoek
2019-08-27user printf(1 -> printf(Robert Morris
2019-08-20validateint doesn't test something interesting on RISC-V; delete it.Frans Kaashoek
2019-08-20Rationalize some constants in usertestsFrans Kaashoek
2019-07-25fix an exit/exit deadlock -> one more locking protocol violationRobert Morris
2019-07-24Add a few sbrktest for lazy allocatioin labFrans Kaashoek
2019-07-23simplify kernel mapping callsRobert Morris
2019-07-22Test whether writing below stack failsFrans Kaashoek
2019-07-11another test, to help with locking exercisesRobert Morris
2019-07-05back-port fork/exit/exit tests to xv6-riscvRobert Morris
2019-07-02try to continue from walk() failing to allocate a page-table pageRobert Morris
2019-07-01sbrk() returns a pointer, so it should be 64 bitsRobert Morris
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris