Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-22026-2376550
oskernel2024-oos-409
Commits
9f3c7d48
Commit
9f3c7d48
authored
11 months ago
by
why
Browse files
Options
Download
Patches
Plain Diff
remove useless code
parent
9f055108
main
ext4
No related merge requests found
Changes
39
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+1
-1
.gitignore
os/src/syscall/fs.rs
+1
-34
os/src/syscall/fs.rs
os/src/syscall/mod.rs
+0
-12
os/src/syscall/mod.rs
os/src/syscall/process.rs
+0
-19
os/src/syscall/process.rs
output.log
+0
-0
output.log
test/check_result/__pycache__/brk_test.cpython-310.pyc
+0
-0
test/check_result/__pycache__/brk_test.cpython-310.pyc
test/check_result/__pycache__/chdir_test.cpython-310.pyc
+0
-0
test/check_result/__pycache__/chdir_test.cpython-310.pyc
test/check_result/__pycache__/clone_test.cpython-310.pyc
+0
-0
test/check_result/__pycache__/clone_test.cpython-310.pyc
test/check_result/__pycache__/close_test.cpython-310.pyc
+0
-0
test/check_result/__pycache__/close_test.cpython-310.pyc
test/check_result/__pycache__/dup2_test.cpython-310.pyc
+0
-0
test/check_result/__pycache__/dup2_test.cpython-310.pyc
test/check_result/__pycache__/dup_test.cpython-310.pyc
+0
-0
test/check_result/__pycache__/dup_test.cpython-310.pyc
test/check_result/__pycache__/execve_test.cpython-310.pyc
+0
-0
test/check_result/__pycache__/execve_test.cpython-310.pyc
test/check_result/__pycache__/exit_test.cpython-310.pyc
+0
-0
test/check_result/__pycache__/exit_test.cpython-310.pyc
test/check_result/__pycache__/fork_test.cpython-310.pyc
+0
-0
test/check_result/__pycache__/fork_test.cpython-310.pyc
test/check_result/__pycache__/fstat_test.cpython-310.pyc
+0
-0
test/check_result/__pycache__/fstat_test.cpython-310.pyc
test/check_result/__pycache__/getcwd_test.cpython-310.pyc
+0
-0
test/check_result/__pycache__/getcwd_test.cpython-310.pyc
test/check_result/__pycache__/getdents_test.cpython-310.pyc
+0
-0
test/check_result/__pycache__/getdents_test.cpython-310.pyc
test/check_result/__pycache__/getpid_test.cpython-310.pyc
+0
-0
test/check_result/__pycache__/getpid_test.cpython-310.pyc
test/check_result/__pycache__/getppid_test.cpython-310.pyc
+0
-0
test/check_result/__pycache__/getppid_test.cpython-310.pyc
test/check_result/__pycache__/gettimeofday_test.cpython-310.pyc
+0
-0
...heck_result/__pycache__/gettimeofday_test.cpython-310.pyc
with
2 additions
and
66 deletions
+2
-66
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets