|
cfcef6965a
|
Adjust the format of imports in Asterinas
|
2024-02-26 10:03:45 +08:00 |
|
|
92e488e727
|
Add rustfmt.toml configuration to adjust the format of imports
|
2024-02-26 10:03:45 +08:00 |
|
|
22c2cebdec
|
Add in_interrupt and refactor line discipline
|
2024-02-23 15:45:44 +08:00 |
|
|
e0d7b140ce
|
Fix the fstatat syscall with empty filename
|
2024-02-22 12:13:22 +08:00 |
|
|
729c6ecd0c
|
Add support for chown syscall
|
2024-02-22 12:11:21 +08:00 |
|
|
3b3d088767
|
Add OSDK command line interface
|
2024-02-20 20:31:07 +08:00 |
|
|
f2f991b239
|
Add the Chinese version README
|
2024-02-15 16:52:25 +08:00 |
|
|
a3257fca80
|
Replace the word "safe" with "secure"
|
2024-02-15 15:35:17 +08:00 |
|
|
748a92d278
|
Refactor timer in framework
|
2024-02-06 21:11:40 +08:00 |
|
|
8d6915d0e6
|
Fix typo
|
2024-02-06 21:11:40 +08:00 |
|
|
ab03ef0fe8
|
Rename aster-std to aster-nix
|
2024-02-06 10:43:40 +08:00 |
|
|
8d456ebe8f
|
Refine the build process with VDSO
|
2024-02-05 12:47:00 +08:00 |
|
|
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 |
|