Skip to content
Merged
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
198 changes: 99 additions & 99 deletions Cargo.lock

Large diffs are not rendered by default.

198 changes: 99 additions & 99 deletions Cargo.toml

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions components/axbacktrace/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.2](https://github.com/rcore-os/tgoskits/compare/axbacktrace-v0.4.1...axbacktrace-v0.4.2) - 2026-06-09

### Added

- *(backtrace)* add showcase workflow ([#1094](https://github.com/rcore-os/tgoskits/pull/1094))

## [0.4.1](https://github.com/rcore-os/tgoskits/compare/axbacktrace-v0.4.0...axbacktrace-v0.4.1) - 2026-06-03

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion components/axbacktrace/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "axbacktrace"
version = "0.4.1"
version = "0.4.2"
description = "Backtrace for ArceOS"
authors = ["Mivik <mivikq@gmail.com>", "ζœε€‰ζ°΄εΈŒ <asakuramizu111@gmail.com>"]
repository = "https://github.com/Starry-OS/axbacktrace"
Expand Down
16 changes: 16 additions & 0 deletions components/axcpu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

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

### Added

- *(std)* unify std-aware ArceOS builds ([#1080](https://github.com/rcore-os/tgoskits/pull/1080))

### Fixed

- *(axcpu)* preserve loongarch64 LASX state for Git HTTPS ([#1178](https://github.com/rcore-os/tgoskits/pull/1178))
- *(axcpu-aarch64)* emulate EL0 MRS reads of ID_AA64* feature registers ([#1128](https://github.com/rcore-os/tgoskits/pull/1128))
- *(ci)* switch x86_64 defaults to dynamic platform ([#1024](https://github.com/rcore-os/tgoskits/pull/1024))

### Other

- *(starryos)* add K230 NNCase runtime demo ([#1058](https://github.com/rcore-os/tgoskits/pull/1058))

## [0.6.5](https://github.com/rcore-os/tgoskits/compare/ax-cpu-v0.6.4...ax-cpu-v0.6.5) - 2026-06-03

### Added
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.6.5"
version = "0.6.6"
repository = "https://github.com/rcore-os/tgoskits"
edition.workspace = true
authors = [
Expand Down
11 changes: 11 additions & 0 deletions components/axfs-ng-vfs/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.5.0](https://github.com/rcore-os/tgoskits/compare/axfs-ng-vfs-v0.4.3...axfs-ng-vfs-v0.5.0) - 2026-06-09

### Added

- *(vfs)* pass uid/gid through creation path to filesystem nodes ([#1097](https://github.com/rcore-os/tgoskits/pull/1097))

### Fixed

- *(locking)* narrow spinlock scope in VFS and Starry paths ([#1146](https://github.com/rcore-os/tgoskits/pull/1146))
- *(lockdep)* resolve Starry lock ordering and log print issues ([#1103](https://github.com/rcore-os/tgoskits/pull/1103))

## [0.4.3](https://github.com/rcore-os/tgoskits/compare/axfs-ng-vfs-v0.4.2...axfs-ng-vfs-v0.4.3) - 2026-06-03

### Added
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.4.3"
version = "0.5.0"
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.0](https://github.com/rcore-os/tgoskits/compare/ax-io-v0.5.7...ax-io-v0.6.0) - 2026-06-09

### Added

- *(ax-posix-api)* improve ArceOS epoll semantics ([#1034](https://github.com/rcore-os/tgoskits/pull/1034))

## [0.5.7](https://github.com/rcore-os/tgoskits/compare/ax-io-v0.5.6...ax-io-v0.5.7) - 2026-05-22

### Other
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.5.7"
version = "0.6.0"
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/axklib/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/axklib-v0.6.0...axklib-v0.6.1) - 2026-06-09

### Other

- updated the following local packages: ax-alloc, dma-api

## [0.6.0](https://github.com/rcore-os/tgoskits/compare/axklib-v0.5.9...axklib-v0.6.0) - 2026-06-03

### 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.0"
version = "0.6.1"
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.3.11](https://github.com/rcore-os/tgoskits/compare/axpoll-v0.3.10...axpoll-v0.3.11) - 2026-06-09

### Added

- *(std)* unify std-aware ArceOS builds ([#1080](https://github.com/rcore-os/tgoskits/pull/1080))

## [0.3.10](https://github.com/rcore-os/tgoskits/compare/axpoll-v0.3.9...axpoll-v0.3.10) - 2026-06-03

### Other
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.3.10"
version = "0.3.11"
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
6 changes: 6 additions & 0 deletions components/kernel_guard/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.11](https://github.com/rcore-os/tgoskits/compare/ax-kernel-guard-v0.3.10...ax-kernel-guard-v0.3.11) - 2026-06-09

### Added

- *(std)* unify std-aware ArceOS builds ([#1080](https://github.com/rcore-os/tgoskits/pull/1080))

## [0.3.10](https://github.com/rcore-os/tgoskits/compare/ax-kernel-guard-v0.3.9...ax-kernel-guard-v0.3.10) - 2026-05-15

### Other
Expand Down
2 changes: 1 addition & 1 deletion components/kernel_guard/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ax-kernel-guard"
version = "0.3.10"
version = "0.3.11"
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/kspin/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.11](https://github.com/rcore-os/tgoskits/compare/ax-kspin-v0.3.10...ax-kspin-v0.3.11) - 2026-06-09

### Added

- *(std)* unify std-aware ArceOS builds ([#1080](https://github.com/rcore-os/tgoskits/pull/1080))

### Fixed

- *(lockdep)* resolve Starry lock ordering and log print issues ([#1103](https://github.com/rcore-os/tgoskits/pull/1103))

## [0.3.10](https://github.com/rcore-os/tgoskits/compare/ax-kspin-v0.3.9...ax-kspin-v0.3.10) - 2026-06-03

### 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.10"
version = "0.3.11"
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/lockdep/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.3](https://github.com/rcore-os/tgoskits/compare/ax-lockdep-v0.1.2...ax-lockdep-v0.1.3) - 2026-06-09

### Other

- updated the following local packages: ax-kernel-guard

## [0.1.2](https://github.com/rcore-os/tgoskits/compare/ax-lockdep-v0.1.1...ax-lockdep-v0.1.2) - 2026-06-03

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion components/lockdep/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ax-lockdep"
version = "0.1.2"
version = "0.1.3"
repository = "https://github.com/rcore-os/tgoskits"
edition.workspace = true
authors = ["Shi Lei <shi_lei@massclouds.com>"]
Expand Down
6 changes: 6 additions & 0 deletions components/percpu/percpu/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.13](https://github.com/rcore-os/tgoskits/compare/ax-percpu-v0.4.12...ax-percpu-v0.4.13) - 2026-06-09

### Added

- *(std)* unify std-aware ArceOS builds ([#1080](https://github.com/rcore-os/tgoskits/pull/1080))

## [0.4.12](https://github.com/rcore-os/tgoskits/compare/ax-percpu-v0.4.11...ax-percpu-v0.4.12) - 2026-06-03

### Other
Expand Down
2 changes: 1 addition & 1 deletion components/percpu/percpu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ax-percpu"
description = "Define and access per-CPU data structures"
version = "0.4.12"
version = "0.4.13"
repository = "https://github.com/rcore-os/tgoskits"
edition.workspace = true
authors = ["Yuekai Jia <equation618@gmail.com>", "hky1999 <976929993@qq.com>", "Su Mingxian <aarkegz@gmail.com>", "yufeng <321353225@qq.com>"]
Expand Down
7 changes: 7 additions & 0 deletions components/rsext4/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

### Added

- *(rsext4)* fine-grained locking for SMP scalability ([#1057](https://github.com/rcore-os/tgoskits/pull/1057))
- *(vfs)* pass uid/gid through creation path to filesystem nodes ([#1097](https://github.com/rcore-os/tgoskits/pull/1097))

## [0.5.0](https://github.com/rcore-os/tgoskits/compare/rsext4-v0.4.1...rsext4-v0.5.0) - 2026-06-03

### Added
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.5.0"
version = "0.6.0"
edition.workspace = true
description = "A lightweight ext4 file system."
authors = ["Dirinkbottle <2909128143@qq.com>"]
Expand Down
6 changes: 6 additions & 0 deletions components/scope-local/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.0](https://github.com/rcore-os/tgoskits/compare/scope-local-v0.3.8...scope-local-v0.4.0) - 2026-06-09

### Added

- *(std)* unify std-aware ArceOS builds ([#1080](https://github.com/rcore-os/tgoskits/pull/1080))

## [0.3.8](https://github.com/rcore-os/tgoskits/compare/scope-local-v0.3.7...scope-local-v0.3.8) - 2026-06-03

### Other
Expand Down
2 changes: 1 addition & 1 deletion components/scope-local/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scope-local"
version = "0.3.8"
version = "0.4.0"
edition.workspace = true
description = "Scope local storage"
authors = ["ζœε€‰ζ°΄εΈŒ <asakuramizu111@gmail.com>"]
Expand Down
15 changes: 15 additions & 0 deletions components/someboot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.17](https://github.com/rcore-os/tgoskits/compare/someboot-v0.1.16...someboot-v0.1.17) - 2026-06-09

### Added

- *(axvisor)* support dynamic x86_64 QEMU guest boot ([#1166](https://github.com/rcore-os/tgoskits/pull/1166))
- *(std)* unify std-aware ArceOS builds ([#1080](https://github.com/rcore-os/tgoskits/pull/1080))

### Fixed

- *(ci)* switch x86_64 defaults to dynamic platform ([#1024](https://github.com/rcore-os/tgoskits/pull/1024))

### Other

- Replace jump instruction with lla and jr for kernel entry ([#1170](https://github.com/rcore-os/tgoskits/pull/1170))

## [0.1.16](https://github.com/rcore-os/tgoskits/compare/someboot-v0.1.15...someboot-v0.1.16) - 2026-06-03

### 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.1.16"
version = "0.1.17"

[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.9](https://github.com/rcore-os/tgoskits/compare/starry-process-v0.4.8...starry-process-v0.4.9) - 2026-06-09

### Added

- *(std)* unify std-aware ArceOS builds ([#1080](https://github.com/rcore-os/tgoskits/pull/1080))

## [0.4.8](https://github.com/rcore-os/tgoskits/compare/starry-process-v0.4.7...starry-process-v0.4.8) - 2026-06-03

### Added
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.8"
version = "0.4.9"
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.1](https://github.com/rcore-os/tgoskits/compare/starry-signal-v0.8.0...starry-signal-v0.8.1) - 2026-06-09

### Added

- *(std)* unify std-aware ArceOS builds ([#1080](https://github.com/rcore-os/tgoskits/pull/1080))

## [0.8.0](https://github.com/rcore-os/tgoskits/compare/starry-signal-v0.7.0...starry-signal-v0.8.0) - 2026-06-03

### 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.0"
version = "0.8.1"
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.10](https://github.com/rcore-os/tgoskits/compare/starry-vm-v0.5.9...starry-vm-v0.5.10) - 2026-06-09

### Fixed

- *(starry-net)* epoll_pwait user-buffer alignment + netlink MSG_PEEK/TRUNC/DONTWAIT (Go network servers) ([#921](https://github.com/rcore-os/tgoskits/pull/921))

## [0.5.9](https://github.com/rcore-os/tgoskits/compare/starry-vm-v0.5.8...starry-vm-v0.5.9) - 2026-05-22

### Other
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.9"
version = "0.5.10"
edition.workspace = true
authors = ["ζœε€‰ζ°΄εΈŒ <asakuramizu111@gmail.com>", "Mivik <mivikq@gmail.com>"]
description = "Virtual memory management library for Starry OS"
Expand Down
15 changes: 15 additions & 0 deletions drivers/ax-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ 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/ax-driver-v0.6.1...ax-driver-v0.7.0) - 2026-06-09

### Added

- *(std)* unify std-aware ArceOS builds ([#1080](https://github.com/rcore-os/tgoskits/pull/1080))
- *(somehal)* register x86 ACPI IOAPIC through rdrive ([#1155](https://github.com/rcore-os/tgoskits/pull/1155))

### Fixed

- *(ci)* switch x86_64 defaults to dynamic platform ([#1024](https://github.com/rcore-os/tgoskits/pull/1024))

### Other

- *(ax-driver)* remove redundant mmio cfg gate ([#1100](https://github.com/rcore-os/tgoskits/pull/1100))

## [0.6.1](https://github.com/rcore-os/tgoskits/compare/ax-driver-v0.6.0...ax-driver-v0.6.1) - 2026-06-03

### Added
Expand Down
2 changes: 1 addition & 1 deletion drivers/ax-driver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ax-driver"
version = "0.6.1"
version = "0.7.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
Loading