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
/
proc.c
Age
Commit message (
Expand
)
Author
2007-08-14
Because limit gives the address of the last addressable
rsc
2007-08-10
Make cp a magic symbol.
rsc
2007-08-09
try to use cp only for curproc[cpu()]
rsc
2007-08-08
check p->killed for long-lived sleeps
rsc
2007-08-08
cleaner table
rsc
2007-08-08
cleaner table
rsc
2007-08-08
iincref returns new ref
rsc
2007-08-08
add DPL_USER constant
rsc
2007-08-08
fix various bugs
rsc
2007-08-08
comment tweaks; more informative process list
rsc
2006-09-08
move growproc up higher
rsc
2006-09-08
fix various comments
rsc
2006-09-07
check preconditions in sched
rsc
2006-09-07
debugging prints
rsc
2006-09-07
more comments
rsc
2006-09-07
more defensive programming
rsc
2006-09-06
fd_* => file_*
rsc
2006-09-06
fd.* -> file.*
rsc
2006-09-06
struct fd -> struct file
rsc
2006-09-06
no /* */ comments
rsc
2006-09-06
standardize various * conventions
rsc
2006-09-06
clear np->mem after freeing
rsc
2006-09-06
some pipe support in sh
kaashoek
2006-08-30
complain if no disk 1
rtm
2006-08-29
nits
rtm
2006-08-29
clear killed flag in exit
rtm
2006-08-29
prune unneeded panics and debug output
rtm
2006-08-29
i broke sbrk, fix it
rtm
2006-08-29
clean up stale error checks and panics
rtm
2006-08-24
bug in sbrk
kaashoek
2006-08-24
user-level malloc (untested)
kaashoek
2006-08-23
i/o redirection in sh
kaashoek
2006-08-19
chdir
kaashoek
2006-08-15
no more proc[] entry per cpu for idle loop
rtm
2006-08-15
commented out code for cwd
kaashoek
2006-08-13
link()
rtm
2006-08-10
interrupts could be recursive since lapic_eoi() called before rti
rtm
2006-08-08
fix race in holding() check in acquire()
rtm
2006-07-29
open()
rtm
2006-07-27
primitive exec
rtm
2006-07-18
prevent longjmp / forkret from writing over tf->edi
rtm
2006-07-17
add ide_lock for sleep
rsc
2006-07-17
standarize on unix-like lowercase struct names
rsc
2006-07-17
add uint and standardize on typedefs instead of unsigned
rsc
2006-07-17
goodbye PushRegs
rsc
2006-07-17
nitpicks
rsc
2006-07-16
Eliminate annoying Pseudodesc structure.
rsc
2006-07-16
standardize on not using foo_ prefix in struct foo
rsc
2006-07-16
Rename fd_reference to more suggestive fd_incref.
rsc
2006-07-16
Attempt to clean up newproc somewhat.
rsc
[next]