- 27 Jul, 2023 4 commits
-
-
陈林峰 authored
The description of file deletion in rust-fatfs is rather vague. You can't just delete files from the directory, but you need to truncate the file first, then delete the file, and finally update the metadata information.
-
陈林峰 authored
when task is over, we need delete file if it had been masked unlink.
-
陈林峰 authored
-
陈林峰 authored
-
- 26 Jul, 2023 3 commits
- 24 Jul, 2023 8 commits
- 23 Jul, 2023 2 commits
- 22 Jul, 2023 1 commit
-
-
陈林峰 authored
1. Increase user stack 2. When the thread exits, the memory is reclaimed in advance.
-
- 21 Jul, 2023 1 commit
-
-
陈林峰 authored
1. fix bugs about float number 2. fix bugs about user stack size 3. fix bugs about mmap 4. fix bugs about user's argument
-
- 18 Jul, 2023 1 commit
-
-
陈林峰 authored
-
- 17 Jul, 2023 2 commits
- 16 Jul, 2023 1 commit
-
-
陈林峰 authored
-
- 14 Jul, 2023 3 commits
- 13 Jul, 2023 6 commits
- 12 Jul, 2023 2 commits
- 11 Jul, 2023 3 commits
- 10 Jul, 2023 3 commits
-
-
陈林峰 authored
-
陈林峰 authored
We need to ensure that the status update and reference count reduction of the task exit are atomic. When the task exits, the waiting task needs to be woken up according to the value of clear_child_tid.
-
陈林峰 authored
Now we use bitmap instead of buddy. Buddy's implementation may contain bugs.
-