Commit Graph

2547 Commits (433653031823317f320d73018e4f12310c74c624)
 

Author SHA1 Message Date
shirou 8803861346
Merge pull request #1630 from shirou/dependabot/github_actions/actions/upload-artifact-4.3.3
chore(deps): bump actions/upload-artifact from 4.3.1 to 4.3.3
11 months ago
dependabot[bot] 4848eec0f2
chore(deps): bump actions/upload-artifact from 4.3.1 to 4.3.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](5d5d22a312...65462800fd)

---
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>
11 months ago
shirou df3a945879
Merge pull request #1624 from camcui/master
chore: fix some typos in comments
11 months ago
camcui 3ec3f55280 chore: fix some typos in comments
Signed-off-by: camcui <cuishua@sina.cn>
11 months ago
shirou 80895ea9e1
Merge pull request #1621 from amarinderca/patch-1
Update net_openbsd.go to correctly parse netstat output on obsd
11 months ago
Amarinder Cheema 6311a849df
Update net_openbsd.go to correctly parse netstat output on obsd. See #1441 11 months ago
shirou 0dd1ffdb6a
Merge pull request #1620 from shirou/dependabot/go_modules/golang.org/x/sys-0.19.0
chore(deps): bump golang.org/x/sys from 0.18.0 to 0.19.0
11 months ago
dependabot[bot] dbf53d040b
chore(deps): bump golang.org/x/sys from 0.18.0 to 0.19.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.18.0 to 0.19.0.
- [Commits](https://github.com/golang/sys/compare/v0.18.0...v0.19.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>
11 months ago
shirou e230f528f0
Merge pull request #1612 from eric1234/correct-process-counts
Total Processes in `MiscStat` Corrected
12 months ago
shirou ce0395f8af
Merge pull request #1609 from shirou/feat/process_freebsd_arm64_type_generated
[process][freebsd]: re-generate types on freebsd arm64
12 months ago
shirou 1d9f956bef
Merge pull request #1615 from majorteach/master
chore: fix typo
12 months ago
majorteach 71b81735f9 chore: fix typo
Signed-off-by: majorteach <csgcgl@126.com>
12 months ago
Eric Anderson cded1805c1 Total Processes in `MiscStat` Corrected
The `ProcsTotal` in the `MiscStat` structure was very inaccurate. It was reading
a value which is the total number of kernel scheduling entities. This includes
both processes and threads significantly overcounting.

This instead uses an existing method already in common to count the number of
processes via the /proc filesystem where any directory is a number. This should
still be a single syscall to read that directory entry.

This fixes #1606.
12 months ago
shirou 6100124c96
Merge pull request #1611 from shirou/dependabot/github_actions/actions/cache-4.0.2
chore(deps): bump actions/cache from 4.0.1 to 4.0.2
1 year ago
dependabot[bot] 83660dac66
chore(deps): bump actions/cache from 4.0.1 to 4.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](ab5e6d0c87...0c45773b62)

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

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
shirou 1e5c5ae75b
Merge pull request #1604 from shirou/dependabot/go_modules/github.com/stretchr/testify-1.9.0
chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0
1 year ago
dependabot[bot] 6df531fc9b
chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.4...v1.9.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>
1 year ago
shirou c731c53c08
Merge pull request #1605 from shirou/dependabot/go_modules/golang.org/x/sys-0.18.0
chore(deps): bump golang.org/x/sys from 0.17.0 to 0.18.0
1 year ago
shirou a6193ba8d7
Merge pull request #1610 from shirou/dependabot/github_actions/actions/checkout-4.1.2
chore(deps): bump actions/checkout from 4.1.1 to 4.1.2
1 year ago
dependabot[bot] f23341d6ed
chore(deps): bump actions/checkout from 4.1.1 to 4.1.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](b4ffde65f4...9bb56186c3)

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

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
shirou 94b8051c1a [process][freebsd]: re-generate types on freebsd arm64 1 year ago
dependabot[bot] 711bcdd11a
chore(deps): bump golang.org/x/sys from 0.17.0 to 0.18.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.17.0 to 0.18.0.
- [Commits](https://github.com/golang/sys/compare/v0.17.0...v0.18.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>
1 year ago
shirou 5b2dd59fb9
Merge pull request #1603 from shirou/feat/host_linux_fix_arm64_utmp_size
[host][linux]: fix utmp size on linux/arm64
1 year ago
shirou cbefbb023e [host][linux]: add pading on linux_arm64 1 year ago
shirou cfb7a5dc2e [host][linux]: change Line/User/Host to int8 on utmp
Generated code is uint8 on arm64. However, it is not same as other archtectures.
This commit changes by hand.
1 year ago
shirou d86a995563 [host][linux]: fix utmp size on linux/arm64 1 year ago
shirou a3ed85190d
Merge pull request #1601 from shirou/dependabot/github_actions/actions/cache-4.0.1
chore(deps): bump actions/cache from 4.0.0 to 4.0.1
1 year ago
dependabot[bot] 83db43b2e5
chore(deps): bump actions/cache from 4.0.0 to 4.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](13aacd865c...ab5e6d0c87)

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

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
shirou e767a0f0f8
Merge pull request #1599 from shirou/feat/add_macos_on_github_action_test
[ci]: add macos-13 and macos-14 on GitHub Action
1 year ago
shirou 53fb8caad4 [darwin][ci]: skip frequency check on GitHub Action 1 year ago
shirou 25c3f409bd [ci]: add macos-13 and macos-14 on GitHub Action 1 year ago
shirou 146bae2a47
Merge pull request #1597 from vlnaum/cwd_windows
cwd for windows is supported
1 year ago
vlnaum d3057c252f cwd support windows doc 1 year ago
shirou 8aeaf163ab
Merge pull request #1594 from jmatthew/openbsd-riscv64
add support for OpenBSD/riscv64
1 year ago
shirou cbbb2402fe
Merge pull request #1595 from shirou/dependabot/github_actions/golangci/golangci-lint-action-4.0.0
chore(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0
1 year ago
dependabot[bot] d0037dd62b
chore(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.7.0 to 4.0.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](3a91952989...3cfe3a4abb)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Jonathan Matthew 6ccc60519e update list OpenBSD arch list 1 year ago
Jonathan Matthew 27ffa28a0d add support for OpenBSD/riscv64 1 year ago
shirou 6ef32c35a0
Merge pull request #1590 from shirou/dependabot/go_modules/github.com/yusufpapurcu/wmi-1.2.4
chore(deps): bump github.com/yusufpapurcu/wmi from 1.2.3 to 1.2.4
1 year ago
dependabot[bot] 44981c6f45
chore(deps): bump github.com/yusufpapurcu/wmi from 1.2.3 to 1.2.4
Bumps [github.com/yusufpapurcu/wmi](https://github.com/yusufpapurcu/wmi) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/yusufpapurcu/wmi/releases)
- [Commits](https://github.com/yusufpapurcu/wmi/compare/v1.2.3...v1.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
shirou c0546fb392
Merge pull request #1592 from shirou/dependabot/go_modules/golang.org/x/sys-0.17.0
chore(deps): bump golang.org/x/sys from 0.16.0 to 0.17.0
1 year ago
dependabot[bot] 4e79582e33
chore(deps): bump golang.org/x/sys from 0.16.0 to 0.17.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.16.0 to 0.17.0.
- [Commits](https://github.com/golang/sys/compare/v0.16.0...v0.17.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>
1 year ago
shirou 802108d8a5
Merge pull request #1591 from shirou/dependabot/github_actions/actions/upload-artifact-4.3.1
chore(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1
1 year ago
dependabot[bot] 1a8f96c633
chore(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](26f96dfa69...5d5d22a312)

---
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>
1 year ago
shirou 65b5fa32b9
Merge pull request #1587 from shirou/dependabot/github_actions/actions/upload-artifact-4.3.0
chore(deps): bump actions/upload-artifact from 4.2.0 to 4.3.0
1 year ago
dependabot[bot] 22413975af
chore(deps): bump actions/upload-artifact from 4.2.0 to 4.3.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](694cdabd8b...26f96dfa69)

---
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>
1 year ago
shirou 9de1a429b9
Merge pull request #1585 from DataDog/bryce.kahle/os-release-version-id
use VERSION_ID from os-release
1 year ago
shirou 9b6f82813a
Merge pull request #1584 from DataDog/bryce.kahle/host-platform
ensure host platform are files and have contents
1 year ago
shirou dc01f63e85
Merge pull request #1583 from shirou/dependabot/github_actions/actions/cache-4.0.0
chore(deps): bump actions/cache from 3.3.3 to 4.0.0
1 year ago
shirou e912ebde7a
Merge pull request #1580 from jnewmano/patch-1
Windows, read all PIDs if there are more than 1024 PIDs.
1 year ago