summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorrsc <rsc>2007-08-28 19:25:04 +0000
committerrsc <rsc>2007-08-28 19:25:04 +0000
commitcffa9543012ee0bc2a1d355ed00839b03fe7ae0c (patch)
tree72af3d67a6e1deb91ab579774281472791c46e9b /BUGS
parent5573c8f296091a484e486dcf153ce60b7c632df3 (diff)
downloadxv6-labs-cffa9543012ee0bc2a1d355ed00839b03fe7ae0c.tar.gz
xv6-labs-cffa9543012ee0bc2a1d355ed00839b03fe7ae0c.tar.bz2
xv6-labs-cffa9543012ee0bc2a1d355ed00839b03fe7ae0c.zip
nits
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS16
1 files changed, 0 insertions, 16 deletions
diff --git a/BUGS b/BUGS
index 7819902..af1852a 100644
--- a/BUGS
+++ b/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?
-