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
e283514ad0pa isn't needed in the uvmunmap() loop
Robert Morris
2020-08-13 08:04:56 -0400
b154cf091cx
Robert Morris
2020-08-15 05:46:32 -0400
4a87a0ae8bfix a bug in the out-of-memory handling code in exec
Robert Morris
2020-08-13 14:10:58 -0400
adee82c3e7handle 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
4c22c54480try to handle a few of the possible out-of-memory errors in fork()
Robert Morris
2020-08-13 09:19:23 -0400
70c6fe861emodify 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
e1a2cd59faMerge branch 'riscv' of g.csail.mit.edu:xv6-dev into riscv
Robert Morris
2020-08-13 08:05:13 -0400
d32eac366fpa isn't needed in the uvmunmap() loop
Robert Morris
2020-08-13 08:04:56 -0400
56e7cebdb9Update to the latest specs
Frans Kaashoek
2020-08-10 20:28:12 -0400
315c37c0f1Update to the latest specs
Frans Kaashoek
2020-08-10 20:28:12 -0400
468946781fcopyright and 6.S081
Frans Kaashoek
2020-08-10 19:41:57 -0400
84dcf8a738copyright and 6.S081
Frans Kaashoek
2020-08-10 19:41:57 -0400
fa71d7fca2Ack bug finders.
Frans Kaashoek
2020-08-10 16:42:33 -0400
5dace67371Typo (thanks yt <jaichenhengjie@qq.com>)
Frans Kaashoek
2020-08-10 16:25:51 -0400
737bd3a55dAck bug finders.
Frans Kaashoek
2020-08-10 16:42:33 -0400
2db95f08b1Typo (thanks yt <jaichenhengjie@qq.com>)
Frans Kaashoek
2020-08-10 16:25:51 -0400
f14aa421c4Generate initcode without compressed extensions
Frans Kaashoek
2020-08-10 13:55:26 -0400
c24844714bupdate initcode to avoid using the compressed extension
Asami Doi
2020-03-20 12:33:32 +0900
9eff4b0871Write interrupt ack register in virtio_disk_intr()
Takahiro
2020-04-18 14:49:54 -0700
b557e7c32eUpdate ramdisk.c
Jonathan Kimmitt
2020-01-16 15:05:27 +0000