xv6-riscv/kernel
2022-08-10 20:35:42 -04:00
..
bio.c
buf.h
console.c Read and write p->killed using atomics 2022-08-10 20:35:42 -04:00
date.h separate source into kernel/ user/ mkfs/ 2019-06-11 09:57:14 -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 Change inode cache in main.c to inode table 2021-08-31 14:17:39 -04:00
memlayout.h
param.h
pipe.c Read and write p->killed using atomics 2022-08-10 20:35:42 -04:00
plic.c nothing much 2022-08-09 15:11:25 -04:00
printf.c Added missing va_end(). 2022-08-09 20:20:32 -04:00
proc.c Read and write p->killed using atomics 2022-08-10 20:35:42 -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 memmove(dst, src, 0) leads to overflow in while(n-- > 0) as n is uint64 (thanks 2021-09-01 07:29:12 -04:00
swtch.S
syscall.c
syscall.h
sysfile.c
sysproc.c Read and write p->killed using atomics 2022-08-10 20:35:42 -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 Read and write p->killed using atomics 2022-08-10 20:35:42 -04:00
types.h separate source into kernel/ user/ mkfs/ 2019-06-11 09:57:14 -04:00
uart.c I fixed a typo in the comment. 2021-08-31 14:16:59 -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