nits
This commit is contained in:
parent
5573c8f296
commit
cffa954301
5 changed files with 17 additions and 29 deletions
16
BUGS
16
BUGS
|
@ -1,18 +1,2 @@
|
|||
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.
|
||||
it is better if you check *before* sleep.
|
||||
|
||||
syscall.c:
|
||||
cannot convince runoff1 to split the extern lists
|
||||
to fill previous page completely.
|
||||
|
||||
formatting:
|
||||
file.c filewrite leaks onto next page
|
||||
need to fix PAGEBREAK mechanism
|
||||
|
||||
fs.c: grep XXX
|
||||
|
||||
sysfile.c: why does mknod take a type argument?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue