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.
|
2021-11-15 10:26:08 +01:00 |
|
shirou
|
78065a7ce2
|
Merge pull request #1177 from chbuescher/master
add initial aix support
|
2021-11-13 21:18:22 +09:00 |
|
shirou
|
0ce33dbe64
|
Merge pull request #1166 from easyops-cn/kestrel/process
feat(process): implement the 'OpenFilesWithContext' function of the windows system
|
2021-11-13 20:51:25 +09:00 |
|
xca1075
|
d8728fc85b
|
add initial aix support
|
2021-11-12 11:39:46 +01:00 |
|
shirou
|
214bc8d948
|
Merge pull request #1173 from mmorel-35/golangci-lint
setup golangci-lint
|
2021-11-07 22:38:26 +09:00 |
|
Matthieu MOREL
|
46ae9576ef
|
enable gosimple linter
|
2021-11-05 17:40:19 +01:00 |
|
Matthieu MOREL
|
15ce718263
|
Update lint.yml
|
2021-11-05 17:04:18 +01:00 |
|
Matthieu MOREL
|
ae6d769a24
|
setup golangci-lint
|
2021-11-05 12:04:51 +01:00 |
|
shirou
|
36cc0d3c0b
|
Merge pull request #1168 from shirou/feature/fix_README_terminal_on_macos
remove terminal for macOS on README
v3.21.10
|
2021-10-30 19:04:30 +09:00 |
|
shirou
|
9bbd81f709
|
Merge pull request #1105 from fmarmol/master
Switch usage from os.*File.Readdir to os.*File.ReadDir.
|
2021-10-30 18:56:30 +09:00 |
|
shirou
|
0c09b2c9ee
|
Merge pull request #1167 from shirou/feature/bump_min_version_to_1_16
change minimum version to 1.16 on README
|
2021-10-30 18:54:56 +09:00 |
|
shirou
|
35e404b9b4
|
remove terminal for macOS on README
|
2021-10-30 09:44:37 +00:00 |
|
shirou
|
00ff5a1a07
|
change minimum version to 1.16 on README
|
2021-10-30 09:32:47 +00:00 |
|
shirou
|
913fd267dc
|
Merge branch 'rschmied-dev'
|
2021-10-30 09:27:42 +00:00 |
|
shirou
|
f029ac1904
|
add cwd to macOSX
|
2021-10-30 09:25:01 +00:00 |
|
shirou
|
61f064febb
|
Merge branch 'rschmied-dev'
|
2021-10-30 09:23:57 +00:00 |
|
shirou
|
45a1287149
|
Merge branch 'dev' of github.com:rschmied/gopsutil into rschmied-dev
|
2021-10-30 09:23:21 +00:00 |
|
shirou
|
e032a1c81d
|
Merge pull request #1059 from d1ss0nanz/issue1058
use ioreg to read IOPlatformUUID as HostID
|
2021-10-30 17:43:32 +09:00 |
|
kestrelcjx
|
5832fdfb9b
|
chore(process): open file in process test case
|
2021-10-29 20:20:23 +08:00 |
|
shirou
|
9928258ac8
|
Merge pull request #1163 from secDre4mer/master
feat: Add support for Cwd() on Windows
|
2021-10-28 21:46:51 +09:00 |
|
Max Altgelt
|
a4679b798b
|
feat: Add support for Cwd() on Windows
|
2021-10-27 09:55:26 +02:00 |
|
shirou
|
fb65e185a9
|
Merge pull request #1155 from lufia/add-plan9-cpu
[v3][cpu] add plan9 support
|
2021-10-23 11:49:24 +09:00 |
|
shirou
|
8f489b62d0
|
Merge branch 'master' into add-plan9-cpu
|
2021-10-23 11:09:39 +09:00 |
|
shirou
|
ed86f283aa
|
Merge pull request #1161 from scop/solaris-mem-fixes
Solaris mem fixes
|
2021-10-23 00:56:02 +09:00 |
|
Ville Skyttä
|
09c3ba3896
|
[mem][solaris] simplify regular expressions
|
2021-10-22 18:28:52 +03:00 |
|
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.
|
2021-10-22 18:27:43 +03:00 |
|
Ville Skyttä
|
768c3b1888
|
[mem][solaris] don't hardcode path to prtconf in error message
|
2021-10-22 18:22:07 +03:00 |
|
shirou
|
d863ea4cc5
|
Merge pull request #1157 from acabarbaye/wmi
Use go-ole with Arm Windows support
|
2021-10-21 00:24:36 +09:00 |
|
shirou
|
dc7673d442
|
Merge pull request #1158 from JanDeDobbeleer/main
fix: windows arm64 support
|
2021-10-21 00:21:31 +09:00 |
|
Jan De Dobbeleer
|
f169486407
|
fix: windows arm support
|
2021-10-20 13:49:30 +02:00 |
|
Adrien CABARBAYE
|
0953979fef
|
Use ole with Arm Windows support
|
2021-10-19 17:45:03 +01:00 |
|
shirou
|
c60ff71766
|
Merge pull request #1151 from shirou/feature/add_build_test_to_githubaction
Feature/add build test to githubaction
|
2021-10-17 23:21:11 +09:00 |
|
shirou
|
1777fa2fcc
|
[v3][plan9][mem] fix fallback build tag
|
2021-10-17 13:44:12 +00:00 |
|
shirou
|
7ae41c1f40
|
[v2][solaris][mem] fix invoke ctx.
|
2021-10-17 13:20:16 +00:00 |
|
shirou
|
4db4dc09a0
|
[v3] fix Signal import on dragonfly OS in fallback
|
2021-10-17 13:13:57 +00:00 |
|
shirou
|
ed7efd5d01
|
fix path on build_test
|
2021-10-17 12:56:00 +00:00 |
|
shirou
|
a4ec7a2e77
|
fix build_test workflow
|
2021-10-17 10:13:04 +00:00 |
|
shirou
|
3e7da36a46
|
[mem][solaris] fix wrong variable name.
|
2021-10-17 10:13:04 +00:00 |
|
shirou
|
63210193c2
|
add build_test to github action
|
2021-10-17 10:13:04 +00:00 |
|
shirou
|
9ba4650578
|
Merge pull request #1145 from shirou/feature/update_x_sys
[v3] update x/sys version and fix v2 process kill
|
2021-10-17 19:11:57 +09:00 |
|
shirou
|
703175c3fb
|
[v2][process][windows] fix Kill causes DuplicateHandle error
|
2021-10-17 09:59:20 +00:00 |
|
shirou
|
b96339ab43
|
[v3] update x/sys version.
|
2021-10-17 09:56:58 +00:00 |
|
kestrel
|
a60c462a3a
|
feat(process): implement the 'OpenFilesWithContext' function of the windows system
|
2021-10-16 23:51:19 +08:00 |
|
lufia
|
0617d71557
|
[v3][cpu] add plan9 support
|
2021-10-14 22:34:52 +09:00 |
|
hzhaop
|
da62fff846
|
Merge pull request #1 from easyops-cn/kestrel/process
feat(process): implement the 'OpenFilesWithContext' function of the w…
|
2021-10-11 11:04:20 +08:00 |
|
kestrel
|
3dabe50107
|
feat(process): implement the 'OpenFilesWithContext' function of the windows system
|
2021-10-11 05:30:29 +08:00 |
|
shirou
|
79c6edf913
|
Merge pull request #1148 from lufia/add-plan9-mem
[v3][mem] add plan9 support
|
2021-10-09 23:33:43 +09:00 |
|
shirou
|
54eae75ed3
|
Merge pull request #1150 from shirou/feature/fix_mem_bsd
[mem][bsd] fix missing arg
|
2021-10-09 22:54:00 +09:00 |
|
WAKAYAMA shirou
|
46d6fcc192
|
[mem][bsd] fix missing arg
|
2021-10-09 22:49:58 +09:00 |
|
shirou
|
285b4a4a01
|
Merge pull request #1142 from maier/master
fixes for mem_solaris.go
|
2021-10-09 22:48:31 +09:00 |
|