xv6-riscv/kernel
Frans Kaashoek 6750608824 When either_copyin/out fails, return an error from write/read
Add a test to check that read/write return an error
2020-10-03 16:36:20 -04:00
..
bio.c
buf.h
console.c move panicked check to uart.c 2020-08-28 09:00:41 -04:00
date.h
defs.h Adjust a few prototypes to be explicit that they don't take arguments 2020-08-21 11:00:45 -04:00
elf.h
entry.S x 2020-08-17 08:18:23 -04:00
exec.c usertest for exec() out of memory recovery 2020-08-21 11:00:45 -04:00
fcntl.h
file.c
file.h
fs.c When either_copyin/out fails, return an error from write/read 2020-10-03 16:36:20 -04:00
fs.h
kalloc.c
kernel.ld
kernelvec.S
log.c
main.c
memlayout.h rename p->tf to p->trapframe, for consistency with p->context 2020-08-10 11:19:10 -04:00
param.h
pipe.c
plic.c
printf.c move panicked check to uart.c 2020-08-28 09:00:41 -04:00
proc.c handle another out-of-memory in fork(). the policy here is not consistent, 2020-08-17 08:18:23 -04:00
proc.h
ramdisk.c
riscv.h
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 nits 2019-10-27 08:03:19 -04:00
spinlock.h nits 2019-07-10 14:54:34 -04:00
start.c
stat.h
string.c
swtch.S
syscall.c
syscall.h
sysfile.c usertest for exec() out of memory recovery 2020-08-21 11:00:45 -04:00
sysproc.c
trampoline.S Change tf -> trapframe in a few comments 2020-08-10 11:19:10 -04:00
trap.c
types.h
uart.c Corrects order of UART RX/TX interrupt enable bits 2020-09-14 14:49:57 -07:00
virtio.h
virtio_disk.c
vm.c fix a bug in the out-of-memory handling code in exec 2020-08-17 08:18:23 -04:00