Commit Graph

2705 Commits (ab66f2d0e1be241d25f2ebe7c2cc1875fdb52270)
 

Author SHA1 Message Date
shirou ab66f2d0e1
Merge pull request #1764 from shirou/refactor/net_merge_base_functions
Refactor[net]: merge base functions to net.go
3 months ago
shirou 69c2c10b0f feat: enable build test on OpenBSD. 3 months ago
shirou 29ccada537 refactor(net): Gather base functions to net.go 3 months ago
shirou 9d7cedb666
Merge pull request #1756 from shirou/dependabot/github_actions/actions/upload-artifact-4.5.0
chore(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0
3 months ago
shirou d440870260
Merge pull request #1755 from shirou/dependabot/github_actions/actions/setup-go-5.2.0
chore(deps): bump actions/setup-go from 5.0.2 to 5.2.0
3 months ago
shirou 95b69b4e13
Merge pull request #1754 from shirou/dependabot/github_actions/actions/cache-4.2.0
chore(deps): bump actions/cache from 4.1.1 to 4.2.0
3 months ago
shirou fe28b21c2e
Merge pull request #1762 from mmorel-35/perfsprint
enable all rules of perfsprint linter
3 months ago
shirou d621e0f6f4
Merge pull request #1761 from mmorel-35/testifylint/expected-actual
enable all rules of testifylint linter
3 months ago
shirou 6ee5668143
Merge pull request #1757 from tuftedocelot/connectionspid
[openbsd] set ConnectionsPid to return NotImplemented
3 months ago
shirou ee47ca6888
Merge pull request #1753 from shirou/dependabot/go_modules/golang.org/x/sys-0.28.0
chore(deps): bump golang.org/x/sys from 0.26.0 to 0.28.0
3 months ago
tuftedocelot bca28ce54f [openbsd][net] copy related functions from net_unix to net_openbsd 3 months ago
Matthieu MOREL 7e19b35f50 enable all rules of perfsprint linter
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
3 months ago
Matthieu MOREL 62267a5956 enable all rules of testifylint linter
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
3 months ago
shirou 3f1658bc71
Merge pull request #1743 from mmorel-35/testifylint
enable testifylint linter
3 months ago
dependabot[bot] 7d30ec599b
chore(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.5.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](b4b15b8c7c...6f51ac03b9)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months ago
dependabot[bot] 92983df4b7
chore(deps): bump actions/setup-go from 5.0.2 to 5.2.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.2 to 5.2.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](0a12ed9d6a...3041bf56c9)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months ago
dependabot[bot] e5d84a83a8
chore(deps): bump actions/cache from 4.1.1 to 4.2.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.2.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](3624ceb22c...1bd1e32a3b)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months ago
dependabot[bot] 6636b0fd7a
chore(deps): bump golang.org/x/sys from 0.26.0 to 0.28.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.26.0 to 0.28.0.
- [Commits](https://github.com/golang/sys/compare/v0.26.0...v0.28.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months ago
shirou 2f14062364
Merge pull request #1760 from shirou/feat/deprecate-macos-12
fix[github]: deprecate macos-12, add macos-15
3 months ago
shirou 06d2dc485f fix[github]: deprecate macos-12, add macos-15 3 months ago
tuftedocelot 88d6de082e [openbsd] set ConnectionsPid to return NotImplemented
netstat on OpenBSD doesn't provide PID information for open ports
3 months ago
shirou 2a70d27e74
Merge pull request #1716 from NitroCao/fix/pidfd
fix: release process after os.FindProcess()
3 months ago
shirou c95f835cd9
Merge pull request #1750 from shirou/dependabot/go_modules/github.com/stretchr/testify-1.10.0
chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0
3 months ago
dependabot[bot] 7698be7516
chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
shirou 62a52f910b
Merge pull request #1745 from wangyu-geek/add_anolis_family_in_host_linux
add anolis family with anolis platform in host/host_linux.go
4 months ago
wangyu 8e62971eb0 add anolis family with anolis platform 4 months ago
Matthieu MOREL 06e4051c91 enable testifylint linter
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
4 months ago
Lomanic aa9796d3d7
Merge pull request #1723 from shirou/dependabot/go_modules/golang.org/x/sys-0.26.0
chore(deps): bump golang.org/x/sys from 0.25.0 to 0.26.0
5 months ago
Lomanic 6be0508aeb
Merge pull request #1739 from shirou/dependabot/github_actions/actions/checkout-4.2.2
chore(deps): bump actions/checkout from 4.2.1 to 4.2.2
5 months ago
dependabot[bot] 137fd2acac
chore(deps): bump actions/checkout from 4.2.1 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](eef61447b9...11bd71901b)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
5 months ago
shirou aa47e0fde0
Merge pull request #1720 from n4nn31355/feat/win_mem_commit_total
feat(mem): Add windows commit stats
5 months ago
shirou de435c3739
Merge pull request #1737 from shirou/dependabot/go_modules/github.com/ebitengine/purego-0.8.1
chore(deps): bump github.com/ebitengine/purego from 0.8.0 to 0.8.1
5 months ago
dependabot[bot] 9ae3f38658
chore(deps): bump github.com/ebitengine/purego from 0.8.0 to 0.8.1
Bumps [github.com/ebitengine/purego](https://github.com/ebitengine/purego) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/ebitengine/purego/releases)
- [Commits](https://github.com/ebitengine/purego/compare/v0.8.0...v0.8.1)

---
updated-dependencies:
- dependency-name: github.com/ebitengine/purego
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
5 months ago
shirou a19cedeb30
Merge pull request #1727 from uubulb/fix_sensors_darwin_arm64
sensors: avoid passing nil pointer to CFArrayGetCount
5 months ago
shirou c9da2cc0aa
Merge pull request #1731 from Lomanic/issue1645
[cpu][disk][netbsd] Generate arm-specific definitions
5 months ago
shirou 44c71b62c0
Merge pull request #1722 from uubulb/fix_windows_mem
fix(mem): possible memory leak on Windows
5 months ago
shirou 30457973b5
Merge pull request #1735 from shirou/dependabot/github_actions/actions/upload-artifact-4.4.3
chore(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3
5 months ago
shirou 7422a58e32
Merge pull request #1733 from shirou/dependabot/github_actions/actions/cache-4.1.1
chore(deps): bump actions/cache from 4.0.2 to 4.1.1
5 months ago
dependabot[bot] c30c83bf4a
chore(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](50769540e7...b4b15b8c7c)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
5 months ago
dependabot[bot] 9fc4f64913
chore(deps): bump actions/cache from 4.0.2 to 4.1.1
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](0c45773b62...3624ceb22c)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
5 months ago
Lomanic 68512056e8
Merge pull request #1729 from shirou/dependabot/github_actions/actions/checkout-4.2.1
chore(deps): bump actions/checkout from 4.2.0 to 4.2.1
5 months ago
Lomanic ec973203e9 [disk][netbsd] Generate cpu_netbsd_arm.go via mktypes.sh 5 months ago
Lomanic c37a5eba8c [cpu][netbsd] Fix "undefined: cpuTimes" error at compile time on arm
Fixes #1645
5 months ago
dependabot[bot] 9732546382
chore(deps): bump actions/checkout from 4.2.0 to 4.2.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](d632683dd7...eef61447b9)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
5 months ago
uubulb 10d9c04c2e sensors: avoid passing nil pointer to CFArrayGetCount 5 months ago
dependabot[bot] 4cb0abd1d2
chore(deps): bump golang.org/x/sys from 0.25.0 to 0.26.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.25.0 to 0.26.0.
- [Commits](https://github.com/golang/sys/compare/v0.25.0...v0.26.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
5 months ago
uubulb 3773f6fe43 fix(mem): possible memory leak on Windows 5 months ago
shirou 45e3591650
Merge pull request #1714 from shirou/dependabot/github_actions/actions/checkout-4.2.0
chore(deps): bump actions/checkout from 4.1.7 to 4.2.0
5 months ago
dependabot[bot] 3c43ac0060
chore(deps): bump actions/checkout from 4.1.7 to 4.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](692973e3d9...d632683dd7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
5 months ago
shirou 023f0cf765
Merge pull request #1721 from shirou/dependabot/github_actions/golangci/golangci-lint-action-6.1.1
chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1
5 months ago