summaryrefslogtreecommitdiff
path: root/usys.S
diff options
context:
space:
mode:
authorrtm <rtm>2006-08-12 11:38:57 +0000
committerrtm <rtm>2006-08-12 11:38:57 +0000
commit4357207237e074b5a42ee9739eadd040fd1cf296 (patch)
tree1fe657b94bdfb412c02c6c4cec089f329d69df96 /usys.S
parent1f544842ceb5af73b1f2b13222d72dd4ad7cd08a (diff)
downloadxv6-labs-4357207237e074b5a42ee9739eadd040fd1cf296.tar.gz
xv6-labs-4357207237e074b5a42ee9739eadd040fd1cf296.tar.bz2
xv6-labs-4357207237e074b5a42ee9739eadd040fd1cf296.zip
fix getblk to actually lock the block
no more cons_put system calls usertests tests two processes writing files
Diffstat (limited to 'usys.S')
-rw-r--r--usys.S3
1 files changed, 0 insertions, 3 deletions
diff --git a/usys.S b/usys.S
index aa3a22e..f9565e5 100644
--- a/usys.S
+++ b/usys.S
@@ -11,15 +11,12 @@
STUB(fork)
STUB(exit)
STUB(wait)
-STUB(cons_putc)
STUB(pipe)
STUB(read)
STUB(write)
STUB(close)
STUB(block)
STUB(kill)
-STUB(panic)
-STUB(cons_puts)
STUB(exec)
STUB(open)
STUB(mknod)