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
432f0c34b0
Bring both EFI and legacy to test
2024-01-02 07:21:36 +08:00
487e0cdd15
Recognize kernel memory regions in the Linux boot path
2024-01-02 07:21:36 +08:00
d4b6eea97d
Make the linux boot protocol test boot test only
2024-01-02 07:21:36 +08:00
e71c2701d6
Rename trojan to wrapper and add docs
2024-01-02 07:21:36 +08:00
12d01ca1e4
Update image and Rust toolchain
2024-01-02 07:21:36 +08:00
97323f612b
Fix boot phase mappings
2024-01-02 07:21:36 +08:00
ebbe451cc4
Apply relocations to enable vtable
2024-01-02 07:21:36 +08:00
32e62080ce
Add EFI stub
2024-01-02 07:21:36 +08:00
acf4a057d9
Make trojan compile in 64-bit mode
2024-01-02 07:21:36 +08:00
953ff66fcc
Introduce the boot trojan
2024-01-02 07:21:36 +08:00
ddca4fb2fc
Enable some fs system call test cases
2023-12-28 04:54:48 +08:00
5bc1312a91
Add support for the sync and fsync syscall
2023-12-28 04:54:48 +08:00
9473889c6b
Add Ext2 fs and basic bio layer
2023-12-28 04:54:48 +08:00
1616f2d32c
Change block device trait
2023-12-28 04:54:48 +08:00
5b274d6cbe
Add project logo to README
2023-12-28 04:42:50 +08:00
d044be4e49
Update the license to MPLv2
2023-12-26 17:43:45 +08:00
77e49d5cd5
Rename the banner
2023-12-26 11:49:24 +08:00
7b7e3c4b7a
Rename the path of dependent crates
2023-12-26 11:49:24 +08:00
632b1937c5
Rename docker image as asterinas/asterinas
2023-12-26 11:49:24 +08:00
99f6765ced
Rename jinux to asterinas in documentation and code
2023-12-26 11:49:24 +08:00
2b248dc326
Rename jinux-runner to aster-runner
2023-12-26 11:49:24 +08:00
f3dab1f798
Raname kernel as asterinas
2023-12-26 11:49:24 +08:00
93781df27b
Rename crates from jinux-* to aster-*
2023-12-26 11:49:24 +08:00
6dbf5d560d
Improve code readability in BoundSocket
...
The previous iface observer refactoring exposes some existing code
readability issues (as pointed out by @tatetian). Ideally, it is a bit
better to fix readability issues before doing new code refactoring, but
to avoid complex rebase conflicts, this commit fixes these issues only
after the code refactoring has landed.
2023-12-26 06:51:25 +08:00