xv6-cs450/BUGS

15 lines
391 B
Plaintext
Raw Normal View History

2006-09-17 21:19:01 +02: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 12:32:32 +02:00
it is better if you check *before* sleep.
2006-09-17 21:19:01 +02:00
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