Commit Graph

2000 Commits (511da82e944b7761e2cdccdcf2123b2517d3a79b)
 

Author SHA1 Message Date
shirou 511da82e94
Merge pull request #1224 from scop/feat/solaris-loadavg
[load][solaris] implement AvgWithContext
3 years ago
shirou 29058848ba
Merge pull request #1217 from scop/feat/freebsd-disk-serial
[disk][freebsd] implement SerialNumberWithContext
3 years ago
Lomanic 1ccce7b91c
Merge pull request #1223 from shirou/feature/remove_codecov
remove codecov
3 years ago
Ville Skyttä 31c410026d [disk][freebsd] handle SerialNumberWithContext scanner errors 3 years ago
Ville Skyttä d92d114f90 [load][solaris] implement AvgWithContext 3 years ago
shirou 59e366d674 remove codecov 3 years ago
Ville Skyttä 0d33df272b [disk][freebsd] return empty serial on `(null)` geom disk ident 3 years ago
shirou a3ae4bc40d
Merge pull request #1221 from shirou/feature/process_win_fix_dup_handle
[process][windows] fix release handle
3 years ago
shirou dcac9d9b01 [process][windows] fix release handle 3 years ago
shirou fdfd273cf0
Merge pull request #1218 from scop/feat/freebsd-process-start
[process][freebsd] implement createTimeWithContext
3 years ago
shirou 64a13e4c18
Merge pull request #1219 from Lomanic/issue1216
[process][windows] Fix #1216 fix compilation on arm/arm64
3 years ago
shirou b4808b3e94
Merge pull request #1204 from YangKeao/fix-unstable-boottime
fix unstable boot time because of float conversion
3 years ago
shirou c56b5223c5
Merge pull request #1215 from Lomanic/issue1198
[net][linux] Fix #1198 "f.ReadDir undefined" on Go 1.15 by redefining a custom readDir according to go version
3 years ago
Lomanic 01cf95a92d [process][windows] Fix #1216 fix compilation on arm/arm64
go build ./... with GOARCH=arm64 is otherwise failing with the following:

process\process_windows.go:412:11: undefined: readProcessMemory
process\process_windows.go:425:11: undefined: readProcessMemory
process\process_windows.go:896:32: undefined: PROCESS_MEMORY_COUNTERS
process\process_windows.go:897:10: undefined: PROCESS_MEMORY_COUNTERS
process\process_windows.go:910:50: undefined: PROCESS_MEMORY_COUNTERS
process\process_windows.go:950:21: undefined: queryPebAddress
process\process_windows.go:955:9: undefined: readProcessMemory
process\process_windows.go:961:8: undefined: readProcessMemory
process\process_windows.go:969:21: undefined: queryPebAddress
process\process_windows.go:974:9: undefined: readProcessMemory
process\process_windows.go:974:9: too many errors
3 years ago
Ville Skyttä 41e2595443 [process][freebsd] implement createTimeWithContext 3 years ago
Ville Skyttä df68a56e2d [disk][freebsd] implement SerialNumberWithContext 3 years ago
Lomanic d826e14e27 [net][linux] Fix #1198 "f.ReadDir undefined" on Go 1.15 by redefining a custom readDir according to go version
Using os.File.Readdir pre Go 1.16 and os.File.ReadDir post Go 1.16
3 years ago
shirou 2f8da0a394
Merge pull request #1205 from mmorel-35/master
enable more linters, report coverage and cache mods
3 years ago
Matthieu MOREL fe2fab4938
Update test.yml 3 years ago
Lomanic 0bd6ae1cf1
Merge pull request #1207 from makazeu/patch-1
Fix a typo in comment
3 years ago
Matthieu MOREL a9e4ce7cf9
enable goimports linter 3 years ago
Matthieu MOREL e6e3f9399b
enable importas linter 3 years ago
Matthieu MOREL 0f342652ad
enable nakedret linter 3 years ago
Matthieu MOREL 803be09d63
enable megacheck linter 3 years ago
Makazeu 521fafd945
Fix a typo in comment 3 years ago
Matthieu MOREL 2252055b93
enable codecoverage 3 years ago
Matthieu MOREL 5c5245372d
enable predeclared linter 3 years ago
Matthieu MOREL f8c685e717
enable caching in workflows 3 years ago
Matthieu MOREL 851bffc0f1
enable gosec linter 3 years ago
Matthieu MOREL 5801744ecc
enable asciicheck linter 3 years ago
Matthieu MOREL 227e7b8b8c
enable nolintlint linter 3 years ago
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