Fabing Li
4700ab71bc
Bumped Asterinas & OSDK version to 0.5.1
2024-06-26 19:12:17 +08:00
Jianfeng Jiang
cb5b996274
Add syscall sendmsg and recvmsg
2024-06-25 13:40:58 +08:00
Zhang Junyang
d2eb9e16ff
[chore] Bump to 0.5.0
2024-06-21 10:57:08 +08:00
Hsy-Intel
8c39309381
Add TDX dockerfile & CI for asterinas
2024-06-20 16:08:23 +08:00
Jianfeng Jiang
a997785166
Add CI to update API documentations
2024-06-18 15:15:08 +08:00
Hsy-Intel
c97514a6eb
Add advanced topics
2024-06-18 12:45:45 +08:00
Hsy-Intel
6014ecfc0f
Add tdx guide for osdk
2024-06-14 19:49:03 +08:00
Jianfeng Jiang
3b95191f7e
Subcommand new
should not parse CommonArgs
2024-06-09 22:55:01 +08:00
Jianfeng Jiang
1391ff59f2
Polish OSDK documentation
2024-06-09 22:55:01 +08:00
Chen Chengjun
9484d35730
Update Linux compatibility document
2024-06-07 17:08:49 +08:00
StanPlatinum
6e612fc730
Add syscall capget/capset
2024-06-04 19:50:08 +08:00
Fabing Li
8e1aeaf578
Add dup3 syscall and fix EventFile
2024-06-04 16:02:58 +08:00
Zhenchen Wang
980ffb5a98
Add syscall umount.
...
Signed-off-by: Zhenchen Wang <m202372036@hust.edu.cn>
2024-06-04 14:38:52 +08:00
Zhang Junyang
7095b37e7e
Refactor the source structure in aster_frame::mm
2024-06-03 22:16:02 +08:00
Zhang Junyang
3579d88aa6
Fortify the metadata memory model and adjust the Page
casting APIs
2024-06-03 22:16:02 +08:00
Zhang Junyang
14e1b1a9fc
Rename various concepts related to memory management
2024-06-03 22:16:02 +08:00
anbo
901bccadfe
Add syscall rt_sigpending
2024-06-03 15:30:52 +08:00
Weijie Liu
2ecca7af6b
Add dummy syscall sched_getaffinity
2024-06-01 20:10:09 +08:00
jellllly420
e1480f94ee
fix: enable timely delivery of POSIX signals while busy-looping
2024-06-01 20:08:11 +08:00
Jianfeng Jiang
c04fd0c9a0
Add syscall sendfile
2024-05-31 16:10:46 +08:00
skpupil
4101d8328a
Add syscall creat
2024-05-31 15:19:17 +08:00
Jianfeng Jiang
5687f23b56
Add API documentation guidelines in to-contribute
2024-05-30 20:44:59 +08:00
Zhang Junyang
f420286920
Make stripping ELF optional for QEMU direct boot
2024-05-23 12:37:57 +08:00
Jianfeng Jiang
07fbbcfd8c
Add syscall clone3
2024-05-21 19:22:13 +08:00
Jianfeng Jiang
b11e6d2d62
Add syscall accept4
2024-05-16 19:17:38 +08:00
Jianfeng Jiang
89b21ba3b4
Add syscall rt_sigsuspend
2024-05-16 19:10:04 +08:00
Jianfeng Jiang
078f9a8891
Add syscall eventfd and eventfd2
2024-05-15 21:52:17 +08:00
Zhang Junyang
989970429a
Refactor the definition of page properties and permissions
2024-05-10 19:07:05 +08:00
Jianfeng Jiang
7a82132ecc
Bump version in the documentation
2024-05-10 10:47:53 +08:00
Weijie Liu
5d28f29a11
Fix syscall list in docs
2024-05-09 10:20:48 +08:00
StanPlatinum
2b67dee1fc
Add syscall epoll_pwait
2024-05-06 14:17:58 +08:00
Zhang Junyang
cc4111cab2
Remove the vars mechanism in OSDK and polish documents
2024-04-25 09:44:46 +08:00
Zhang Junyang
56175f63df
Re-implement OSDK debugging fixes and other facilities upon the refactor
...
This commit bring back the features introduced from d28292c to a52e432:
- Disable KVM when using GDB;
- Update docs about the GDB server address;
- Add `config` option for `CargoArgs` in OSDK;
- Ensure debug info added when debugging in the release profile.
2024-04-25 09:44:46 +08:00
Zhang Junyang
faacb68210
Update OSDK documentations
2024-04-25 09:44:46 +08:00
Zhang Junyang
e4c2151566
Implement the next OSDK
2024-04-25 09:44:46 +08:00
Zhang Junyang
3dce753c86
Multiple ways to specify OSDK new's type
2024-04-25 09:44:46 +08:00
Zhang Junyang
dcab4e1039
Update documents for the OSDK overhaul
2024-04-25 09:44:46 +08:00
Zhang Junyang
33c53dcf2b
Overhaul OSDK
2024-04-25 09:44:46 +08:00
Zhang Junyang
735d7b7b11
Prepare OSDK for multi arch support and the upcoming refactor
2024-04-25 09:44:46 +08:00
fgh1999
0c60a2a667
Update docs about the GDB server address
2024-04-22 15:21:07 +08:00
Wang Taojie
726632ad70
Update a-100-line-kernel.md
2024-04-11 17:31:48 +08:00
fgh1999
45a7aba5c9
Add docs for OSDK debug
and run
2024-04-01 17:26:49 +08:00
fgh1999
35604198cd
Update introductions to build and test instructions.
...
Add instructions for debugging via VS Code.
2024-04-01 17:26:49 +08:00
Zhenchen Wang
74c70e3b5a
Update "Linux Compatibility" page
...
Signed-off-by: Zhenchen Wang <m202372036@hust.edu.cn>
2024-03-25 16:34:35 +08:00
Jianfeng Jiang
63499c675c
Add OSDK demos in Asterinas Book in OSDK integration test
2024-03-22 10:39:23 +08:00
Jianfeng Jiang
951b2f98dd
Run OSDK tests in host environment
2024-03-22 10:39:23 +08:00
Jianfeng Jiang
aaf101a53e
Supporting running OSDK commands in workspace root
2024-03-22 10:39:23 +08:00
Hsy-Intel
286a3514b3
Refine osdk doc
2024-03-13 11:26:59 +08:00
Ruihan Li
11df16d65e
Fix backticks in OSDK documentations
2024-03-08 11:45:27 +08:00
Jianfeng Jiang
26dff7d054
Fix typo in OSDK documentation
2024-03-01 22:38:33 +08:00