1. 65d1075 Merge pull request #2118 from shirou/dependabot/github_actions/actions/setup-go-7.0.0 by shirou · 26 hours ago master
  2. d311390 Merge pull request #2146 from shirou/dependabot/go_modules/golang.org/x/sys-0.48.0 by shirou · 26 hours ago
  3. 3aa7cc1 chore(deps): bump golang.org/x/sys from 0.44.0 to 0.48.0 by dependabot[bot] · 27 hours ago
  4. 4857592 Merge pull request #2091 from shirou/dependabot/go_modules/github.com/tklauser/go-sysconf-0.4.0 by shirou · 27 hours ago
  5. 5b64768 chore(deps): bump github.com/tklauser/go-sysconf from 0.3.16 to 0.4.0 by dependabot[bot] · 27 hours ago
  6. efd8444 Merge pull request #2156 from shirou/fix/reflect-pointer-inline by shirou · 30 hours ago
  7. afa65d7 [common]: use reflect.Pointer instead of the deprecated reflect.Ptr by shirou · 30 hours ago
  8. 0be305b Merge pull request #2107 from shirou/dependabot/github_actions/golangci/golangci-lint-action-9.3.0 by shirou · 30 hours ago
  9. ab637d3 Merge pull request #2137 from shirou/dependabot/go_modules/github.com/stretchr/testify-1.12.1 by shirou · 30 hours ago
  10. fae7bfc Merge pull request #2155 from shirou/docs/844-cached-includes-sreclaimable by shirou · 32 hours ago
  11. a0ecf1a [mem][linux]: document that Cached includes SReclaimable by shirou · 32 hours ago
  12. e005775 Merge pull request #2143 from hsdfat/fix/docker-cgroup-v2 by shirou · 2 days ago
  13. 48409f8 Merge pull request #2120 from zhangli091011/fix/issue-1865-windows-386-mib-layout by shirou · 2 days ago
  14. 4995306 Merge pull request #2144 from stepbrobd/nixos by shirou · 2 days ago
  15. 3f0f019 net: derive MIB_IF_ROW2 padding from uint64 alignment by zhangli091011 · 3 days ago
  16. 57e8e33 net: fix MIB_IF_ROW2 layout on Windows 386 by zhangli091011 · 3 days ago
  17. 24feedd Merge pull request #2142 from AshSgDe29071999/fix/openbsd-empty-kinfo-panic by shirou · 6 days ago
  18. e1e871a Merge pull request #2152 from shirou/dependabot/github_actions/vmactions/freebsd-vm-1.5.6 by shirou · 7 days ago
  19. 9751117 chore(deps): bump vmactions/freebsd-vm from 1.5.5 to 1.5.6 by dependabot[bot] · 8 days ago
  20. 6ee83d4 Merge pull request #2135 from nako-ruru/feat/darwin-process-environ by shirou · 8 days ago
  21. c726b0e [process][darwin]: fix the parseEnviron table test and document the envp boundary by shirou · 8 days ago
  22. fe2382b Merge pull request #2151 from shirou/follow-up/2127-windows-386 by shirou · 9 days ago
  23. 7499e22 [ci][windows]: run the test suite on windows/386 by shirou · 9 days ago
  24. a6f01e1 chore(deps): bump github.com/stretchr/testify from 1.11.1 to 1.12.1 by dependabot[bot] · 11 days ago
  25. 2e98c91 Merge pull request #2148 from pgimalac/pgimalac/bump-perfstat-fix-leak by shirou · 11 days ago
  26. f5939aa chore: bump perfstat to fix memory leaks by Pierre Gimalac · 11 days ago
  27. da06ba3 [linux] host: add nixos by Yifei Sun · 2 weeks ago
  28. feb7d72 [docker][linux]: support cgroup v2 in Cgroup* functions by phatlc · 2 weeks ago
  29. c62960f Return an error on empty OpenBSD KinfoProc by AshSgDe29071999 · 3 weeks ago
  30. 6d04272 process: fix Environ() leaking internal Apple strings on macOS by nakoruru · 3 weeks ago
  31. 7d254a0 Merge pull request #2127 from Ahm3dRN/windows-commandline-information by shirou · 3 weeks ago v4.26.8
  32. 4dab2b9 Merge pull request #2136 from pgimalac/aix-disk-usage-statfs by shirou · 3 weeks ago
  33. 1ddce22 Merge pull request #2141 from shirou/dependabot/github_actions/vmactions/freebsd-vm-1.5.5 by shirou · 3 weeks ago
  34. ec8a313 chore(deps): bump vmactions/freebsd-vm from 1.5.4 to 1.5.5 by dependabot[bot] · 4 weeks ago
  35. 26ae363 Merge pull request #2140 from shirou/dependabot/github_actions/vmactions/freebsd-vm-1.5.4 by shirou · 4 weeks ago
  36. 21afc16 chore(deps): bump vmactions/freebsd-vm from 1.5.2 to 1.5.4 by dependabot[bot] · 4 weeks ago
  37. fbf8dd1 fixed getProcessCommandLine error path to match master and refined the tests for PEB and Native paths. by Ahmed · 4 weeks ago
  38. 97835bd Windows CMDLine native fallback feedback fixes by Ahmed · 4 weeks ago
  39. 3e8ab43 fixed gofumpt by Ahmed · 4 weeks ago
  40. 4631d96 Implement NtQueryInformationProcess to get commandline Windows 8.1+ by Ahmed · 4 weeks ago
  41. bc56379 Merge pull request #2138 from shirou/ci/pin-golangci-lint by shirou · 4 weeks ago
  42. 6e1a6b3 [ci]: pin golangci-lint instead of tracking latest by shirou · 4 weeks ago
  43. 8294fde [windows]: test the syscall return value instead of the error by shirou · 4 weeks ago
  44. c841525 chore: remove redundant parentheses flagged by gofumpt by shirou · 4 weeks ago
  45. 873011c Merge pull request #2129 from neilpang/ci/freebsd by shirou · 4 weeks ago
  46. e4a282c fix(disk/aix): use statfs for UsageWithContext on AIX by Pierre Gimalac · 5 weeks ago
  47. f8b3790 feat(darwin): implement EnvironWithContext for Darwin processes by nakoruru · 5 weeks ago
  48. 0af7dc7 ci: address review by neil · 6 weeks ago
  49. 48ad2fa Merge pull request #2116 from alexfalkowski/fix/2115-darwin-netstat-parser by shirou · 6 weeks ago
  50. fe22b52 [ci]: run the test suite on FreeBSD by neil · 7 weeks ago
  51. ee08b37 fix(net): handle short Darwin netstat output by Alex Falkowski · 7 weeks ago
  52. 52a24c8 Merge pull request #2128 from shirou/feat/follow-up-2125 by shirou · 7 weeks ago v4.26.7
  53. 268a953 [cpu][windows]: harden the cpu-total computation added in #2125 by shirou · 7 weeks ago
  54. 1e34da6 Merge pull request #2125 from srebhan/fix_cpu_windows_total by shirou · 7 weeks ago
  55. bef5b46 chore(deps): bump actions/setup-go from 6.4.0 to 7.0.0 by dependabot[bot] · 8 weeks ago
  56. 61f8802 Merge pull request #2122 from shirou/dependabot/github_actions/actions/checkout-7.0.1 by shirou · 8 weeks ago
  57. 7fb4dcf Merge pull request #2123 from shirou/dependabot/github_actions/actions/setup-python-7.0.0 by shirou · 8 weeks ago
  58. ae7d91a Merge pull request #2119 from shirou/fix/darwin-errno-and-libcache by shirou · 8 weeks ago
  59. 49052a1 [darwin][process]: use a PID above PID_MAX in the not-running tests by shirou · 8 weeks ago
  60. 991b238 [darwin]: pass the remaining Go pointers as unsafe.Pointer on darwin by shirou · 8 weeks ago
  61. b9930e2 Merge pull request #2124 from shirou/dependabot/github_actions/actions/labeler-7.0.0 by shirou · 8 weeks ago
  62. 38a01b4 [cpu][windows]: compute total counters from individual stats to handle processor groups correctly by Sven Rebhan · 9 weeks ago
  63. 4cc72d7 chore(deps): bump actions/labeler from 6.1.0 to 7.0.0 by dependabot[bot] · 9 weeks ago
  64. 90e34b3 chore(deps): bump actions/setup-python from 6.3.0 to 7.0.0 by dependabot[bot] · 9 weeks ago
  65. 80c6e48 Merge pull request #2121 from shirou/dependabot/go_modules/github.com/ebitengine/purego-0.10.2 by shirou · 9 weeks ago
  66. faf8727 chore(deps): bump actions/checkout from 6.0.2 to 7.0.1 by dependabot[bot] · 9 weeks ago
  67. bb93ba6 chore(deps): bump github.com/ebitengine/purego from 0.10.0 to 0.10.2 by dependabot[bot] · 9 weeks ago
  68. d803a4f Merge pull request #2111 from skartikey/fix/windows-cpu-total-float-precision by shirou · 9 weeks ago
  69. ccd5ddb [darwin]: pass kernel buffers as unsafe.Pointer on darwin by shirou · 9 weeks ago
  70. 2114d0d [darwin][process]: fix errno handling and library lifetime on darwin by shirou · 9 weeks ago
  71. f8c8657 Merge pull request #2117 from DavRack/master by shirou · 9 weeks ago
  72. 0a16005 implement Darwin IOCounters via proc_pid_rusage by David londono · 10 weeks ago
  73. 559c207 Merge pull request #2114 from shirou/feat/psutil-comparison-test by shirou · 2 months ago
  74. b6da089 Merge pull request #2108 from HarshalPatel1972/patch-gopsutil by shirou · 2 months ago
  75. 9726977 feat: add psutil comparison tests for cpu, mem and load by shirou · 2 months ago
  76. a761639 [cpu][windows]: compute cpu-total times from integer ticks by skartikey · 3 months ago
  77. 3d799ff net: standardize padding logic and add retry limit for GetExtendedTable by Harshal Patel · 3 months ago
  78. 25a6867 Merge pull request #2109 from shirou/fix/harden-parsers-against-malformed-input by shirou · 3 months ago
  79. 2980769 fix: harden parsers against malformed/truncated input by shirou · 3 months ago
  80. 653c364 Potential fix for pull request finding by Harshal Patel · 3 months ago
  81. f5bfa36 trigger CI rerun due to 500 error by Harshal Patel · 3 months ago
  82. 7c2f0ed net: pad windows GetExtendedTcpTable buffer to prevent spin-loops by Harshal Patel · 3 months ago
  83. b1e472b chore(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.3.0 by dependabot[bot] · 3 months ago
  84. 50a6b05 Merge pull request #2104 from atanas-vladimirov/openbsd by shirou · 3 months ago v4.26.6
  85. c0390a2 Merge pull request #2103 from guillemj/pu/lscpu-clusters by shirou · 3 months ago
  86. 62c57ea Merge pull request #2101 from shirou/fix/2100-disk-zfs-btrfs-partitions by shirou · 3 months ago
  87. e093580 Merge pull request #2084 from drutsan/fix/darwin-temperature-sp78 by shirou · 3 months ago
  88. 1d3af56 [mem]: fix OpenBSD virtual memory on -current by Atanas Vladimirov · 3 months ago
  89. 7098e80 [cpu][linux]: Add support for CPU clusters in lscpu tests by Guillem Jover · 3 months ago
  90. 0dff2e5 [disk][linux]: fix missiing sub volume partitions on zfs and btrfs by shirou · 4 months ago
  91. d781152 Merge pull request #2062 from HarshalPatel1972/fix/windows-process-snap-perf by shirou · 4 months ago v4.26.5
  92. bf6e949 fix: address maintainer review — adjust PID 0 order, remove 0-thread guard, add consistency comment by Harshal Patel · 4 months ago
  93. 71672e2 Merge pull request #2092 from kerlenton/fix/darwin-cmdline-envp-leak by shirou · 4 months ago
  94. f806418 [process]: skip exact 4 bytes of nargs in darwin cmdlineSlice by Kerlenton · 4 months ago
  95. e9f021e [process]: fix envp leak into Cmdline on darwin by Kerlenton · 4 months ago
  96. 6a240d8 Merge pull request #2074 from shirou/dependabot/github_actions/actions/upload-artifact-7.0.1 by shirou · 5 months ago
  97. ba20283 Merge pull request #2065 from shirou/dependabot/github_actions/actions/setup-go-6.4.0 by shirou · 5 months ago
  98. e7b2fd0 Merge pull request #2088 from shirou/dependabot/github_actions/actions/labeler-6.1.0 by shirou · 5 months ago
  99. e26eaf3 Merge pull request #2089 from shirou/feat/add_ProtoCounters_godoc by shirou · 5 months ago
  100. 22bc830 [net]: add more information on ProtoCounters godoc by shirou · 5 months ago