xv6-riscv/kernel
2022-08-12 11:47:39 -04:00
..
bio.c
buf.h
console.c cosmetic changes (thanks Harry Porter) 2022-08-12 11:47:39 -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 hopefully make writei more correct 2020-11-05 06:56:51 -05:00
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 Clean up linker script 2019-10-21 22:27:18 -04:00
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
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 Checkpoint switching to per-process locks, in attempt clarify xv6's 2019-07-02 09:14:47 -04:00
sleeplock.h separate source into kernel/ user/ mkfs/ 2019-06-11 09:57:14 -04:00
spinlock.c
spinlock.h nits 2019-07-10 14:54:34 -04:00
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 separate source into kernel/ user/ mkfs/ 2019-06-11 09:57:14 -04:00
syscall.c cosmetic changes (thanks Harry Porter) 2022-08-12 11:47:39 -04:00
syscall.h
sysfile.c
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 separate source into kernel/ user/ mkfs/ 2019-06-11 09:57:14 -04:00
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