Commit Graph

3501 Commits

Author SHA1 Message Date
jiangjianfeng c8f2cfaeae Add ostd-pod crate and #[derive(pod)], pod_union macros 2026-02-08 20:32:24 -08:00
jiangjianfeng d1c9d119b3 Add macro for padding struct 2026-02-08 20:32:24 -08:00
li041 84bced252b Add `pidfd_send_signal` syscall 2026-02-08 20:29:29 -08:00
li041 3ae286980e Genericize `kill*` functions with `Signal` trait 2026-02-08 20:29:29 -08:00
dependabot[bot] 3d6d91ea18 Bump time from 0.3.41 to 0.3.47
Bumps [time](https://github.com/time-rs/time) from 0.3.41 to 0.3.47.
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/compare/v0.3.41...v0.3.47)

---
updated-dependencies:
- dependency-name: time
  dependency-version: 0.3.47
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-06 00:27:43 -08:00
dependabot[bot] a84813150f Bump lru from 0.12.5 to 0.16.3
Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.12.5 to 0.16.3.
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jeromefroe/lru-rs/compare/0.12.5...0.16.3)

---
updated-dependencies:
- dependency-name: lru
  dependency-version: 0.16.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-05 19:39:29 -08:00
Ruihan Li 81e4c90449 Enable more regression tests 2026-02-06 10:09:59 +08:00
Ruihan Li 18f97d01fc Replace warnings with explanation 2026-02-06 10:09:59 +08:00
Ruihan Li dd25a8ad62 Rewrite `Credentials` comments 2026-02-06 10:09:59 +08:00
Ruihan Li 744e95a819 Correct some `Credentials` behavior 2026-02-06 10:09:59 +08:00
Ruihan Li 5bd40d7bd5 Reorder some `Credentials` methods 2026-02-06 10:09:59 +08:00
Hsy-Intel 5d0779bd83 Fix format issue 2026-02-03 22:57:49 -08:00
Hsy-Intel 4f8bbf18a6 Enable `cvm_guest` feature by default in aster-kernel 2026-02-03 22:57:49 -08:00
Xinyi Yu b0407dd517 Add `proc/self/mounts` and `proc/mounts` 2026-02-03 14:03:36 -08:00
Ruihan Li ab4e0d9012 Make `populate_device` infallible 2026-02-03 13:18:10 -08:00
Ruihan Li 8297da7247 Remove `VmMapping::inode` 2026-02-03 13:18:10 -08:00
Ruihan Li 894f6ba9b4 Fix heap lock issues 2026-02-03 13:18:10 -08:00
Ruihan Li 6d2ff13a63 Redirect serial output if `hvc0` is on 2026-01-28 19:43:55 -08:00
Qingsong Chen a4f77b12b6 Revise InodeDesc.acl from Option<Bid> to Bid 2026-01-28 18:43:02 -08:00
Qingsong Chen 28fe11e98d Fix ext2 fast symlink inode detection logic 2026-01-28 18:43:02 -08:00
Xinyi Yu 01cf00a4c6 Trim whitespace from input string before parsing in `OomScoreAdhFileOps::write_at` method 2026-01-28 16:19:03 -08:00
Ruihan Li a599a2c563 Disable BAR decoding when sizing PCI BARs 2026-01-27 23:05:02 -08:00
Ruihan Li eefdaf4de9 Fix minor problems in PCI 2026-01-27 23:05:02 -08:00
Ruihan Li b11fcdcf0b Remove unused code in PCI 2026-01-27 23:05:02 -08:00
Wang Siyuan 08d54ec6ad Add entries other than `[stack]` in `/proc/[pid]/maps` 2026-01-27 23:01:17 -08:00
Wang Siyuan fb8c9e0c27 Revert "`ProgramToLoad` only needs a `elf_inode: Arc<dyn Inode>` instead of a `Path`"
This reverts commit 71632a51b5.
2026-01-27 23:01:17 -08:00
Marsman1996 66ac28c4c2 Add test for permission validation of mprotect and mmap 2026-01-27 21:24:35 -08:00
Marsman1996 ea142155fb Fix permission validation in mprotect and mmap 2026-01-27 21:24:35 -08:00
li041 306cc714ae Align `PidFile` semantics with POSIX standards 2026-01-28 11:20:50 +08:00
Ruihan Li 425cc2d1cf Fix some style issues 2026-01-28 11:07:28 +08:00
Ruihan Li b1071b6b92 Remove old gVsior workaround 2026-01-28 11:07:28 +08:00
Ruihan Li 22dd288b07 Support `make run_kernel CONSOLE=ttyS0` 2026-01-27 17:44:41 -08:00
Ruihan Li 3c959bf0a0 Support `/dev/ttyS0` and `console=ttyS0` 2026-01-27 17:44:41 -08:00
Ruihan Li 000ad53c9f Support UART console 2026-01-27 17:44:41 -08:00
Ruihan Li 81c2f8d4bd Move NS16650A UART driver outside `arch` 2026-01-27 17:44:41 -08:00
root dee39e21d1 x86/tdx: integrate fatal error reporting and improve initialization 2026-01-27 16:32:36 -08:00
Ruihan Li a82d185154 Use PCI ECAM in x86 if possible 2026-01-27 16:24:07 -08:00
Ruihan Li a09de99c1d Ensure PCI access atomicity 2026-01-27 16:24:07 -08:00
Ruihan Li f055a387a7 Get the PCI bus number range 2026-01-27 16:24:07 -08:00
Ruihan Li 5499436807 Add regression tests for recent issues 2026-01-27 10:02:21 +08:00
Ruihan Li a3314c6432 Ignore high bits in PCI BAR sizes 2026-01-26 17:19:10 -08:00
Xinyi Yu 459a634e4a fmt 2026-01-26 15:22:23 -08:00
Xinyi Yu 76586dd6fb Update the book 2026-01-26 15:22:23 -08:00
Xinyi Yu b2ea514556 Impl BLKGETSIZE64 ioctl 2026-01-26 15:22:23 -08:00
Chaoqun Zheng e4ebd821de Fix error setting bid in `InodeImpl::free_indirect_blocks_required_by` 2026-01-26 15:17:07 -08:00
Tate, Hongliang Tian e44d7e2b12 Update the intro section of README 2026-01-25 20:52:55 -08:00
Wang Siyuan b7ae738310 Cleanup: Only maintain children for directory dentries 2026-01-22 11:39:09 +08:00
Marsman1996 5792b49722 Fix error handling in OverlayFsType by propagating lookup errors 2026-01-21 00:30:23 -08:00
Ruihan Li 6a61aa39b0 Handle the listener in `State::set_pass_cred` 2026-01-21 10:11:19 +08:00
Marsman1996 43f570730c Fix new_fd validation to use resource limits in `do_dup3` 2026-01-20 16:02:40 +08:00