forked from mit-pdos/xv6-public
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
rsc
committed
Aug 28, 2007
1 parent
5573c8f
commit cffa954
Showing
5 changed files
with
17 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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? | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters