Corrects order of UART RX/TX interrupt enable bits
Matt Harvey
2020-09-14 14:49:57 -0700
2055fe13acbetter grind error messages
Robert Morris
2020-09-06 14:20:18 -0400
e23d53f27fDelete doc dir because they take much space in student submissions
Frans Kaashoek
2020-08-28 16:21:07 -0400
79899c7479Delete doc dir because they take much space in student submissions
Frans Kaashoek
2020-08-28 16:21:07 -0400
490f91ab53move panicked check to uart.c
Robert Morris
2020-08-28 05:51:48 -0400
748809e1b3suppress write() output after panic()
Robert Morris
2020-08-28 05:44:09 -0400
de434fd933Remove obselete ifdef that shouldn't have been there ever
Frans Kaashoek
2020-08-27 07:05:13 -0400
0b4e78f3a9fix usertests to pass all the riscv-sol-fall20 solutions.
Robert Morris
2020-08-27 06:21:10 -0400
ffb2ee074amove panicked check to uart.c
Robert Morris
2020-08-28 05:51:48 -0400
db067d24dasuppress write() output after panic()
Robert Morris
2020-08-28 05:44:09 -0400
2ec9c6ed66Remove obselete ifdef that shouldn't have been there ever
Frans Kaashoek
2020-08-27 07:05:13 -0400
d7e5f26910fix usertests to pass all the riscv-sol-fall20 solutions.
Robert Morris
2020-08-27 06:21:10 -0400
0bb2533f73Adjust a few prototypes to be explicit that they don't take arguments
Frans Kaashoek
2020-08-21 10:55:34 -0400
2a4a8764a5touch sbrk()-allocated memory to make sure it exists
Robert Morris
2020-08-19 13:10:14 -0400
5860dcd07dusertest for exec() out of memory recovery and fix a few exec() bugs
Robert Morris
2020-08-19 12:35:14 -0400
d4d487731aUse the major number defined in file.h. The minor number is ignored; might as well use 0.
Frans Kaashoek
2020-08-18 20:48:53 -0400
3c25112f38Delete some obselete stuff
Frans Kaashoek
2020-08-17 14:25:12 -0400
efaa7b8e2aAdjust a few prototypes to be explicit that they don't take arguments
Frans Kaashoek
2020-08-21 10:55:34 -0400
59a9863a17touch sbrk()-allocated memory to make sure it exists
Robert Morris
2020-08-19 13:10:14 -0400
aefa2697d7usertest for exec() out of memory recovery and fix a few exec() bugs
Robert Morris
2020-08-19 12:35:14 -0400
b33574df38Use the major number defined in file.h. The minor number is ignored; might as well use 0.
Frans Kaashoek
2020-08-18 20:48:53 -0400
740d363736Delete some obselete stuff
Frans Kaashoek
2020-08-17 14:25:12 -0400
95dad4c061x
Robert Morris
2020-08-15 05:46:32 -0400
f2ec6777bdfix a bug in the out-of-memory handling code in exec
Robert Morris
2020-08-13 14:10:58 -0400
8dc71a257dhandle another out-of-memory in fork(). the policy here is not consistent, since other calls (e.g. exec()) panic on out of memory.
Robert Morris
2020-08-13 10:22:07 -0400
bc51626aabtry to handle a few of the possible out-of-memory errors in fork()
Robert Morris
2020-08-13 09:19:23 -0400
a8dd44cf59modify uvmunmap() to be in aligned pages fix a bug in fork() recovering from out of memory
Robert Morris
2020-08-13 08:46:28 -0400