rcore-tutorial/user/src/bin
2021-12-22 23:35:34 +08:00
..
cat.rs Add tool: cat 2021-02-27 07:15:15 +08:00
cmdline_args.rs Add sys_dup && support input/output redirection in user_shell 2021-02-27 22:27:08 +08:00
eisenberg.rs user: add peterson algorithm and Eisenberg & McGuire algorithm 2021-12-22 23:35:34 +08:00
exit.rs Handle backspace for k210/qemu platform && Add lots of user tests. 2020-12-11 01:44:07 +08:00
fantastic_text.rs Handle backspace for k210/qemu platform && Add lots of user tests. 2020-12-11 01:44:07 +08:00
filetest_simple.rs Simple filetest passed on qemu/k210. 2020-12-20 13:52:38 +08:00
forktest.rs k210 only can use 6M before configuring sdcard. 2020-12-11 18:04:57 +08:00
forktest2.rs Fix other usertests: xstate -> exit_code 2021-02-08 18:09:00 +08:00
forktest_simple.rs Fix other usertests: xstate -> exit_code 2021-02-08 18:09:00 +08:00
forktree.rs Rm spin::Mutex except for easy-fs & add new test huge_write & flush cache to disk after a write transaction 2021-07-21 19:10:04 +08:00
hello_world.rs Handle backspace for k210/qemu platform && Add lots of user tests. 2020-12-11 01:44:07 +08:00
huge_write.rs Update rustsbi; huge_write writes 1MiB 2021-08-26 19:04:40 +08:00
initproc.rs Stage2: multiple user threads based on uniprocessor, see new added test race_adder and threads. 2021-10-02 16:18:05 -07:00
matrix.rs Fix other usertests: xstate -> exit_code 2021-02-08 18:09:00 +08:00
mpsc_sem.rs Implement mpsc using semaphores. 2021-10-10 17:20:53 -07:00
peterson.rs user: add peterson algorithm and Eisenberg & McGuire algorithm 2021-12-22 23:35:34 +08:00
phil_din_mutex.rs Add a solution of Philosopher dining problem using Mutex with an illustration. 2021-10-08 14:54:49 -07:00
pipe_large_test.rs Pipe OK. 2020-12-14 16:18:33 +08:00
pipetest.rs Close all pipes in pipetest. 2021-02-21 09:28:27 +08:00
race_adder.rs Create threads with a argument. See bin/threads_arg.rs 2021-10-08 13:50:36 -07:00
race_adder_atomic.rs Create threads with a argument. See bin/threads_arg.rs 2021-10-08 13:50:36 -07:00
race_adder_loop.rs Create threads with a argument. See bin/threads_arg.rs 2021-10-08 13:50:36 -07:00
race_adder_mutex_blocking.rs Create threads with a argument. See bin/threads_arg.rs 2021-10-08 13:50:36 -07:00
race_adder_mutex_spin.rs Create threads with a argument. See bin/threads_arg.rs 2021-10-08 13:50:36 -07:00
run_pipe_test.rs Support cmdline_args when sys_exec. 2021-02-26 12:06:55 +08:00
sleep.rs Fix other usertests: xstate -> exit_code 2021-02-08 18:09:00 +08:00
sleep_simple.rs Handle backspace for k210/qemu platform && Add lots of user tests. 2020-12-11 01:44:07 +08:00
stack_overflow.rs Handle backspace for k210/qemu platform && Add lots of user tests. 2020-12-11 01:44:07 +08:00
threads.rs Create threads with a argument. See bin/threads_arg.rs 2021-10-08 13:50:36 -07:00
threads_arg.rs Create threads with a argument. See bin/threads_arg.rs 2021-10-08 13:50:36 -07:00
user_shell.rs Add sys_dup && support input/output redirection in user_shell 2021-02-27 22:27:08 +08:00
usertests.rs Support cmdline_args when sys_exec. 2021-02-26 12:06:55 +08:00
yield.rs Handle backspace for k210/qemu platform && Add lots of user tests. 2020-12-11 01:44:07 +08:00