xv6-riscv/user
RayAndrew 93c70ce0f9 Remove all files created during testing
Remove the following files to restore the state of the filesystem,
so subsequent tests don't fail unexpectedly by creating same filename.

q0             2 21 0
q?             2 22 0
q;             2 23 0
qC             2 24 0
q=             2 25 0
qA             2 26 0
q:             2 27 0
q<             2 28 0
q>             2 29 0
q@             2 30 0
qB             2 31 0
r0             2 32 0
r?             2 33 0
r;             2 34 0
rC             2 35 0
r=             2 36 0
rA             2 37 0
r:             2 38 0
r<             2 39 0
r>             2 40 0
r@             2 41 0
rB             2 42 0
s0             2 43 0
s?             2 44 0
s;             2 45 0
sC             2 46 0
s=             2 47 0
sA             2 48 0
s:             2 49 0
s<             2 50 0
s>             2 51 0
p?             2 52 0
p;             2 53 0
pC             2 54 0
p=             2 55 0
pA             2 56 0
p:             2 57 0
p<             2 58 0
p>             2 59 0
p@             2 60 0
pB             2 61 0
s@             2 62 0
sB             2 63 0
2024-07-26 19:11:05 -04:00
..
cat.c Use O_RDONLY instead of 0 2022-09-11 13:51:11 -04:00
echo.c Support exit status for exit/wait 2019-09-10 12:30:10 -04:00
forktest.c error exit status is 1 2019-09-11 10:04:40 -04:00
grep.c Use O_RDONLY instead of 0 2022-09-11 13:51:11 -04:00
grind.c sfence before writing satp, as well as after 2022-08-24 13:24:24 -04:00
init.c Use the major number defined in file.h. The minor number is ignored; 2020-08-21 11:00:45 -04:00
initcode.S x 2020-08-17 08:18:23 -04:00
kill.c error exit status is 1 2019-09-11 10:04:40 -04:00
ln.c error exit status is 1 2019-09-11 10:04:40 -04:00
ls.c tell gcc to check printf format strings 2023-12-31 12:21:46 -05:00
mkdir.c error exit status is 1 2019-09-11 10:04:40 -04:00
printf.c tell gcc to check printf format strings 2023-12-31 12:21:46 -05:00
rm.c error exit status is 1 2019-09-11 10:04:40 -04:00
sh.c x 2022-08-10 07:21:50 -04:00
stressfs.c Support exit status for exit/wait 2019-09-10 12:30:10 -04:00
ulib.c avoid user-level segfault if a process doesn't call exit() 2022-08-10 06:37:21 -04:00
umalloc.c separate source into kernel/ user/ mkfs/ 2019-06-11 09:57:14 -04:00
user.h tell gcc to check printf format strings 2023-12-31 12:21:46 -05:00
user.ld fix user.ld to get read-only text with riscv64-linux-gnu-ld 2.41 2024-01-01 13:10:35 -05:00
usertests.c Remove all files created during testing 2024-07-26 19:11:05 -04:00
usys.pl separate source into kernel/ user/ mkfs/ 2019-06-11 09:57:14 -04:00
wc.c Use O_RDONLY instead of 0 2022-09-11 13:51:11 -04:00
zombie.c Support exit status for exit/wait 2019-09-10 12:30:10 -04:00