index
:
xv6-riscv
riscv
MIT xv6-RISCV kernel modified to RV64I base integer extension
Aditya N. Naik
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysproc.c
Age
Commit message (
Expand
)
Author
2019-06-11
separate source into kernel/ user/ mkfs/
Robert Morris
2019-06-04
more sbrk fixes
Robert Morris
2019-06-04
fix a problem with end. make uartputc() wait until h/w is ready.
Robert Morris
2019-06-03
console input and sbrk
Robert Morris
2019-05-31
fork/wait/exit work
Robert Morris
2017-01-31
Start of an experiment to remove the use of gs for cpu local variables.
Frans Kaashoek
2016-08-25
Remove trailing white space with:
Frans Kaashoek
2014-09-12
cmosgetdate() for system-call homework
Cody Cutler
2011-08-15
Avoid "boot" in xv6
Frans Kaashoek
2011-07-29
Map kernel high
Frans Kaashoek
2010-08-11
uptime() sys call for benchmarking
Robert Morris
2009-08-30
assorted fixes:
Russ Cox
2009-05-31
move fork into proc.c
rsc
2009-05-31
missed this file in last checkin
rsc
2007-11-28
fork minibug
rsc
2007-09-27
kernel SMP interruptibility fixes.
rsc
2007-08-28
delete proc_ on proc_exit, proc_wait, proc_kill
rsc
2007-08-27
delete unnecessary #include lines
rsc
2007-08-27
Replace yield system call with sleep.
rsc
2007-08-24
Add yield system call, for zombie test program (bad idea?).
rsc
2007-08-10
Make cp a magic symbol.
rsc
2006-09-07
refactor syscall code
rsc
2006-09-06
fd.* -> file.*
rsc
2006-09-06
split syscall.c into sysfile.c and sysproc.c
rsc