Commit Graph

593 Commits

Author SHA1 Message Date
dbba7c2bad Optimize the queries for intersected intervals in Vmar from O(n) to O(log(n)) 2024-02-03 17:00:49 +08:00
eb4161a56e Rename Inode::read_to_end to Inode::read_all 2024-02-02 16:59:34 +08:00
12d338dd9b Replace VmFrame::zero with VmWriter::fill 2024-02-02 16:59:34 +08:00
195c6a0739 Add support for truncate syscall 2024-02-02 16:59:34 +08:00
31998d1cd4 Refine the API of BlockDevice trait 2024-02-02 15:33:30 +08:00
45a328b087 Support MMAP_32BIT flag for mmap 2024-02-02 15:29:02 +08:00
4835e48be1 Disambiguate runner args from krun args in Makefile 2024-01-30 20:15:53 +08:00
9cfb503561 Add an Overview of the Framework page 2024-01-28 20:33:22 +08:00
bd6f65667d Update README.md 2024-01-26 20:20:15 +08:00
d371044c26 Fix a typo in the Book 2024-01-26 18:12:46 +08:00
377f5f27dc Add the Chinese project name in README 2024-01-26 15:24:11 +08:00
3c243f4908 Delete mergeable.yml 2024-01-26 13:28:18 +08:00
90e0bdeae2 Update the root README 2024-01-26 12:12:17 +08:00
29f3005e1c Fix the links in the book 2024-01-26 12:12:17 +08:00
844b673821 Reformat the book in semantic line breaks 2024-01-26 12:12:17 +08:00
a3b6af458c Add an example for Asterinas Framework 2024-01-26 12:12:17 +08:00
b202fb530e Add Framekernel doc 2024-01-26 12:12:17 +08:00
f418642442 Add Linux Compatibility doc 2024-01-26 12:12:17 +08:00
ff705e11b0 Add the Roadmap page 2024-01-26 12:12:17 +08:00
33c0c4199b Fix an incomplete sentence in the Introduction 2024-01-26 12:12:17 +08:00
2e83322b34 Add the first two chapters about Asterinas Kernel 2024-01-26 12:12:16 +08:00
38022ff7f1 Add the introduction to the Book 2024-01-26 12:12:16 +08:00
bc535ded7b Fix two typos in SUMMARY.md 2024-01-26 12:12:16 +08:00
9c55d8f265 Add the new docs to replace the old ones 2024-01-26 12:12:16 +08:00
7b729de3a6 Use asterinas inventory 2024-01-19 15:39:14 +08:00
289483390a Remove unused dependence 2024-01-19 15:39:14 +08:00
2d605e04d1 Remove virtio-input-decoder dependence 2024-01-19 09:57:26 +08:00
2437fba0d9 Add license check github action in ci 2024-01-18 08:22:58 +08:00
a6ff38bf2b Add license for tdx-guest 2024-01-18 08:22:58 +08:00
0920a084e4 License Makefile, shell scripts, assembly source code, Dockerfile 2024-01-18 08:22:58 +08:00
faaa4438d6 License rust and c source files 2024-01-18 08:22:58 +08:00
5fb8a9f7e5 Clean up waiter correctly when the timer expires 2024-01-15 13:59:19 +08:00
2fe84663ab Remove unused is_woken_up method 2024-01-15 13:59:19 +08:00
98bb9c5256 Fix a race condition in Waiter 2024-01-15 13:59:19 +08:00
28d51a4496 Only push back entry if ready_events is not empty 2024-01-13 11:10:12 +08:00
6ecb424dfc c_epoll_event should be packed 2024-01-13 11:10:12 +08:00
f8eca84a99 Refactor sock option implementations 2024-01-11 22:10:29 +08:00
782cd05ade Implement raw sock options 2024-01-11 22:10:29 +08:00
f099409b22 Implement sock options 2024-01-11 22:10:29 +08:00
2eaf2e1290 Add sockoption test 2024-01-11 22:10:29 +08:00
11ff35d34e Style improvements on the boot code 2024-01-02 07:21:36 +08:00
501894652f Refactor the crate linux-boot-params 2024-01-02 07:21:36 +08:00
327e991477 Rename boot-wrapper to bzimage-setup 2024-01-02 07:21:36 +08:00
1cc6116790 Remove a feature that goes stable 2024-01-02 07:21:36 +08:00
302b547a0d Bump version to 0.3.0 2024-01-02 07:21:36 +08:00
85d4cfdeb7 Do mapping in the wrapper 2024-01-02 07:21:36 +08:00
e922eaa428 Fix errors raised by the new clippy 2024-01-02 07:21:36 +08:00
94f8914a5e Update versions 2024-01-02 07:21:36 +08:00
6c50c10001 Remove unnecessary #[allow(unused)] 2024-01-02 07:21:36 +08:00
9d2be39b83 Add unit test for linux-boot-params 2024-01-02 07:21:36 +08:00