Commit Graph

1448 Commits (f4fc0580b8383aabb5f32871b96fde28cee5922c)
 

Author SHA1 Message Date
Lomanic 71adb75383 [cpu][windows] Add support for logical arg in Counts #640 #628
Lomanic e6aa38bec2 [cpu][windows] WIP Add support for logical arg in Counts #640 #628
shirou ffb381dc5d
Merge pull request #747 from tmm1/patch-3
Proper fix for unavailable /proc/filesystems
Aman Gupta 74d3cea10f Proper fix for unavailable /proc/filesystems
Lomanic 903a879e03
Merge pull request #748 from tmm1/patch-4
[host] Trim null bytes from unix.Uname() results
Aman Gupta 25be4d08fe
Trim null bytes from kernel arch
Aman Gupta 62a406ec1b
Trim null bytes from kernel version
shirou 8a5bcfdb53
Merge pull request #739 from Lomanic/issue738
[host][linux] Fix #738 use uname syscall to get version in KernelVersion()
shirou dd49c3f47f
Merge pull request #741 from floren/fix-mapper
Fixes a problem when using Docker on a host with an encrypted LLVM root.
shirou af62c4eab6
Merge pull request #745 from Lomanic/issue737
[host] Fix #737 add KernelArch field in InfoStat struct returning 'uname -m' result
Lomanic 097237b157
Merge pull request #735 from Lomanic/issue729
[process] Fix #729 check process existence in NewProcess()
Lomanic 4bf185067d [host] Fix #737 add KernelArch field in InfoStat struct returning 'uname -m' result
Lomanic 98c779765f [host] go-fmt and propagate context on Windows in Info()
John Floren 93e08ea089 Fixes a problem when using Docker on a host with an encrypted LLVM root. A docker container with a volume mounted from the host will see /dev/mapper in its mount info file, but will not be able to read it.
Lomanic 8c28c3ba17 [host][linux] Fix #738 use uname syscall to get version in KernelVersion()
Lomanic 3465186bca [process] Fix #729 check process existence in NewProcess()
Lomanic d80c43f9c9
Merge pull request #733 from eshimizu/eshimizu-patch-1
Update disk_linux.go remove unused runtime package
eshimizu 91b1c81467
Update disk_linux.go
shirou 0bb41276be
Merge pull request #728 from fancybits/android-filesystems
ignore /proc/filesystems errors on android
Aman Gupta 34b030b41c
Ignore getFileSystems errors when requesting all partitions
shirou 4db8c21d1e update Gopkg.lock
shirou 2bcfa5e074
Merge pull request #731 from traetox/master
Fixes issue #730
shirou 3ad4fbbb0c
Merge pull request #715 from Lomanic/issue599process
[process] Fix #599 cap percent values returned by *Percent() between 0 and 100
shirou 1edab195ef
Merge pull request #713 from Lomanic/issue607
[process] Fix #607 properly check PID existence
Kris Watts c3720007e4 Fixes issue #730
Lomanic 1917a27206
Merge pull request #725 from mznet/add_unreclaim
add SUnreclaim metric, this closes #719
Aman Gupta ea0f864aef ignore /proc/filesystems errors on android
Minje Park b7f9acbce8 add unreclaim metric, this closes #719
Snow Fox 018950cf06
Merge pull request #2 from shirou/master
merge master
litong 1f9466536e Add ifIndex support
litong 7ffe40e0db Add ifIndex support
Lomanic 507e2f7a53
Merge pull request #722 from imsodin/revert
Revert "[disk][openbsd] Use fallback for openBSD not on amd64"
Simon Frei fb73f7095e Revert "[disk][openbsd] Use fallback for openBSD not on amd64"
This reverts commit 3aa75af2ac.
shirou 47ef3260b6
Merge pull request #720 from imsodin/diskOpenBSDFallback
[disk][openbsd] Use fallback for openBSD not on amd64
shirou 940bc0930a
Merge pull request #721 from Lomanic/openbsd-disk-386-types
[disk][openbsd] Add 386 const and types definitions
Lomanic 8abc5387a0 [disk][openbsd] Add 386 const and types definitions
Simon Frei 3aa75af2ac [disk][openbsd] Use fallback for openBSD not on amd64
Lomanic 9219f16f03 [host][linux] Fix #340 return Solus OS as from the "solus" PlatformFamily in Info()
Lomanic 6a8ab0308e [net][linux] Go fmt net/net_linux.go
Lomanic fd0ebc6e03
Merge pull request #701 from wcc526/patch-5
Fix unhandled io.EOF error in net.ConnectionsMax
shirou 6c106d3395
Merge pull request #712 from shirou/feature/fix_freebsd_utmpx_time
fix FreeBSD Users() time
Lomanic f4e23559a2 [process] Fix #599 cap percent values returned by *Percent() between 0 and 100
Lomanic 4a95469fc9 [process][windows] Fix #607 check pid existence with OpenProcess+GetExitCodeProcess
Reference https://stackoverflow.com/a/600217
Lomanic 4ad0300e1e [process][windows] Remove magic numbers and useless constants
Lomanic 5b15bc623c [process][posix] Fix #607 check pid existence with a signal instead of listing every pids
Reference 0d6b91e916/lockfile_unix.go
Lomanic 428e65cdb0
Merge pull request #710 from shirou/feature/cpu_returns_100
[cpu]: return 100 instead 1 if t1 are bigger than t2
shirou eb59e7368e
Merge pull request #711 from tonylambiris/tl/add-hfsplus-support
Add support for hfsplus file system
WAKAYAMA shirou 669b2710bf [freebsd]host: change freebsd struct for 386 and arm.
WAKAYAMA shirou 2fd3f03f84 [freebsd][host]: fix Users() return start secs.
Tony Lambiris 80ceab90aa
Add support for hfsplus file system