Commit Graph

1942 Commits (v2.21.11)
 

Author SHA1 Message Date
shirou 3b417071a5
Merge pull request #1176 from PierreF/cgo-conflict-names-v3
Prefix C function by gopsutil_v3_
3 years ago
shirou aa3378b5ff
Merge pull request #1185 from tbarker25/process-states
Add additional process states
3 years ago
shirou 5707c55332
Merge pull request #1186 from tklauser/remove-cgo-file
v3/process: remove unused .cgo file
3 years ago
Tobias Klauser 0cc39fe6ca
v3/process: remove unused .cgo file
The process_darwin_amd64.go.cgo file was probably added by mistake. The
go tool does not recognize the .cgo extension, so it's already excluded
from the build. The real type and const definitions are in
process_darwin_amd64.go already.
3 years ago
Tom Barker c6c910cce1 Add additional process states. 3 years ago
shirou de385f50a8
Merge pull request #1182 from kestrelcjx/kestrel/process
fix(process): fix the bug that the program is hung when getting the f…
3 years ago
kestrelcjx a0b6077502 chore(process): change the return value 3 years ago
kestrelcjx 3b61bb2833 chore(process): add ctx.Done() to break select 3 years ago
shirou a00b8eac52
Merge pull request #1181 from mikemorris/patch-1
deps: switch to recommended fork of StackExchange/wmi
3 years ago
shirou 0fdf65fa3e Change to use yusufpapurcu/wmi from StackExchange/wmi. 3 years ago
shirou 6e1e70b706
Merge pull request #1180 from tklauser/mem-darwin-sysctluint64
mem: use unix.SysctlUint64 for hw.memsize on darwin
3 years ago
kestrelcjx db054ec106 fix(process): fix the bug that the program is hung when getting the file name 3 years ago
Mike Morris 6ff1f56e09
deps: switch to recommended fork of StackExchange/wmi 3 years ago
Tobias Klauser d935ecccea mem: use unix.SysctlUint64 for hw.memsize on darwin
Use unix.SysctlUint64 which directly returns an uint64 rather than
converting it from a string.
3 years ago
shirou 78065a7ce2
Merge pull request #1177 from chbuescher/master
add initial aix support
3 years ago
shirou 0ce33dbe64
Merge pull request #1166 from easyops-cn/kestrel/process
feat(process): implement the 'OpenFilesWithContext' function of the windows system
3 years ago
xca1075 d8728fc85b add initial aix support 3 years ago
Pierre Fersing 71d0d31e5d Prefix C function by gopsutil_v3_
This should avoid conflict between both:
* Version 2 of gopsutil
* Other library in version 3 that define the same C function
3 years ago
shirou 214bc8d948
Merge pull request #1173 from mmorel-35/golangci-lint
setup golangci-lint
3 years ago
Matthieu MOREL 46ae9576ef
enable gosimple linter 3 years ago
Matthieu MOREL 15ce718263
Update lint.yml 3 years ago
Matthieu MOREL ae6d769a24
setup golangci-lint 3 years ago
shirou 36cc0d3c0b
Merge pull request #1168 from shirou/feature/fix_README_terminal_on_macos
remove terminal for macOS on README
3 years ago
shirou 9bbd81f709
Merge pull request #1105 from fmarmol/master
Switch usage from os.*File.Readdir to os.*File.ReadDir.
3 years ago
shirou 0c09b2c9ee
Merge pull request #1167 from shirou/feature/bump_min_version_to_1_16
change minimum version to 1.16 on README
3 years ago
shirou 35e404b9b4 remove terminal for macOS on README 3 years ago
shirou 00ff5a1a07 change minimum version to 1.16 on README 3 years ago
shirou 913fd267dc Merge branch 'rschmied-dev' 3 years ago
shirou f029ac1904 add cwd to macOSX 3 years ago
shirou 61f064febb Merge branch 'rschmied-dev' 3 years ago
shirou 45a1287149 Merge branch 'dev' of github.com:rschmied/gopsutil into rschmied-dev 3 years ago
shirou e032a1c81d
Merge pull request #1059 from d1ss0nanz/issue1058
use ioreg to read IOPlatformUUID as HostID
3 years ago
kestrelcjx 5832fdfb9b chore(process): open file in process test case 3 years ago
shirou 9928258ac8
Merge pull request #1163 from secDre4mer/master
feat: Add support for Cwd() on Windows
3 years ago
Max Altgelt a4679b798b
feat: Add support for Cwd() on Windows 3 years ago
shirou fb65e185a9
Merge pull request #1155 from lufia/add-plan9-cpu
[v3][cpu] add plan9 support
3 years ago
shirou 8f489b62d0
Merge branch 'master' into add-plan9-cpu 3 years ago
shirou ed86f283aa
Merge pull request #1161 from scop/solaris-mem-fixes
Solaris mem fixes
3 years ago
Ville Skyttä 09c3ba3896 [mem][solaris] simplify regular expressions 3 years ago
Ville Skyttä 093e68cb91 [mem][solaris] improve prtconf memory size scraping
Accept uppercase Memory, that's how it appears to be at least in Solaris
11.3 and OpenIndiana oi_151a7.
3 years ago
Ville Skyttä 768c3b1888 [mem][solaris] don't hardcode path to prtconf in error message 3 years ago
shirou d863ea4cc5
Merge pull request #1157 from acabarbaye/wmi
Use go-ole with Arm Windows support
3 years ago
shirou dc7673d442
Merge pull request #1158 from JanDeDobbeleer/main
fix: windows arm64 support
3 years ago
Jan De Dobbeleer f169486407
fix: windows arm support 3 years ago
Adrien CABARBAYE 0953979fef Use ole with Arm Windows support 3 years ago
shirou c60ff71766
Merge pull request #1151 from shirou/feature/add_build_test_to_githubaction
Feature/add build test to githubaction
3 years ago
shirou 1777fa2fcc [v3][plan9][mem] fix fallback build tag 3 years ago
shirou 7ae41c1f40 [v2][solaris][mem] fix invoke ctx. 3 years ago
shirou 4db4dc09a0 [v3] fix Signal import on dragonfly OS in fallback 3 years ago
shirou ed7efd5d01 fix path on build_test 3 years ago