summaryrefslogtreecommitdiff
path: root/user
AgeCommit message (Expand)Author
2019-09-04have echo use FD 1 for clarityRobert Morris
2019-08-27user printf(1 -> printf(Robert Morris
2019-08-26cow moved to xv6-riscv-fall19Frans Kaashoek
2019-08-20validateint doesn't test something interesting on RISC-V; delete it.Frans Kaashoek
2019-08-20Rationalize some constants in usertestsFrans Kaashoek
2019-08-05add alarmtest.c to the repositoryRobert Morris
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-08Merge branch 'riscv-proc' into riscvFrans Kaashoek
2019-07-07another fork testRobert Morris
2019-07-05back-port fork/exit/exit tests to xv6-riscvRobert Morris
2019-07-05two exit/exit testsRobert Morris
2019-07-04Make size in stat.h be a uint64Frans Kaashoek
2019-07-02try to continue from walk() failing to allocate a page-table pageRobert Morris
2019-07-02COW testsRobert Morris
2019-07-01have fork() fail, not panic, if not enough phys memRobert Morris
2019-07-01sbrk() returns a pointer, so it should be 64 bitsRobert Morris
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris