xv6-riscv/kernel
2022-08-12 12:59:33 -04:00
..
bio.c mention LRU list a bit more in comments. 2019-10-29 04:32:55 -04:00
buf.h
console.c Cosmetic change (thanks Harry Porter) 2022-08-12 12:59:33 -04:00
defs.h put walk() in defs.h so it's clear students can call it 2022-08-10 07:21:50 -04:00
elf.h separate source into kernel/ user/ mkfs/ 2019-06-11 09:57:14 -04:00
entry.S comment nits 2022-08-09 14:17:46 -04:00
exec.c comment nits 2022-08-10 06:00:40 -04:00
fcntl.h
file.c
file.h
fs.c tolerate running out of disk blocks 2022-08-10 06:13:52 -04:00
fs.h FD_DEVICE 2019-06-13 10:29:27 -04:00
kalloc.c fix 'kfree' comment in kalloc.c 2022-08-09 20:29:38 -04:00
kernel.ld
kernelvec.S comment nits 2022-08-09 14:17:46 -04:00
log.c fix typos in user/usertest.c & kernel/log.c 2021-08-31 14:10:14 -04:00
main.c
memlayout.h Clarify CLINT and PLIC acronym 2020-10-03 16:36:20 -04:00
param.h
pipe.c test for closed pipe or killed on every char, not just if pipe full 2020-11-05 06:56:51 -05:00
plic.c cosmetic changes (thanks Harry Porter) 2022-08-12 10:57:16 -04:00
printf.c Added missing va_end(). 2022-08-09 20:20:32 -04:00
proc.c cosmetic changes (thanks Harry Porter) 2022-08-12 11:47:39 -04:00
proc.h sscratch cleanup 2022-08-09 12:14:29 -04:00
ramdisk.c
riscv.h comment nits 2022-08-09 14:17:46 -04:00
sleeplock.c
sleeplock.h
spinlock.c
spinlock.h
start.c comment nits 2022-08-09 14:17:46 -04:00
stat.h
string.c
swtch.S
syscall.c cosmetic changes (thanks Harry Porter) 2022-08-12 11:47:39 -04:00
syscall.h
sysfile.c usertest for exec() out of memory recovery 2020-08-21 11:00:45 -04:00
sysproc.c Delete rtcdate, which is a left-over from an old lab (thanks Harry Porter) 2022-08-12 09:43:18 -04:00
trampoline.S adopt github PR98 (No need to store TRAPFRAME in sscratch register) 2022-08-09 11:44:02 -04:00
trap.c adopt github PR98 (No need to store TRAPFRAME in sscratch register) 2022-08-09 11:44:02 -04:00
types.h
uart.c cosmetic changes (thanks Harry Porter) 2022-08-12 10:57:16 -04:00
virtio.h tweak virtio comments 2022-08-08 11:10:54 -04:00
virtio_disk.c tweak virtio comments 2022-08-08 11:10:54 -04:00
vm.c nothing much 2022-08-09 15:11:25 -04:00