2006-09-17 19:19:01 +00:00
|
|
|
proc.c:
|
|
|
|
as a consequence of the implementation of proc_kill,
|
|
|
|
any loop calling sleep should check for p->killed
|
|
|
|
and be able to break out with an error return.
|
2007-08-08 10:32:32 +00:00
|
|
|
it is better if you check *before* sleep.
|
2006-09-17 19:19:01 +00:00
|
|
|
|
2007-08-21 19:22:08 +00:00
|
|
|
syscall.c:
|
2007-08-22 06:01:32 +00:00
|
|
|
cannot convince runoff1 to split the extern lists
|
|
|
|
to fill previous page completely.
|
2007-08-21 19:22:08 +00:00
|
|
|
|
2007-08-22 06:01:32 +00:00
|
|
|
formatting:
|
|
|
|
file.c filewrite leaks onto next page
|
|
|
|
need to fix PAGEBREAK mechanism
|
2007-08-21 19:22:08 +00:00
|
|
|
|
2007-08-22 06:20:10 +00:00
|
|
|
fs.c: grep XXX
|
|
|
|
|
|
|
|
sysfile.c: why does mknod take a type argument?
|
|
|
|
|