Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-17 | lab util: finishutil | Mole Shang | 1 | -0/+3 | |
2022-08-10 | x | Robert Morris | 1 | -1/+1 | |
2022-08-10 | have sh print prompt with write, not printf, to make | Robert Morris | 1 | -1/+1 | |
system call lecture a little clearer. | |||||
2022-08-02 | Mark runcmd with attribute noreturn, since it doesn't return | Frans Kaashoek | 1 | -0/+1 | |
When compiling with gcc version 12, this change also avoids the compiler warning "infinite recursion detected" for runcmd() | |||||
2020-08-10 | make "echo hello > x" truncate file x. | Robert Morris | 1 | -1/+1 | |
2019-09-11 | error exit status is 1 | Robert Morris | 1 | -4/+4 | |
2019-09-10 | Support exit status for exit/wait | Frans Kaashoek | 1 | -10/+10 | |
One test case for returning a exit status Passes usertests, but haven't used it to simplify tests | |||||
2019-08-27 | user printf(1 -> printf( | Robert Morris | 1 | -6/+6 | |
2019-06-11 | separate source into kernel/ user/ mkfs/ | Robert Morris | 1 | -0/+493 | |