1. 80c6e48 Merge pull request #2121 from shirou/dependabot/go_modules/github.com/ebitengine/purego-0.10.2 by shirou · 26 hours ago master
  2. bb93ba6 chore(deps): bump github.com/ebitengine/purego from 0.10.0 to 0.10.2 by dependabot[bot] · 28 hours ago
  3. d803a4f Merge pull request #2111 from skartikey/fix/windows-cpu-total-float-precision by shirou · 3 days ago
  4. f8c8657 Merge pull request #2117 from DavRack/master by shirou · 3 days ago
  5. 0a16005 implement Darwin IOCounters via proc_pid_rusage by David londono · 5 days ago
  6. 559c207 Merge pull request #2114 from shirou/feat/psutil-comparison-test by shirou · 11 days ago
  7. b6da089 Merge pull request #2108 from HarshalPatel1972/patch-gopsutil by shirou · 11 days ago
  8. 9726977 feat: add psutil comparison tests for cpu, mem and load by shirou · 11 days ago
  9. a761639 [cpu][windows]: compute cpu-total times from integer ticks by skartikey · 2 weeks ago
  10. 3d799ff net: standardize padding logic and add retry limit for GetExtendedTable by Harshal Patel · 3 weeks ago
  11. 25a6867 Merge pull request #2109 from shirou/fix/harden-parsers-against-malformed-input by shirou · 3 weeks ago
  12. 2980769 fix: harden parsers against malformed/truncated input by shirou · 3 weeks ago
  13. 653c364 Potential fix for pull request finding by Harshal Patel · 3 weeks ago
  14. f5bfa36 trigger CI rerun due to 500 error by Harshal Patel · 3 weeks ago
  15. 7c2f0ed net: pad windows GetExtendedTcpTable buffer to prevent spin-loops by Harshal Patel · 3 weeks ago
  16. 50a6b05 Merge pull request #2104 from atanas-vladimirov/openbsd by shirou · 5 weeks ago v4.26.6
  17. c0390a2 Merge pull request #2103 from guillemj/pu/lscpu-clusters by shirou · 5 weeks ago
  18. 62c57ea Merge pull request #2101 from shirou/fix/2100-disk-zfs-btrfs-partitions by shirou · 5 weeks ago
  19. e093580 Merge pull request #2084 from drutsan/fix/darwin-temperature-sp78 by shirou · 5 weeks ago
  20. 1d3af56 [mem]: fix OpenBSD virtual memory on -current by Atanas Vladimirov · 6 weeks ago
  21. 7098e80 [cpu][linux]: Add support for CPU clusters in lscpu tests by Guillem Jover · 6 weeks ago
  22. 0dff2e5 [disk][linux]: fix missiing sub volume partitions on zfs and btrfs by shirou · 6 weeks ago
  23. d781152 Merge pull request #2062 from HarshalPatel1972/fix/windows-process-snap-perf by shirou · 8 weeks ago v4.26.5
  24. bf6e949 fix: address maintainer review — adjust PID 0 order, remove 0-thread guard, add consistency comment by Harshal Patel · 8 weeks ago
  25. 71672e2 Merge pull request #2092 from kerlenton/fix/darwin-cmdline-envp-leak by shirou · 9 weeks ago
  26. f806418 [process]: skip exact 4 bytes of nargs in darwin cmdlineSlice by Kerlenton · 9 weeks ago
  27. e9f021e [process]: fix envp leak into Cmdline on darwin by Kerlenton · 9 weeks ago
  28. 6a240d8 Merge pull request #2074 from shirou/dependabot/github_actions/actions/upload-artifact-7.0.1 by shirou · 2 months ago
  29. ba20283 Merge pull request #2065 from shirou/dependabot/github_actions/actions/setup-go-6.4.0 by shirou · 2 months ago
  30. e7b2fd0 Merge pull request #2088 from shirou/dependabot/github_actions/actions/labeler-6.1.0 by shirou · 2 months ago
  31. e26eaf3 Merge pull request #2089 from shirou/feat/add_ProtoCounters_godoc by shirou · 2 months ago
  32. 22bc830 [net]: add more information on ProtoCounters godoc by shirou · 2 months ago
  33. e35c590 chore(deps): bump actions/labeler from 6.0.1 to 6.1.0 by dependabot[bot] · 3 months ago
  34. 5d2d07a Merge pull request #2085 from paulojmdias/fix/788 by shirou · 3 months ago
  35. 16fe416 feat: simplify using slices.Contains by Paulo Dias · 3 months ago
  36. 7dfce14 disk: report effective mount mode on Linux by Paulo Dias · 3 months ago
  37. 28add59 fix(sensors/darwin): parse sp78 temperatures instead of returning 0.0 by drutsan · 3 months ago
  38. 71a5d14 Merge pull request #2083 from pgimalac/pgimalac/aix-proto-counters by shirou · 3 months ago v4.26.4
  39. f74105d net/aix: implement ProtoCounters by parsing netstat -s by Pierre Gimalac · 3 months ago
  40. 5661255 Merge pull request #2081 from shirou/fix/windows_use_get_active_processor_group_count by shirou · 3 months ago
  41. ddec60e [cpu][windows]: fix percpu stats on Windows hosts with multiple processor groups by shirou · 3 months ago
  42. 2f3645f Merge pull request #2079 from pgimalac/pgimalac/getconf-no-bootinfo by shirou · 3 months ago
  43. b693c36 Merge pull request #2077 from fraggerfox/fix-netbsd-stats by shirou · 3 months ago
  44. 25fe401 Make the netbsd tests run only under NetBSD. by Santhosh Raju · 3 months ago
  45. 94fdb3e Use getconf KERNEL_BITMODE instead of LONG_BIT by Pierre Gimalac · 3 months ago
  46. 94503b2 Use getconf instead of bootinfo on AIX to get kernel architecture by Pierre Gimalac · 3 months ago
  47. 08db87b Add tests for NetBSD's net implementation. by Santhosh Raju · 3 months ago
  48. 37101c6 Unexpect parseNetStat for NetBSD. by Santhosh Raju · 3 months ago
  49. cdd9658 Address lint issues. by Santhosh Raju · 3 months ago
  50. db20ecc Add reference man for swapctl(8). by Santhosh Raju · 3 months ago
  51. b86fe3f Add network stat support for NetBSD. by Santhosh Raju · 3 months ago
  52. 17ee4c3 Fix swap memory data extraction for NetBSD. by Santhosh Raju · 3 months ago
  53. 20b5fc6 Merge pull request #2068 from shirou/fix/process_linux_trim_suffix by shirou · 3 months ago
  54. cf0a0e8 Merge pull request #2037 from Dylan-M/dylanmyers/load-4a-misc-fix by shirou · 3 months ago
  55. 1a1eb1c Merge pull request #2040 from Dylan-M/dylanmyers/host-1a-test-invoker by shirou · 3 months ago
  56. 9da87c0 Merge pull request #2073 from Dylan-M/dylanmyers/net-entstat-test by shirou · 3 months ago
  57. d6a4111 Merge pull request #2076 from Yanhu007/fix/process-stat-bounds-check by shirou · 3 months ago
  58. 7140284 Merge pull request #2075 from Yanhu007/fix/net-linux-bounds-check by shirou · 3 months ago
  59. dd2898f fix: add bounds check for /proc/[pid]/stat fields to prevent panic by Yanhu007 · 3 months ago
  60. ccc2fd3 fix: add bounds check for /proc/net/dev fields to prevent panic by Yanhu007 · 3 months ago
  61. 549c2bb chore(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 by dependabot[bot] · 3 months ago
  62. 9319640 net: add parseEntstat unit test with entstat fixture by Dylan Myers · 3 months ago
  63. b8ace4b load: fix MiscWithContext process state parsing on AIX nocgo by Dylan Myers · 3 months ago
  64. 3aab859 Merge pull request #2034 from Dylan-M/dylanmyers/net-5a-entstat by shirou · 3 months ago
  65. 8012541 [process][linux]: use TrimSuffix instead of Trim by shirou · 3 months ago
  66. 96fb25f host: add testInvoker dependency injection for AIX command testing by Dylan Myers · 3 months ago
  67. d6f3d9e net: populate BytesSent/BytesRecv via entstat on AIX nocgo by Dylan Myers · 3 months ago
  68. 0f7fa6a Merge pull request #2066 from woct0rdho/fix-get-volume-paths by shirou · 4 months ago
  69. d3a1ff4 Revert "Add test" by woctordho · 4 months ago
  70. a257800 Add test by woctordho · 4 months ago
  71. 7781fa9 Avoid loop when failed to find path for volume on Windows by woctordho · 4 months ago
  72. 6f0bd22 chore(deps): bump actions/setup-go from 6.3.0 to 6.4.0 by dependabot[bot] · 4 months ago
  73. c2a1624 Merge pull request #2033 from Dylan-M/dylanmyers/disk-3b-iocounters by shirou · 4 months ago v4.26.3
  74. b32e3a1 Merge pull request #2032 from Dylan-M/dylanmyers/disk-3a-usage-fix by shirou · 4 months ago
  75. 730f763 Merge pull request #2063 from lubeschanin/fix/sensors-darwin-arm64-crash by shirou · 4 months ago
  76. 76137fe Fix SIGBUS/SIGSEGV crash on macOS ARM64: keep libraries open, fix data race by Vitalij Lubeschanin · 4 months ago
  77. be66821 disk: implement IOCountersWithContext for AIX nocgo via iostat by Dylan Myers · 4 months ago
  78. 416f4ed disk: use unix.Statfs for fstype in UsageWithContext on AIX nocgo by Dylan Myers · 4 months ago
  79. 7661a67 Merge pull request #2031 from shirou/fix/net_linux_connection_unix_socket_dedup by shirou · 4 months ago
  80. 0b872e3 fix(linter): address errorlint and gocritic warnings in buildSnapProcessMap by Bot · 4 months ago
  81. d88b333 fix: address Copilot review — ERROR_NO_MORE_FILES handling, error wrapping, NameWithContext cache write-back by Bot · 4 months ago
  82. 59061ae perf(process): build snapshot map once on Windows to fix O(N²) process listing (#818) by Bot · 4 months ago
  83. 3095963 Merge pull request #2012 from shirou/fix/revert_opt-outed_mem_used_calc by shirou · 4 months ago
  84. bf942de [net][linux]: prevent incorrect deduplication of unnamed UNIX sockets by shirou · 4 months ago
  85. d7abb9a Merge pull request #2029 from skartikey/fix/openbsd-mem-cached by shirou · 4 months ago
  86. 8437a45 mem: add comment explaining shared Cached/Buffers value on OpenBSD by skartikey · 4 months ago
  87. f2a1528 Merge pull request #2025 from pgimalac/pgimalac/net-darwin-netstat-drop by shirou · 4 months ago
  88. fe3d443 mem: populate Cached from bcachestats on OpenBSD by skartikey · 4 months ago
  89. e2f670e fix: review comments by Pierre Gimalac · 4 months ago
  90. 1ec4f50 Merge pull request #2011 from Dylan-M/dylanmyers/remove-orphaned-virtualization-sensors by shirou · 4 months ago
  91. f2b937a Merge pull request #2010 from shirou/dependabot/github_actions/actions/upload-artifact-7.0.0 by shirou · 4 months ago
  92. 424d3ac Merge pull request #2027 from pgimalac/pgimalac/darwin-skip-swap-process by shirou · 4 months ago
  93. ef8bfdf Merge pull request #2026 from pgimalac/pgimalac/fix-macos-sensor-data-type by shirou · 4 months ago
  94. 5475325 Merge pull request #2023 from pgimalac/pgimalac/fix-process-darwin-gid by shirou · 4 months ago
  95. 27be368 Merge pull request #2022 from pgimalac/pgimalac/host-add-missing-num-procs-aix by shirou · 4 months ago
  96. e2c7b5b Merge pull request #2017 from pgimalac/pgimalac/cpu-counts-aix-logical-fix by shirou · 4 months ago
  97. 924bd63 Merge pull request #2021 from pgimalac/pgimalac/aix-fix-hosts-user by shirou · 4 months ago
  98. cb10be0 fix: also update InfoWithContext for core count by Pierre Gimalac · 4 months ago
  99. 7de3e84 refactor: use perfstat instead of custom count logic by Pierre Gimalac · 4 months ago
  100. 0d136ed fix: do not set incorrect swap field on darwin by Pierre Gimalac · 4 months ago