Commit Graph

2069 Commits (1d89235f34eb5b2687985ec8b643848c19460239)
 

Author SHA1 Message Date
Matthieu MOREL 4671e649aa
enable revive linter 3 years ago
Matthieu MOREL 982ee3bc2b
enable misspell linter 3 years ago
Matthieu MOREL e232c1083c
enable gofumpt linter 3 years ago
Matthieu MOREL 08a73c90a6
Delete run-commit.yml 3 years ago
Matthieu MOREL 6bad729ebd
enable gofmt linter 3 years ago
mmorel-35 1e6b445a8a gofumpt 3 years ago
Matthieu MOREL 5eac39f418
Update run-commit.yml 3 years ago
Matthieu MOREL 3664dbb362
Update run-commit.yml 3 years ago
mmorel-35 eb5f6203d8 gofmt 3 years ago
Matthieu MOREL 04c870cb3d
Update run-commit.yml 3 years ago
Matthieu MOREL fbdbfec158
Update run-commit.yml 3 years ago
Matthieu MOREL a2420eab64
Create run-commit.yml 3 years ago
Matthieu MOREL 5c7609f116
enable durationcheck linter 3 years ago
Matthieu MOREL c8fd8c7b1f
enable unparam linter 3 years ago
shirou b1186a68ed
Merge pull request #1191 from shirou/feature/update_mac_cgo
[disk][host][mac] fix deprecated code in macOS Monterey
3 years ago
shirou 69ea4bfdae
Merge pull request #1194 from mmorel-35/master
Enable errorlint and gci linters
3 years ago
shirou 530dc58cba
Merge pull request #1202 from 851235550/fix-read-lines-offset-n
Fix bug for func named ReadLinesOffsetN
3 years ago
YangKeao 1b5757b7d1 fix unstable boot time because of float conversion
Signed-off-by: YangKeao <yangkeao@chunibyo.icu>
3 years ago
wyl 5a288fb852 Fix bug for func named ReadLinesOffsetN 3 years ago
shirou c6bccaff3b
Merge pull request #1192 from shirou/feature/m1_not_return_when_cpu_freq
[cpu][mac] change not return error even if cpu.frequency errors
3 years ago
Matthieu MOREL 8f64de95fa
enable gci linter 3 years ago
Matthieu MOREL b673968d5d
enable errorlint linter 3 years ago
shirou bde422a2ff [cpu][mac] doesn't return error when cpu.frequency 3 years ago
shirou 4c3edcfe56 [mac] fix deprecated code in macOS Monterey 3 years ago
shirou 1ec4629e46
Merge pull request #1174 from shirou/feature/delete_v2
delete v2 directory, move v3 to top  #1078
3 years ago
shirou d2e27c1712 fix dependabot v2 deletion. 3 years ago
shirou 0969c9436b delete v2 directory, move v3 to top #1078 3 years ago
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