Skip to content
Snippets Groups Projects
BUGS 456 B
Newer Older
rsc's avatar
rsc committed
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.
rsc's avatar
rsc committed
	it is better if you check *before* sleep.
rsc's avatar
rsc committed

rsc's avatar
 
rsc committed
syscall.c:
rsc's avatar
 
rsc committed
	cannot convince runoff1 to split the extern lists 
	  to fill previous page completely.
rsc's avatar
 
rsc committed

rsc's avatar
 
rsc committed
formatting:
	file.c filewrite leaks onto next page
	need to fix PAGEBREAK mechanism
rsc's avatar
 
rsc committed

rsc's avatar
rsc committed
fs.c: grep XXX

sysfile.c: why does mknod take a type argument?