summaryrefslogtreecommitdiff
path: root/BUGS
blob: 16e23ae9e7142f806d26b078997b4a8e8bdf58bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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