Commit Graph

  • d368af90d5 process: fix build on riscv64 freebsd #1652 Robert Clausecker 2024-05-18 17:57:15 +0200
  • 32dcb82a13 disk: fix build on riscv64 Robert Clausecker 2024-05-18 17:54:59 +0200
  • 367435f27e cpu: add cpu_freebsd_riscv64.go Robert Clausecker 2024-05-18 17:51:30 +0200
  • ca182ca7b8 add freebsd riscv64 types Generated on 15-CURRENT 5d62025d82a0. Robert Clausecker 2024-05-18 17:36:08 +0200
  • 7057824fae host/types_freebsd.go: fix include path Robert Clausecker 2024-05-18 17:35:20 +0200
  • 1d7b4a315e Revert accidental change of go version in go.mod (wasn't supposed to commit). Version set properly to 1.18, which is the new minimum needed for changes in this branch. Run go mod tidy again with version set back to 1.18. Dylan Myers 2024-05-18 08:29:54 -0400
  • 9bf502f825 Fix logic errors, syntax errors, and typos Dylan Myers 2024-05-17 23:55:25 -0400
  • b133d602ce Ignore host_aix_ppc64 for now Dylan Myers 2024-05-17 22:21:18 -0400
  • b4d95a4991 Raise minimum go version to 1.18 (required by changes) and run go mod tidy Dylan Myers 2024-05-17 21:32:31 -0400
  • 0917790819 Remove inappropriate package addition Dylan Myers 2024-05-17 21:31:34 -0400
  • 8df2696709 Account for other possible formats output by AIX uptime command Dylan Myers 2024-05-17 20:41:16 -0400
  • a0bbccacc6 Only handle virtual memory when specifically requested Dylan Myers 2024-05-17 15:25:05 -0400
  • 3bf34ce7fb Add AIX disk serial numbers for nocgo Dylan Myers 2024-05-17 14:39:44 -0400
  • 310e0bfaf0
    chore(deps): bump actions/checkout from 4.1.5 to 4.1.6 #1650 dependabot[bot] 2024-05-17 01:54:51 +0000
  • ea8f72ed4a Add Usage for AIX nocgo Dylan Myers 2024-05-16 09:32:46 -0400
  • 9be5f7d0ad Remove extraneous -1 from users function for AIX Dylan Myers 2024-05-15 22:51:58 -0400
  • bd42769f87 Add a working implementation of host.Users() for AIX Dylan Myers 2024-05-15 22:12:03 -0400
  • d551997afb Fix typos and code misplacement in AIX CPU handling Dylan Myers 2024-05-15 22:07:56 -0400
  • 52d61b8669 Add host support for AIX Dylan Myers 2024-05-15 21:44:58 -0400
  • 5d3cf2e9e7 Update AIX percpu minimum needed lines Dylan Myers 2024-05-15 13:55:37 -0400
  • 0a1f220077 Remove tests, since my Go knowledge isn't yet deep enough for them Dylan Myers 2024-05-15 13:54:44 -0400
  • 843d93a589 Add AIX test data Dylan Myers 2024-05-15 12:59:23 -0400
  • d816d96508 Initial pass at AIX test integration Dylan Myers 2024-05-15 12:57:58 -0400
  • af3f4d204d Correct arguments for AIX percpu Dylan Myers 2024-05-15 12:55:11 -0400
  • 8cc32696fe Add support for additional CPU info fields Dylan Myers 2024-05-15 10:46:07 -0400
  • 6b630a841a Add support for per CPU Dylan Myers 2024-05-15 09:49:08 -0400
  • 89124453c1
    Merge pull request #1640 from MDrakos/fallback_ftxt shirou 2024-05-15 22:47:04 +0900
  • 57d4c8a90a [process][openbsd]: add cwd on openbsd. #1649 shirou 2024-05-14 22:56:17 +0900
  • 9f480f137d
    Merge pull request #1629 from shirou/feat/v4.24.0-beta v4.24.0-beta shirou 2024-05-14 00:33:37 +0900
  • 3afb2ed778
    Merge pull request #1643 from shirou/dependabot/github_actions/golangci/golangci-lint-action-6.0.1 shirou 2024-05-14 00:27:54 +0900
  • b165251052 [process]: Introduce DiskReadBytes on process which shows Disk IO only. #1629 shirou 2024-05-14 00:16:27 +0900
  • 43d2b8c63f
    Merge 5cfe482ffc into 5a0c0a9259 #673 roccowong95 2024-05-13 23:28:04 +0900
  • 5a0c0a9259
    Merge pull request #1647 from zhanluxianshen/add-arm64-github-pr shirou 2024-05-13 23:25:14 +0900
  • 193aafb173
    Merge pull request #1646 from zhanluxianshen/clean-mktypes.sh shirou 2024-05-13 23:24:51 +0900
  • 11907e30b9
    add arm/arm64 category for github pr label. #1647 zhanluxianshen 2024-05-12 20:14:20 +0800
  • d1b806267e
    remove duplicate code in mktypes.sh #1646 zhanluxianshen 2024-05-12 20:11:07 +0800
  • 6bf9a7434e
    chore(deps): bump golangci/golangci-lint-action from 6.0.0 to 6.0.1 #1643 dependabot[bot] 2024-05-09 01:29:01 +0000
  • 4be51ffb01
    Merge pull request #1641 from shirou/dependabot/github_actions/actions/checkout-4.1.5 shirou 2024-05-07 18:21:39 +0900
  • df4e90ef25
    chore(deps): bump actions/checkout from 4.1.4 to 4.1.5 #1641 dependabot[bot] 2024-05-07 08:26:08 +0000
  • 3c00a59089
    Merge pull request #1642 from shirou/dependabot/github_actions/golangci/golangci-lint-action-6.0.0 shirou 2024-05-07 17:25:19 +0900
  • b8462ab3cd
    chore(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.0 #1642 dependabot[bot] 2024-05-07 01:51:21 +0000
  • f4eca4318c Add fallback for lsof output #1640 mdrakos 2024-05-06 14:42:06 -0700
  • 19291ee571
    chore(deps): bump github.com/tklauser/go-sysconf from 0.3.12 to 0.3.14 #1634 dependabot[bot] 2024-05-06 06:43:23 +0000
  • 01cec99125
    Merge pull request #1638 from shirou/dependabot/go_modules/golang.org/x/sys-0.20.0 shirou 2024-05-06 15:41:48 +0900
  • 43e0ad7e73
    Merge pull request #1639 from shirou/dependabot/github_actions/golangci/golangci-lint-action-5.3.0 shirou 2024-05-06 15:24:16 +0900
  • cb839332a5
    chore(deps): bump golangci/golangci-lint-action from 5.1.0 to 5.3.0 #1639 dependabot[bot] 2024-05-06 01:37:55 +0000
  • 56ff96d480
    chore(deps): bump golang.org/x/sys from 0.19.0 to 0.20.0 #1638 dependabot[bot] 2024-05-06 01:26:05 +0000
  • df39550a6b
    Merge pull request #1637 from shirou/dependabot/github_actions/actions/setup-go-5.0.1 shirou 2024-05-03 11:02:33 +0900
  • 7e40e28bc6
    chore(deps): bump actions/setup-go from 5.0.0 to 5.0.1 #1637 dependabot[bot] 2024-05-03 01:13:08 +0000
  • 428fe9b14b
    Merge pull request #1635 from shirou/dependabot/github_actions/golangci/golangci-lint-action-5.1.0 v3.24.4 shirou 2024-04-30 11:32:09 +0900
  • 8d67022393
    chore(deps): bump golangci/golangci-lint-action from 5.0.0 to 5.1.0 #1635 dependabot[bot] 2024-04-30 01:52:09 +0000
  • 979696a7a0
    Merge pull request #1631 from shirou/dependabot/github_actions/actions/checkout-4.1.4 shirou 2024-04-25 20:32:18 +0900
  • 54d464d390
    Merge pull request #1632 from shirou/dependabot/github_actions/golangci/golangci-lint-action-5.0.0 shirou 2024-04-25 20:31:53 +0900
  • 65426fea16
    chore(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 #1632 dependabot[bot] 2024-04-25 01:51:00 +0000
  • 97f2608994
    chore(deps): bump actions/checkout from 4.1.2 to 4.1.4 #1631 dependabot[bot] 2024-04-25 01:50:57 +0000
  • 8803861346
    Merge pull request #1630 from shirou/dependabot/github_actions/actions/upload-artifact-4.3.3 shirou 2024-04-23 12:26:11 +0900
  • 4848eec0f2
    chore(deps): bump actions/upload-artifact from 4.3.1 to 4.3.3 #1630 dependabot[bot] 2024-04-23 01:31:38 +0000
  • 2003e4c54f [host][windows]: change platform version from build version to display version shirou.wakayama 2024-04-22 23:02:22 +0900
  • 68ea86334a
    Merge pull request #1596 from shirou/feat/v4.24.0-alpha shirou 2024-04-22 21:54:11 +0900
  • c5368336c0 fix lint #1596 shirou 2024-02-24 09:33:45 +0000
  • 139aca4e0f [mem][windows]: add ExWindows and implement VirualTotal/Avail shirou 2024-02-24 04:24:34 +0000
  • bedf6ab0f5 [mem][linux]: add ExLinux on mem package and move VirtualMemoryEx info on it shirou 2024-02-24 04:12:05 +0000
  • ba2ec811b3 add sensors package on labeler. shirou 2024-02-24 04:04:42 +0000
  • b9583fc85f [sensors][linux]: add ExLinux on sensors. shirou 2024-02-24 04:03:24 +0000
  • 10d5c0177b [net][linux]: remove unused files. go1.11 is not supported now. shirou 2024-02-24 02:03:51 +0000
  • bffc4357e8 rename redundant test function names, such as TestCPU in cpu package shirou 2024-02-24 01:58:24 +0000
  • 930242e7eb process.Uids and process.Gids are now return uint32 shirou 2024-02-17 12:39:18 +0000
  • b40026eaad Groups in /proc/PID/status has type uint32. Sergey Chernomorets 2023-02-28 15:05:12 +0300
  • 723f4b928a fix mktypes.sh shirou 2024-02-17 11:37:48 +0000
  • 6e19712486 [sensors] move Temperatures from host to sensors. shirou 2024-02-17 11:31:22 +0000
  • 6df9bf1af4 add SPDX License, remove old build tag, and replace import shirou 2024-02-17 03:48:29 +0000
  • 2bbcfbde4a bump go version to 1.20, and update go.mod shirou 2024-02-13 09:12:06 +0000
  • 0851da3cc7 remove unnecessary files and remove coverall shirou 2024-02-13 09:05:26 +0000
  • d286d38a23
    chore(deps): bump actions/checkout from 4.1.2 to 4.1.3 #1627 dependabot[bot] 2024-04-22 01:13:45 +0000
  • 15f86a95d1
    chore(deps): bump actions/upload-artifact from 4.3.1 to 4.3.2 #1626 dependabot[bot] 2024-04-19 01:14:36 +0000
  • df3a945879
    Merge pull request #1624 from camcui/master shirou 2024-04-13 16:02:25 +0900
  • 3ec3f55280 chore: fix some typos in comments #1624 camcui 2024-04-12 15:00:55 +0800
  • 80895ea9e1
    Merge pull request #1621 from amarinderca/patch-1 shirou 2024-04-09 22:44:24 +0900
  • 6311a849df
    Update net_openbsd.go to correctly parse netstat output on obsd. See #1441 #1621 Amarinder Cheema 2024-04-05 23:10:16 -0700
  • 0dd1ffdb6a
    Merge pull request #1620 from shirou/dependabot/go_modules/golang.org/x/sys-0.19.0 shirou 2024-04-05 15:55:09 +0900
  • dbf53d040b
    chore(deps): bump golang.org/x/sys from 0.18.0 to 0.19.0 #1620 dependabot[bot] 2024-04-05 01:04:24 +0000
  • 0eb8e63fe9 increasing precision for virtual memory used percent #1619 ray.janoka 2024-04-04 09:35:54 -0600
  • ad600610da
    process: Add exported BootTimeWithContext #1618 braydonk 2024-04-02 14:34:30 +0000
  • f6350ce475
    [host] add RefreshBootTimeCache function #1616 braydonk 2024-03-27 14:46:00 +0000
  • 642e1d7e92
    [process] add RefreshBootTimeCache function braydonk 2024-03-27 14:44:35 +0000
  • e230f528f0
    Merge pull request #1612 from eric1234/correct-process-counts v3.24.3 shirou 2024-03-23 23:51:06 +0900
  • ce0395f8af
    Merge pull request #1609 from shirou/feat/process_freebsd_arm64_type_generated shirou 2024-03-23 21:27:52 +0900
  • 1d9f956bef
    Merge pull request #1615 from majorteach/master shirou 2024-03-23 21:27:30 +0900
  • 71b81735f9 chore: fix typo #1615 majorteach 2024-03-23 17:25:51 +0800
  • cded1805c1 Total Processes in `MiscStat` Corrected #1612 Eric Anderson 2024-03-20 21:42:44 -0400
  • 6100124c96
    Merge pull request #1611 from shirou/dependabot/github_actions/actions/cache-4.0.2 shirou 2024-03-20 11:28:10 +0900
  • 83660dac66
    chore(deps): bump actions/cache from 4.0.1 to 4.0.2 #1611 dependabot[bot] 2024-03-20 01:46:52 +0000
  • 03d4119ab5
    Merge 60e95a1141 into 1e5c5ae75b #845 Iwasaki Yudai 2024-03-17 16:31:11 +0800
  • 1e5c5ae75b
    Merge pull request #1604 from shirou/dependabot/go_modules/github.com/stretchr/testify-1.9.0 shirou 2024-03-13 12:15:28 +0900
  • 6df531fc9b
    chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #1604 dependabot[bot] 2024-03-13 01:54:52 +0000
  • c731c53c08
    Merge pull request #1605 from shirou/dependabot/go_modules/golang.org/x/sys-0.18.0 shirou 2024-03-13 10:48:34 +0900
  • a6193ba8d7
    Merge pull request #1610 from shirou/dependabot/github_actions/actions/checkout-4.1.2 shirou 2024-03-13 10:48:22 +0900
  • f23341d6ed
    chore(deps): bump actions/checkout from 4.1.1 to 4.1.2 #1610 dependabot[bot] 2024-03-13 01:32:06 +0000
  • 94b8051c1a [process][freebsd]: re-generate types on freebsd arm64 #1609 shirou 2024-03-12 23:47:51 +0900
  • dbc1fd4429 fix lint v4.24.0-alpha.1 shirou 2024-02-24 09:33:45 +0000