1. 20b5fc6 Merge pull request #2068 from shirou/fix/process_linux_trim_suffix by shirou · 2 days ago master
  2. cf0a0e8 Merge pull request #2037 from Dylan-M/dylanmyers/load-4a-misc-fix by shirou · 2 days ago
  3. 1a1eb1c Merge pull request #2040 from Dylan-M/dylanmyers/host-1a-test-invoker by shirou · 2 days ago
  4. 9da87c0 Merge pull request #2073 from Dylan-M/dylanmyers/net-entstat-test by shirou · 2 days ago
  5. d6a4111 Merge pull request #2076 from Yanhu007/fix/process-stat-bounds-check by shirou · 2 days ago
  6. 7140284 Merge pull request #2075 from Yanhu007/fix/net-linux-bounds-check by shirou · 7 days ago
  7. dd2898f fix: add bounds check for /proc/[pid]/stat fields to prevent panic by Yanhu007 · 7 days ago
  8. ccc2fd3 fix: add bounds check for /proc/net/dev fields to prevent panic by Yanhu007 · 8 days ago
  9. 9319640 net: add parseEntstat unit test with entstat fixture by Dylan Myers · 8 days ago
  10. b8ace4b load: fix MiscWithContext process state parsing on AIX nocgo by Dylan Myers · 8 days ago
  11. 3aab859 Merge pull request #2034 from Dylan-M/dylanmyers/net-5a-entstat by shirou · 9 days ago
  12. 8012541 [process][linux]: use TrimSuffix instead of Trim by shirou · 10 days ago
  13. 96fb25f host: add testInvoker dependency injection for AIX command testing by Dylan Myers · 11 days ago
  14. d6f3d9e net: populate BytesSent/BytesRecv via entstat on AIX nocgo by Dylan Myers · 11 days ago
  15. 0f7fa6a Merge pull request #2066 from woct0rdho/fix-get-volume-paths by shirou · 2 weeks ago
  16. d3a1ff4 Revert "Add test" by woctordho · 2 weeks ago
  17. a257800 Add test by woctordho · 3 weeks ago
  18. 7781fa9 Avoid loop when failed to find path for volume on Windows by woctordho · 3 weeks ago
  19. c2a1624 Merge pull request #2033 from Dylan-M/dylanmyers/disk-3b-iocounters by shirou · 3 weeks ago v4.26.3
  20. b32e3a1 Merge pull request #2032 from Dylan-M/dylanmyers/disk-3a-usage-fix by shirou · 3 weeks ago
  21. 730f763 Merge pull request #2063 from lubeschanin/fix/sensors-darwin-arm64-crash by shirou · 3 weeks ago
  22. 76137fe Fix SIGBUS/SIGSEGV crash on macOS ARM64: keep libraries open, fix data race by Vitalij Lubeschanin · 3 weeks ago
  23. be66821 disk: implement IOCountersWithContext for AIX nocgo via iostat by Dylan Myers · 3 weeks ago
  24. 416f4ed disk: use unix.Statfs for fstype in UsageWithContext on AIX nocgo by Dylan Myers · 3 weeks ago
  25. 7661a67 Merge pull request #2031 from shirou/fix/net_linux_connection_unix_socket_dedup by shirou · 4 weeks ago
  26. 3095963 Merge pull request #2012 from shirou/fix/revert_opt-outed_mem_used_calc by shirou · 4 weeks ago
  27. bf942de [net][linux]: prevent incorrect deduplication of unnamed UNIX sockets by shirou · 4 weeks ago
  28. d7abb9a Merge pull request #2029 from skartikey/fix/openbsd-mem-cached by shirou · 4 weeks ago
  29. 8437a45 mem: add comment explaining shared Cached/Buffers value on OpenBSD by skartikey · 4 weeks ago
  30. f2a1528 Merge pull request #2025 from pgimalac/pgimalac/net-darwin-netstat-drop by shirou · 4 weeks ago
  31. fe3d443 mem: populate Cached from bcachestats on OpenBSD by skartikey · 5 weeks ago
  32. e2f670e fix: review comments by Pierre Gimalac · 5 weeks ago
  33. 1ec4f50 Merge pull request #2011 from Dylan-M/dylanmyers/remove-orphaned-virtualization-sensors by shirou · 5 weeks ago
  34. f2b937a Merge pull request #2010 from shirou/dependabot/github_actions/actions/upload-artifact-7.0.0 by shirou · 5 weeks ago
  35. 424d3ac Merge pull request #2027 from pgimalac/pgimalac/darwin-skip-swap-process by shirou · 5 weeks ago
  36. ef8bfdf Merge pull request #2026 from pgimalac/pgimalac/fix-macos-sensor-data-type by shirou · 5 weeks ago
  37. 5475325 Merge pull request #2023 from pgimalac/pgimalac/fix-process-darwin-gid by shirou · 5 weeks ago
  38. 27be368 Merge pull request #2022 from pgimalac/pgimalac/host-add-missing-num-procs-aix by shirou · 5 weeks ago
  39. e2c7b5b Merge pull request #2017 from pgimalac/pgimalac/cpu-counts-aix-logical-fix by shirou · 5 weeks ago
  40. 924bd63 Merge pull request #2021 from pgimalac/pgimalac/aix-fix-hosts-user by shirou · 5 weeks ago
  41. cb10be0 fix: also update InfoWithContext for core count by Pierre Gimalac · 6 weeks ago
  42. 7de3e84 refactor: use perfstat instead of custom count logic by Pierre Gimalac · 6 weeks ago
  43. 0d136ed fix: do not set incorrect swap field on darwin by Pierre Gimalac · 6 weeks ago
  44. 2b09fc4 Merge pull request #2020 from pgimalac/pgimalac/aix-net-io-counters-fix by shirou · 6 weeks ago
  45. f85df63 fix: macos sensor data type by Pierre Gimalac · 6 weeks ago
  46. 46eb4f9 chore: format by Pierre Gimalac · 6 weeks ago
  47. d1a90f6 fix: get drop column from netstat output when address is empty by Pierre Gimalac · 6 weeks ago
  48. 7713e55 fix: remove leftover strconv import by Pierre Gimalac · 6 weeks ago
  49. fe34942 fix: effective gid on darwin by Pierre Gimalac · 6 weeks ago
  50. 2bfc9b7 Merge pull request #2019 from pgimalac/pgimalac/aix-load-misc-procs-running by shirou · 6 weeks ago
  51. 21650eb Merge pull request #2016 from pgimalac/pgimalac/aix-disk-io-counters by shirou · 6 weeks ago
  52. 3d9685a Merge branch 'master' of github.com:pgimalac/gopsutil into pgimalac/host-add-missing-num-procs-aix by Pierre Gimalac · 6 weeks ago
  53. 87309c5 Merge branch 'master' of github.com:pgimalac/gopsutil into pgimalac/aix-fix-hosts-user by Pierre Gimalac · 6 weeks ago
  54. 83f6a40 Merge branch 'master' of github.com:pgimalac/gopsutil into pgimalac/aix-net-io-counters-fix by Pierre Gimalac · 6 weeks ago
  55. 6e4089a Merge branch 'master' of github.com:pgimalac/gopsutil into pgimalac/aix-load-misc-procs-running by Pierre Gimalac · 6 weeks ago
  56. 75e406a Merge branch 'master' of github.com:pgimalac/gopsutil into pgimalac/cpu-counts-aix-logical-fix by Pierre Gimalac · 6 weeks ago
  57. 89d0256 Merge branch 'master' of github.com:pgimalac/gopsutil into pgimalac/aix-disk-io-counters by Pierre Gimalac · 6 weeks ago
  58. 3dfd6de feat: add IopsInProgress by Pierre Gimalac · 6 weeks ago
  59. e65013d fix: disk time unit is kernel clock by Pierre Gimalac · 6 weeks ago
  60. de23ed3 Merge pull request #2015 from pgimalac/pgimalac/cpu-info-model-name by shirou · 6 weeks ago
  61. b63265a Merge pull request #2014 from pgimalac/pgimalac/aix-cpu-total-stats by shirou · 6 weeks ago
  62. 6fb595a Merge pull request #2013 from pgimalac/pgimalac/aix-fix-disk-partition by shirou · 6 weeks ago
  63. 32f7a64 Merge pull request #2018 from pgimalac/pgimalac/fix-linters by shirou · 6 weeks ago
  64. 264a878 feat: add implementation of numProcs for AIX with cgo by Pierre Gimalac · 6 weeks ago
  65. 172b566 fix: host user parsing on aix by Pierre Gimalac · 6 weeks ago
  66. 5d254ef fix: net iocounters errors, add dropin by Pierre Gimalac · 6 weeks ago
  67. b1fac63 fix: load procs running on aix by Pierre Gimalac · 6 weeks ago
  68. 6cab831 chore: fix linters by Pierre Gimalac · 6 weeks ago
  69. 11b6baa fix: logical cpu in CountsWithContext for AIX by Pierre Gimalac · 6 weeks ago
  70. 487af6b fix: use provided description for cpu model name by Pierre Gimalac · 7 weeks ago
  71. ab0012b fix: use total stats for aix cpu by Pierre Gimalac · 7 weeks ago
  72. be52e86 fix: PartitionsWithContext on AIX by Pierre Gimalac · 7 weeks ago
  73. d9e7201 feat: implement IOCountersWithContext for AIX with CGO by Pierre Gimalac · 7 weeks ago
  74. 866c957 [mem][linux]: Remove deprecated opt-out for MemAvailable-based Used calculation by shirou · 7 weeks ago
  75. 5050c5e sensors(aix): remove orphaned VirtualizationWithContext by Dylan Myers · 7 weeks ago
  76. 33fab7d Merge pull request #2009 from shirou/dependabot/github_actions/actions/setup-go-6.3.0 by shirou · 7 weeks ago v4.26.2
  77. 6320f9e Merge pull request #2007 from shirou/fix/fix_disk_mountinfo_parsing_bugs by shirou · 7 weeks ago
  78. 2cd6d10 chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 by dependabot[bot] · 8 weeks ago
  79. a69a8e2 chore(deps): bump actions/setup-go from 6.2.0 to 6.3.0 by dependabot[bot] · 8 weeks ago
  80. 6a6e215 Merge pull request #2008 from shirou/dependabot/go_modules/github.com/ebitengine/purego-0.10.0 by shirou · 8 weeks ago
  81. e140450 chore(deps): bump github.com/ebitengine/purego from 0.9.1 to 0.10.0 by dependabot[bot] · 8 weeks ago
  82. 2ef7eb7 [linux][disk]: fix disk mountinfo parsing bug by shirou · 8 weeks ago
  83. 962bfd8 Merge pull request #2000 from shirou/dependabot/go_modules/golang.org/x/sys-0.41.0 by shirou · 9 weeks ago
  84. 8de66e7 Merge pull request #2006 from shirou/fix/fix_gosec_lint by shirou · 9 weeks ago
  85. a927423 fix: ignore s390x golangci-lint due to becoming always fail by shirou · 9 weeks ago
  86. 4e9a8de [common][process]: fix gosec lint by shirou · 9 weeks ago
  87. 09fc640 Merge pull request #2003 from jose-manuel-almaza/fix/disk-iocounters-skip-unsupported-errors by shirou · 9 weeks ago
  88. 67304c3 Merge pull request #1998 from Dylan-M/dylanmyers/aix_timesince by shirou · 9 weeks ago
  89. 3f9bb0f fix(disk): skip drives returning ERROR_INVALID_FUNCTION or ERROR_NOT_SUPPORTED in IOCounters on Windows by Jose Manuel Almaza · 9 weeks ago
  90. 8f9d77f refactor: move timeSince and timeSinceMillis to common package by Dylan Myers · 9 weeks ago
  91. ae93db0 Merge pull request #2002 from skartikey/disk_linux by shirou · 9 weeks ago
  92. 55d73b4 [disk][linux]: fix Device set to "none" for virtual filesystems Fixes #2001 by skartikey · 10 weeks ago
  93. b71e1d9 Merge pull request #1966 from shirou/dependabot/github_actions/actions/upload-artifact-6.0.0 by shirou · 10 weeks ago
  94. 6df6569 Merge pull request #1988 from shirou/dependabot/github_actions/actions/setup-go-6.2.0 by shirou · 2 months ago
  95. 0191cea Merge pull request #1993 from alexandear-org/docs/update-golang-go by shirou · 2 months ago
  96. 57bfd1e chore(deps): bump golang.org/x/sys from 0.40.0 to 0.41.0 by dependabot[bot] · 2 months ago
  97. b2abf60 Merge pull request #1997 from Aoang/fix/kelvin-to-celsius by shirou · 3 months ago v4.26.1
  98. 20de7d5 Merge pull request #1994 from shirou/fix/get_terminal_map_bug by shirou · 3 months ago
  99. 01bdbba fix(sensors): kelvin to Celsius by Aoang · 3 months ago
  100. d220521 chore(deps): bump actions/setup-go from 6.0.0 to 6.2.0 by dependabot[bot] · 3 months ago