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
176 changes: 88 additions & 88 deletions Cargo.lock

Large diffs are not rendered by default.

174 changes: 87 additions & 87 deletions Cargo.toml
Comment thread
ZR233 marked this conversation as resolved.

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.3](https://github.com/rcore-os/tgoskits/compare/aic8800-v0.2.2...aic8800-v0.2.3) - 2026-07-07

### Other

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

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

### Other
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.2"
version = "0.2.3"
edition = "2024"
license = "Apache-2.0"
repository.workspace = true
Expand Down
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.5](https://github.com/rcore-os/tgoskits/compare/axbacktrace-v0.4.4...axbacktrace-v0.4.5) - 2026-07-07

### Other

- *(repo)* remove vendored spin crate ([#1421](https://github.com/rcore-os/tgoskits/pull/1421))

## [0.4.4](https://github.com/rcore-os/tgoskits/compare/axbacktrace-v0.4.3...axbacktrace-v0.4.4) - 2026-06-27

### 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.4"
version = "0.4.5"
description = "Backtrace for ArceOS"
authors = ["Mivik <mivikq@gmail.com>", "ζœε€‰ζ°΄εΈŒ <asakuramizu111@gmail.com>"]
repository = "https://github.com/Starry-OS/axbacktrace"
Expand Down
6 changes: 6 additions & 0 deletions components/axcpu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

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

### Other

- *(platforms)* move someboot and somehal-macros and add documents ([#1485](https://github.com/rcore-os/tgoskits/pull/1485))

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

### 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.8.1"
version = "0.8.2"
repository = "https://github.com/rcore-os/tgoskits"
edition.workspace = true
authors = [
Expand Down
10 changes: 10 additions & 0 deletions components/axfs-ng-vfs/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.5.4](https://github.com/rcore-os/tgoskits/compare/axfs-ng-vfs-v0.5.3...axfs-ng-vfs-v0.5.4) - 2026-07-07

### Added

- *(starry)* add nix test (no sandbox currently) and kernel regression suite ([#1125](https://github.com/rcore-os/tgoskits/pull/1125))

### Fixed

- *(starry)* harden path, random, and icmp behavior ([#1517](https://github.com/rcore-os/tgoskits/pull/1517))

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

### Other
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.3"
version = "0.5.4"
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/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.7.1](https://github.com/rcore-os/tgoskits/compare/axklib-v0.7.0...axklib-v0.7.1) - 2026-07-07

### Other

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

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

### 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.7.0"
version = "0.7.1"
edition.workspace = true
authors = ["周睿 <zrufo747@outlook.com>"]
description = "Small kernel-helper abstractions used across the microkernel"
Expand Down
7 changes: 7 additions & 0 deletions components/axpoll/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.5.0](https://github.com/rcore-os/tgoskits/compare/axpoll-v0.4.3...axpoll-v0.5.0) - 2026-07-07

### Other

- Remove `ax-feat` crate and redistribute features across runtime, API, and user library layers ([#1513](https://github.com/rcore-os/tgoskits/pull/1513))
- *(repo)* remove vendored spin crate ([#1421](https://github.com/rcore-os/tgoskits/pull/1421))

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

### 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.4.3"
version = "0.5.0"
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/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.14](https://github.com/rcore-os/tgoskits/compare/ax-kspin-v0.3.13...ax-kspin-v0.3.14) - 2026-07-07

### Other

- Dev might sleep enhance ([#1480](https://github.com/rcore-os/tgoskits/pull/1480))

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

### Added
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.13"
version = "0.3.14"
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.2.0](https://github.com/rcore-os/tgoskits/compare/ax-lockdep-v0.1.4...ax-lockdep-v0.2.0) - 2026-07-07

### Other

- Dev might sleep enhance ([#1480](https://github.com/rcore-os/tgoskits/pull/1480))

## [0.1.4](https://github.com/rcore-os/tgoskits/compare/ax-lockdep-v0.1.3...ax-lockdep-v0.1.4) - 2026-06-23

### Other
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.4"
version = "0.2.0"
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.14](https://github.com/rcore-os/tgoskits/compare/ax-percpu-v0.4.13...ax-percpu-v0.4.14) - 2026-07-07

### Other

- update Cargo.toml dependencies

## [0.4.13](https://github.com/rcore-os/tgoskits/compare/ax-percpu-v0.4.12...ax-percpu-v0.4.13) - 2026-06-09

### Added
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.13"
version = "0.4.14"
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
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.4](https://github.com/rcore-os/tgoskits/compare/rsext4-v0.7.3...rsext4-v0.7.4) - 2026-07-07

### Added

- *(starry)* add nix test (no sandbox currently) and kernel regression suite ([#1125](https://github.com/rcore-os/tgoskits/pull/1125))

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

### 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.3"
version = "0.7.4"
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.2](https://github.com/rcore-os/tgoskits/compare/scope-local-v0.4.1...scope-local-v0.4.2) - 2026-07-07

### Other

- *(repo)* remove vendored spin crate ([#1421](https://github.com/rcore-os/tgoskits/pull/1421))

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

### Fixed
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.4.1"
version = "0.4.2"
edition.workspace = true
description = "Scope local storage"
authors = ["ζœε€‰ζ°΄εΈŒ <asakuramizu111@gmail.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.3](https://github.com/rcore-os/tgoskits/compare/sdio-host2-v0.1.2...sdio-host2-v0.1.3) - 2026-07-07

### Other

- updated the following local packages: dma-api

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

### 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.2"
version = "0.1.3"
edition.workspace = true
authors.workspace = true
license.workspace = true
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.13](https://github.com/rcore-os/tgoskits/compare/starry-process-v0.4.12...starry-process-v0.4.13) - 2026-07-07

### Other

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

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

### 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.12"
version = "0.4.13"
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.8](https://github.com/rcore-os/tgoskits/compare/starry-signal-v0.8.7...starry-signal-v0.8.8) - 2026-07-07

### Other

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

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

### Other
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.7"
version = "0.8.8"
edition.workspace = true
authors = ["Mivik <mivikq@gmail.com>", "ζœε€‰ζ°΄εΈŒ <asakuramizu111@gmail.com>"]
description = "Signal management library for Starry OS"
Expand Down
25 changes: 25 additions & 0 deletions drivers/ax-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.11.0](https://github.com/rcore-os/tgoskits/compare/ax-driver-v0.10.0...ax-driver-v0.11.0) - 2026-07-07

### Added

- *(rdrive)* apply assigned clocks before FDT probe ([#1527](https://github.com/rcore-os/tgoskits/pull/1527))
- *(starfive-jh7110-dwmmc)* add IRQ-driven host ([#1524](https://github.com/rcore-os/tgoskits/pull/1524))
- *(msi)* add aarch64 MSI-X registration ([#1522](https://github.com/rcore-os/tgoskits/pull/1522))
- *(rdrive)* add FDT power-domain probing ([#1515](https://github.com/rcore-os/tgoskits/pull/1515))
- *(starry)* support rtnetlink IPv4 configuration ([#1497](https://github.com/rcore-os/tgoskits/pull/1497))
- *(cv181x-sdhci)* add SG2002 SD driver ([#1482](https://github.com/rcore-os/tgoskits/pull/1482))
- *(crab-usb)* add RK3588 EHCI USB2 host ([#1481](https://github.com/rcore-os/tgoskits/pull/1481))
- *(starry-kernel)* add RK3588 PWM sysfs support ([#1468](https://github.com/rcore-os/tgoskits/pull/1468))

### Fixed

- *(block)* drive virtio-blk completions by IRQ ([#1512](https://github.com/rcore-os/tgoskits/pull/1512))
- *(starry)* apply termios serial format and handle tty drain ioctls ([#1484](https://github.com/rcore-os/tgoskits/pull/1484))

### Other

- *(drivers)* split Rockchip reset capability ([#1509](https://github.com/rcore-os/tgoskits/pull/1509))
- *(platforms)* move someboot and somehal-macros and add documents ([#1485](https://github.com/rcore-os/tgoskits/pull/1485))
- *(sdmmc-protocol)* split SDIO and RDIF capability modules ([#1486](https://github.com/rcore-os/tgoskits/pull/1486))
- remove static platform and axconfig generation, make dynamic platform the only path ([#1478](https://github.com/rcore-os/tgoskits/pull/1478))

## [0.10.0](https://github.com/rcore-os/tgoskits/compare/ax-driver-v0.9.0...ax-driver-v0.10.0) - 2026-07-02

### 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.10.0"
version = "0.11.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
14 changes: 14 additions & 0 deletions drivers/blk/cv181x-sdhci/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1](https://github.com/rcore-os/tgoskits/compare/cv181x-sdhci-v0.1.0...cv181x-sdhci-v0.1.1) - 2026-07-07

### Other

- *(sdmmc-protocol)* split SDIO and RDIF capability modules ([#1486](https://github.com/rcore-os/tgoskits/pull/1486))
2 changes: 1 addition & 1 deletion drivers/blk/cv181x-sdhci/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cv181x-sdhci"
version = "0.1.0"
version = "0.1.1"
repository.workspace = true
edition = "2024"
license = "Apache-2.0"
Expand Down
10 changes: 10 additions & 0 deletions drivers/blk/dwmmc-host/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/dwmmc-host-v0.3.0...dwmmc-host-v0.3.1) - 2026-07-07

### Added

- *(starfive-jh7110-dwmmc)* add IRQ-driven host ([#1524](https://github.com/rcore-os/tgoskits/pull/1524))

### Other

- *(sdmmc-protocol)* split SDIO and RDIF capability modules ([#1486](https://github.com/rcore-os/tgoskits/pull/1486))

## [0.3.0](https://github.com/rcore-os/tgoskits/compare/dwmmc-host-v0.2.0...dwmmc-host-v0.3.0) - 2026-07-02

### Other
Expand Down
2 changes: 1 addition & 1 deletion drivers/blk/dwmmc-host/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dwmmc-host"
version = "0.3.0"
version = "0.3.1"
repository.workspace = true
edition = "2024"
license = "Apache-2.0"
Expand Down
6 changes: 6 additions & 0 deletions drivers/blk/nvme-driver/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.0](https://github.com/rcore-os/tgoskits/compare/nvme-driver-v0.6.3...nvme-driver-v0.7.0) - 2026-07-07

### Added

- *(msi)* add aarch64 MSI-X registration ([#1522](https://github.com/rcore-os/tgoskits/pull/1522))

## [0.6.3](https://github.com/rcore-os/tgoskits/compare/nvme-driver-v0.6.2...nvme-driver-v0.6.3) - 2026-07-02

### Fixed
Expand Down
Loading