lab6 added.
commitba264c65fe3b6ea4ef2ed1d516460c59e91bfb42
authorGuanqun Lu <guanqun.lu@gmail.com>
Thu, 1 May 2008 10:01:17 +0000 (1 18:01 +0800)
committerGuanqun Lu <guanqun.lu@gmail.com>
Thu, 1 May 2008 10:01:17 +0000 (1 18:01 +0800)
tree325219ea488c50389c7729f9e0eda0f73a73aba6
parent0fb64530cab4cf740f6ce1871408306c526a2369
lab6 added.

Signed-off-by: Guanqun Lu <guanqun.lu@gmail.com>
31 files changed:
conf/lab.mk
fs/Makefrag
fs/lorem [new file with mode: 0644]
fs/out [new file with mode: 0644]
fs/script [new file with mode: 0644]
fs/testshell.key [new file with mode: 0644]
fs/testshell.out [new file with mode: 0644]
fs/testshell.sh [new file with mode: 0644]
grade.sh
inc/lib.h
kern/Makefrag
kern/init.c
lib/Makefrag
lib/console.c
lib/fd.c
lib/malloc.c [new file with mode: 0644]
lib/pipe.c [new file with mode: 0644]
lib/spawn.c
lib/wait.c [new file with mode: 0644]
user/faultwrite.c [deleted file]
user/init.c
user/sh.c [new file with mode: 0644]
user/testfdsharing.c [new file with mode: 0644]
user/testkbd.c [new file with mode: 0644]
user/testmalloc.c [new file with mode: 0644]
user/testpipe.c [new file with mode: 0644]
user/testpiperace.c [new file with mode: 0644]
user/testpiperace2.c [new file with mode: 0644]
user/testptelibrary.c [new file with mode: 0644]
user/testpteshare.c [new file with mode: 0644]
user/testshell.c [new file with mode: 0644]