You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gopsutil/internal/common
Robert Weber 21daedd6b4 There are two possible error scenarios for CallPgrep. One indicates a broken
system (no pgrep command) and one is a normal error state of pgrep
meaning no processes found for the criteria given (in this case the parent
pid does not exist or the process simply has no children).  The later case
is quite usefull to know about so I added a static error for this case.
9 years ago
..
common.go fix typos 10 years ago
common_darwin.go common: rename package common to internal/common. Add ENV helper funcs. 10 years ago
common_freebsd.go common: rename package common to internal/common. Add ENV helper funcs. 10 years ago
common_linux.go common: rename package common to internal/common. Add ENV helper funcs. 10 years ago
common_test.go common: rename package common to internal/common. Add ENV helper funcs. 10 years ago
common_unix.go There are two possible error scenarios for CallPgrep. One indicates a broken 9 years ago
common_windows.go common: rename package common to internal/common. Add ENV helper funcs. 10 years ago