- 10 Aug, 2022 9 commits
-
-
Robert Morris authored
-
Robert Morris authored
-
Robert Morris authored
-
Robert Morris authored
-
Robert Morris authored
-
John Jolly authored
When using the ls userspace program to list a specific device file, nothing would be displayed. This was because ls only tests for T_FILE and T_DIR. T_DEVICE files would fall through the case block. Adding T_DEVICE to the T_FILE case allows a device file to be listed. $ ls console console 3 19 0
-
WaheedHafez authored
'kfree' has a parameter named 'pa' but referenced in the comment as 'v'.
-
mrm authored
-
Ravjot Singh Samra authored
-
- 09 Aug, 2022 8 commits
-
-
Robert Morris authored
-
olf authored
-
Rahul Thomas authored
-
Robert Morris authored
-
Robert Morris authored
-
Robert Morris authored
-
Robert Morris authored
-
Robert Morris authored
-
- 08 Aug, 2022 1 commit
-
-
Robert Morris authored
-
- 02 Aug, 2022 3 commits
-
-
Frans Kaashoek authored
-
Frans Kaashoek authored
When compiling with gcc version 12, this change also avoids the compiler warning "infinite recursion detected" for runcmd()
-
Frans Kaashoek authored
This reverts commit 759bb341.
-
- 21 Jul, 2022 1 commit
-
-
Dezhi Wu authored
-
- 18 Oct, 2021 1 commit
-
-
Xi Wang authored
The legacy interface is confusing. It's better to make virtio_disk conform to the virtio spec. This is supported in QEMU since 4.2 by disabling force-legacy for virtio-mmio.
-
- 01 Sep, 2021 6 commits
-
-
Frans Kaashoek authored
-
Frans Kaashoek authored
Matúš Jókay <matus.jokay@stuba.sk>)
-
Frans Kaashoek authored
-
Frans Kaashoek authored
-
yzhu authored
-
Pavan Maddamsetti authored
-
- 31 Aug, 2021 9 commits
-
-
Pavan Maddamsetti authored
-
l0stman authored
The terminating NULL string is already included (see sys_exec()).
-
l0stman authored
If va % PGSIZE == 0 and size == 0, we have last < a at the start of the loop so we might never terminate. That being said, this particular case couldn't be triggered for now.
-
kimjungwow authored
-
amane-uehara authored
-
flespark authored
-
OptimisticSide authored
-
Vadim Kolontsov authored
-
FIXED-TERM Chen Ian (BT-CO/QMM5) authored
-
- 30 Aug, 2021 1 commit
-
-
Jonathan Behrens authored
-
- 10 Aug, 2021 1 commit
-
-
Robert Morris authored
-