summaryrefslogtreecommitdiff
path: root/Notes
diff options
context:
space:
mode:
authorrtm <rtm>2006-08-29 21:35:30 +0000
committerrtm <rtm>2006-08-29 21:35:30 +0000
commit18432ed5edaeb2a6ffd91f557880c277d96784c1 (patch)
tree92c408330eaf6f4d9febb70270894a5c6caa6db0 /Notes
parent7a37578e9efcba67d82fbfee7d03cba830a41106 (diff)
downloadxv6-labs-18432ed5edaeb2a6ffd91f557880c277d96784c1.tar.gz
xv6-labs-18432ed5edaeb2a6ffd91f557880c277d96784c1.tar.bz2
xv6-labs-18432ed5edaeb2a6ffd91f557880c277d96784c1.zip
nits
Diffstat (limited to 'Notes')
-rw-r--r--Notes4
1 files changed, 2 insertions, 2 deletions
diff --git a/Notes b/Notes
index 1a2ad2e..0399f5c 100644
--- a/Notes
+++ b/Notes
@@ -101,7 +101,6 @@ test: one process unlinks a file while another links to it
test: one process opens a file while another deletes it
test: deadlock d/.. vs ../d, two processes.
test: dup() shared fd->off
-test: sbrk
test: does echo foo > x truncate x?
sh: support pipes? leave it for the class?
@@ -119,4 +118,5 @@ echo foo > bar should truncate bar
but O_TRUNC should
make it work on one cpu
-make it work on amsterdam
+make it work on a real machine
+release before acquire at end of sleep?