xref: /xv6-public/BUGS (revision eaea18cb)
1c25e0a5fSrscproc.c:
2c25e0a5fSrsc	as a consequence of the implementation of proc_kill,
3c25e0a5fSrsc	any loop calling sleep should check for p->killed
4c25e0a5fSrsc	and be able to break out with an error return.
542494902Srsc	it is better if you check *before* sleep.
6c25e0a5fSrsc
7f32f3638Srscsyscall.c:
8*eaea18cbSrsc	cannot convince runoff1 to split the extern lists
9*eaea18cbSrsc	  to fill previous page completely.
107356f26aSkaashoek
11*eaea18cbSrscformatting:
12*eaea18cbSrsc	file.c filewrite leaks onto next page
13*eaea18cbSrsc	need to fix PAGEBREAK mechanism
14f32f3638Srsc
15