index
:
135e2/xv6-labs.git
cow
fs
lock
mmap
net
pgtbl
syscall
thread
traps
util
xv6-labs-2024-winter
135e2
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
proc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-08-28
delete proc_ on proc_exit, proc_wait, proc_kill
rsc
1
-3
/
+3
2007-08-28
spaces around else for rtm
rsc
1
-1
/
+1
2007-08-28
more consistent spacing
rsc
1
-3
/
+3
2007-08-28
nit
rsc
1
-3
/
+1
2007-08-28
replace setjmp/longjmp with swtch
rsc
1
-9
/
+7
2007-08-27
delete unnecessary #include lines
rsc
1
-3
/
+2
2007-08-27
fileincref -> filedup (consistent with idup)
rsc
1
-4
/
+3
2007-08-24
nits
rsc
1
-6
/
+5
2007-08-24
make wakeup1 static
rsc
1
-3
/
+6
2007-08-23
Use parent pointer instead of ppid.
rsc
1
-9
/
+7
2007-08-23
avoid hardcoding init as pid 1 proc[0]
rsc
1
-7
/
+13
2007-08-22
my mistake found by robert
rsc
1
-1
/
+1
2007-08-22
PDF at http://am.lcs.mit.edu/~rsc/xv6.pdf
rsc
1
-59
/
+82
2007-08-21
Various cleanup:
rsc
1
-27
/
+23
2007-08-20
checkpoint - simpler namei interface
rsc
1
-4
/
+9
2007-08-14
nit
rsc
1
-1
/
+0
2007-08-14
Because limit gives the address of the last addressable
rsc
1
-4
/
+4
2007-08-10
Make cp a magic symbol.
rsc
1
-10
/
+4
2007-08-09
try to use cp only for curproc[cpu()]
rsc
1
-9
/
+9
2007-08-08
check p->killed for long-lived sleeps
rsc
1
-1
/
+1
2007-08-08
cleaner table
rsc
1
-1
/
+1
2007-08-08
cleaner table
rsc
1
-9
/
+9
2007-08-08
iincref returns new ref
rsc
1
-2
/
+1
2007-08-08
add DPL_USER constant
rsc
1
-2
/
+2
2007-08-08
fix various bugs
rsc
1
-2
/
+9
2007-08-08
comment tweaks; more informative process list
rsc
1
-3
/
+17
2006-09-08
move growproc up higher
rsc
1
-20
/
+21
2006-09-08
fix various comments
rsc
1
-1
/
+1
2006-09-07
check preconditions in sched
rsc
1
-0
/
+5
2006-09-07
debugging prints
rsc
1
-0
/
+16
2006-09-07
more comments
rsc
1
-1
/
+4
2006-09-07
more defensive programming
rsc
1
-1
/
+4
2006-09-06
fd_* => file_*
rsc
1
-2
/
+2
2006-09-06
fd.* -> file.*
rsc
1
-1
/
+1
2006-09-06
struct fd -> struct file
rsc
1
-6
/
+6
2006-09-06
no /* */ comments
rsc
1
-5
/
+4
2006-09-06
standardize various * conventions
rsc
1
-18
/
+18
2006-09-06
clear np->mem after freeing
rsc
1
-0
/
+1
2006-09-06
some pipe support in sh
kaashoek
1
-2
/
+2
2006-08-30
complain if no disk 1
rtm
1
-1
/
+1
2006-08-29
nits
rtm
1
-9
/
+5
2006-08-29
clear killed flag in exit
rtm
1
-0
/
+4
2006-08-29
prune unneeded panics and debug output
rtm
1
-28
/
+1
2006-08-29
i broke sbrk, fix it
rtm
1
-3
/
+3
2006-08-29
clean up stale error checks and panics
rtm
1
-4
/
+4
2006-08-24
bug in sbrk
kaashoek
1
-3
/
+2
2006-08-24
user-level malloc (untested)
kaashoek
1
-4
/
+5
2006-08-23
i/o redirection in sh
kaashoek
1
-0
/
+18
2006-08-19
chdir
kaashoek
1
-2
/
+2
2006-08-15
no more proc[] entry per cpu for idle loop
rtm
1
-39
/
+30
[next]