Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
268 changes: 134 additions & 134 deletions Cargo.lock

Large diffs are not rendered by default.

176 changes: 88 additions & 88 deletions Cargo.toml

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions components/aic8800/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2](https://github.com/rcore-os/tgoskits/compare/aic8800-v0.2.1...aic8800-v0.2.2) - 2026-07-01

### Other

- updated the following local packages: ax-kspin, rdif-eth, rd-net, dma-api

## [0.2.1](https://github.com/rcore-os/tgoskits/compare/aic8800-v0.2.0...aic8800-v0.2.1) - 2026-06-27

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion components/aic8800/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aic8800"
version = "0.2.1"
version = "0.2.2"
edition = "2024"
license = "Apache-2.0"
repository.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions components/axconfig-gen/axconfig-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.12](https://github.com/rcore-os/tgoskits/compare/ax-config-gen-v0.4.11...ax-config-gen-v0.4.12) - 2026-07-01

### Other

- update Cargo.lock dependencies

## [0.4.11](https://github.com/rcore-os/tgoskits/compare/ax-config-gen-v0.4.10...ax-config-gen-v0.4.11) - 2026-06-22

### Other
Expand Down
2 changes: 1 addition & 1 deletion components/axconfig-gen/axconfig-gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "ax-config-gen"
description = "A TOML-based configuration generation tool for ArceOS."
categories = ["config", "parsing", "parser-implementations"]
keywords = ["arceos", "config", "toml"]
version = "0.4.11"
version = "0.4.12"
repository = "https://github.com/rcore-os/tgoskits"
edition.workspace = true
authors = ["Yuekai Jia <equation618@gmail.com>"]
Expand Down
6 changes: 6 additions & 0 deletions components/axconfig-gen/axconfig-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.12](https://github.com/rcore-os/tgoskits/compare/ax-config-macros-v0.4.11...ax-config-macros-v0.4.12) - 2026-07-01

### Other

- updated the following local packages: ax-config-gen

## [0.4.11](https://github.com/rcore-os/tgoskits/compare/ax-config-macros-v0.4.10...ax-config-macros-v0.4.11) - 2026-06-22

### Other
Expand Down
2 changes: 1 addition & 1 deletion components/axconfig-gen/axconfig-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "ax-config-macros"
description = "Procedural macros for converting TOML format configurations to Rust constant definitions."
categories = ["development-tools::procedural-macro-helpers", "config", "parsing", "parser-implementations"]
keywords = ["arceos", "config", "toml"]
version = "0.4.11"
version = "0.4.12"
repository = "https://github.com/rcore-os/tgoskits"
edition.workspace = true
authors = ["Yuekai Jia <equation618@gmail.com>"]
Expand Down
11 changes: 11 additions & 0 deletions components/axcpu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.8.1](https://github.com/rcore-os/tgoskits/compare/ax-cpu-v0.8.0...ax-cpu-v0.8.1) - 2026-07-01

### Added

- *(axvisor)* support LoongArch Linux guest on QEMU ([#1207](https://github.com/rcore-os/tgoskits/pull/1207))
- *(starry)* ARM PMUv3 hardware-PMU perf support (perf stat / record / report) ([#1395](https://github.com/rcore-os/tgoskits/pull/1395))

### Other

- *(starry-kernel)* move arch runtime helpers into HAL ([#1427](https://github.com/rcore-os/tgoskits/pull/1427))

## [0.8.0](https://github.com/rcore-os/tgoskits/compare/ax-cpu-v0.7.1...ax-cpu-v0.8.0) - 2026-06-27

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion components/axcpu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ax-cpu"
version = "0.8.0"
version = "0.8.1"
repository = "https://github.com/rcore-os/tgoskits"
edition.workspace = true
authors = [
Expand Down
6 changes: 6 additions & 0 deletions components/axerrno/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.1](https://github.com/rcore-os/tgoskits/compare/ax-errno-v0.6.0...ax-errno-v0.6.1) - 2026-07-01

### Other

- *(build)* generate build.rs Rust sources with quote ([#1422](https://github.com/rcore-os/tgoskits/pull/1422))

## [0.6.0](https://github.com/rcore-os/tgoskits/compare/ax-errno-v0.5.0...ax-errno-v0.6.0) - 2026-05-22

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion components/axerrno/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ax-errno"
version = "0.6.0"
version = "0.6.1"
repository = "https://github.com/rcore-os/tgoskits"
edition.workspace = true
authors = ["Yuekai Jia <equation618@gmail.com>"]
Expand Down
6 changes: 6 additions & 0 deletions components/axfs-ng-vfs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.3](https://github.com/rcore-os/tgoskits/compare/axfs-ng-vfs-v0.5.2...axfs-ng-vfs-v0.5.3) - 2026-07-01

### Other

- updated the following local packages: ax-kspin, ax-errno

## [0.5.2](https://github.com/rcore-os/tgoskits/compare/axfs-ng-vfs-v0.5.1...axfs-ng-vfs-v0.5.2) - 2026-06-27

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion components/axfs-ng-vfs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "axfs-ng-vfs"
version = "0.5.2"
version = "0.5.3"
edition.workspace = true
authors = ["Mivik <mivikq@gmail.com>", "ζœε€‰ζ°΄εΈŒ <asakuramizu111@gmail.com>"]
description = "Virtual filesystem layer for ArceOS"
Expand Down
6 changes: 6 additions & 0 deletions components/axio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.1](https://github.com/rcore-os/tgoskits/compare/ax-io-v0.6.0...ax-io-v0.6.1) - 2026-07-01

### Other

- updated the following local packages: ax-errno

## [0.6.0](https://github.com/rcore-os/tgoskits/compare/ax-io-v0.5.7...ax-io-v0.6.0) - 2026-06-09

### Added
Expand Down
2 changes: 1 addition & 1 deletion components/axio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ax-io"
version = "0.6.0"
version = "0.6.1"
repository = "https://github.com/rcore-os/tgoskits"
edition.workspace = true
authors = ["Yuekai Jia <equation618@gmail.com>"]
Expand Down
10 changes: 10 additions & 0 deletions components/axklib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.0](https://github.com/rcore-os/tgoskits/compare/axklib-v0.6.6...axklib-v0.7.0) - 2026-07-01

### Added

- *(irq-framework)* use domain-scoped irq ids

### Other

- *(irq-framework)* require boxed IRQ callbacks ([#1452](https://github.com/rcore-os/tgoskits/pull/1452))

## [0.6.6](https://github.com/rcore-os/tgoskits/compare/axklib-v0.6.5...axklib-v0.6.6) - 2026-06-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion components/axklib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "axklib"
version = "0.6.6"
version = "0.7.0"
edition.workspace = true
authors = ["周睿 <zrufo747@outlook.com>"]
description = "Small kernel-helper abstractions used across the microkernel"
Expand Down
6 changes: 6 additions & 0 deletions components/axpoll/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.3](https://github.com/rcore-os/tgoskits/compare/axpoll-v0.4.2...axpoll-v0.4.3) - 2026-07-01

### Other

- updated the following local packages: ax-kspin, ax-kspin

## [0.4.2](https://github.com/rcore-os/tgoskits/compare/axpoll-v0.4.1...axpoll-v0.4.2) - 2026-06-27

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion components/axpoll/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "axpoll"
version = "0.4.2"
version = "0.4.3"
edition.workspace = true
description = "A library for polling I/O events and waking up tasks."
authors = ["Mivik <mivikq@gmail.com>", "ζœε€‰ζ°΄εΈŒ <asakuramizu111@gmail.com>"]
Expand Down
11 changes: 11 additions & 0 deletions components/irq-framework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0](https://github.com/rcore-os/tgoskits/compare/irq-framework-v0.2.0...irq-framework-v0.3.0) - 2026-07-01

### Added

- *(irq-framework)* use domain-scoped irq ids

### Other

- *(irq-framework)* require boxed IRQ callbacks ([#1452](https://github.com/rcore-os/tgoskits/pull/1452))
- *(somehal)* modernize x86 qemu irq routing ([#1430](https://github.com/rcore-os/tgoskits/pull/1430))

## [0.2.0](https://github.com/rcore-os/tgoskits/compare/irq-framework-v0.1.1...irq-framework-v0.2.0) - 2026-06-27

### Other
Expand Down
2 changes: 1 addition & 1 deletion components/irq-framework/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "irq-framework"
version = "0.2.0"
version = "0.3.0"
edition.workspace = true
authors = ["RCore Team <yuchen@tsinghua.edu.cn>"]
description = "A no_std dynamic IRQ registration and dispatch framework"
Expand Down
6 changes: 6 additions & 0 deletions components/kspin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.13](https://github.com/rcore-os/tgoskits/compare/ax-kspin-v0.3.12...ax-kspin-v0.3.13) - 2026-07-01

### Added

- *(kspin)* add lockdep-aware spin rwlock ([#1397](https://github.com/rcore-os/tgoskits/pull/1397))

## [0.3.12](https://github.com/rcore-os/tgoskits/compare/ax-kspin-v0.3.11...ax-kspin-v0.3.12) - 2026-06-23

### Other
Expand Down
2 changes: 1 addition & 1 deletion components/kspin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ax-kspin"
version = "0.3.12"
version = "0.3.13"
repository = "https://github.com/rcore-os/tgoskits"
edition.workspace = true
authors = ["Yuekai Jia <equation618@gmail.com>"]
Expand Down
6 changes: 6 additions & 0 deletions components/rsext4/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.3](https://github.com/rcore-os/tgoskits/compare/rsext4-v0.7.2...rsext4-v0.7.3) - 2026-07-01

### Other

- updated the following local packages: ax-kspin

## [0.7.2](https://github.com/rcore-os/tgoskits/compare/rsext4-v0.7.1...rsext4-v0.7.2) - 2026-06-23

### Other
Expand Down
2 changes: 1 addition & 1 deletion components/rsext4/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rsext4"
version = "0.7.2"
version = "0.7.3"
edition.workspace = true
description = "A lightweight ext4 file system."
authors = ["Dirinkbottle <2909128143@qq.com>"]
Expand Down
6 changes: 6 additions & 0 deletions components/sdio-host2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.2](https://github.com/rcore-os/tgoskits/compare/sdio-host2-v0.1.1...sdio-host2-v0.1.2) - 2026-07-01

### Other

- updated the following local packages: dma-api

## [0.1.1](https://github.com/rcore-os/tgoskits/compare/sdio-host2-v0.1.0...sdio-host2-v0.1.1) - 2026-06-27

### Other
Expand Down
2 changes: 1 addition & 1 deletion components/sdio-host2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sdio-host2"
version = "0.1.1"
version = "0.1.2"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
10 changes: 10 additions & 0 deletions components/someboot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1](https://github.com/rcore-os/tgoskits/compare/someboot-v0.3.0...someboot-v0.3.1) - 2026-07-01

### Added

- *(axvisor)* support LoongArch Linux guest on QEMU ([#1207](https://github.com/rcore-os/tgoskits/pull/1207))

### Other

- *(somehal)* modernize x86 qemu irq routing ([#1430](https://github.com/rcore-os/tgoskits/pull/1430))

## [0.3.0](https://github.com/rcore-os/tgoskits/compare/someboot-v0.2.3...someboot-v0.3.0) - 2026-06-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion components/someboot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["os"]
license = "MPL-2.0"
name = "someboot"
repository.workspace = true
version = "0.3.0"
version = "0.3.1"

[features]
efi = []
Expand Down
6 changes: 6 additions & 0 deletions components/starry-process/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.12](https://github.com/rcore-os/tgoskits/compare/starry-process-v0.4.11...starry-process-v0.4.12) - 2026-07-01

### Other

- updated the following local packages: ax-kspin, ax-kspin

## [0.4.11](https://github.com/rcore-os/tgoskits/compare/starry-process-v0.4.10...starry-process-v0.4.11) - 2026-06-27

### Other
Expand Down
2 changes: 1 addition & 1 deletion components/starry-process/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starry-process"
version = "0.4.11"
version = "0.4.12"
edition.workspace = true
authors = ["ζœε€‰ζ°΄εΈŒ <asakuramizu111@gmail.com>"]
description = "Process management for Starry OS"
Expand Down
6 changes: 6 additions & 0 deletions components/starry-signal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.7](https://github.com/rcore-os/tgoskits/compare/starry-signal-v0.8.6...starry-signal-v0.8.7) - 2026-07-01

### Other

- updated the following local packages: ax-kspin, ax-kspin, ax-errno, ax-cpu, starry-vm

## [0.8.6](https://github.com/rcore-os/tgoskits/compare/starry-signal-v0.8.5...starry-signal-v0.8.6) - 2026-06-27

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion components/starry-signal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starry-signal"
version = "0.8.6"
version = "0.8.7"
edition.workspace = true
authors = ["Mivik <mivikq@gmail.com>", "ζœε€‰ζ°΄εΈŒ <asakuramizu111@gmail.com>"]
description = "Signal management library for Starry OS"
Expand Down
6 changes: 6 additions & 0 deletions components/starry-vm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.11](https://github.com/rcore-os/tgoskits/compare/starry-vm-v0.5.10...starry-vm-v0.5.11) - 2026-07-01

### Other

- updated the following local packages: ax-errno

## [0.5.10](https://github.com/rcore-os/tgoskits/compare/starry-vm-v0.5.9...starry-vm-v0.5.10) - 2026-06-09

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion components/starry-vm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starry-vm"
version = "0.5.10"
version = "0.5.11"
edition.workspace = true
authors = ["ζœε€‰ζ°΄εΈŒ <asakuramizu111@gmail.com>", "Mivik <mivikq@gmail.com>"]
description = "Virtual memory management library for Starry OS"
Expand Down
Loading