Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge upstream changes localy #3

Merged
merged 14 commits into from
Jun 9, 2023
Merged

Commits on Aug 20, 2017

  1. Add GoDoc link

    brianshumate committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    a2185ea View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. Remove amd64 directive

    It also works on i386 architecture.
    sunpoet committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    32d7659 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Merge pull request mitchellh#33 from sunpoet/master

    Remove amd64 directive
    mitchellh authored Jul 16, 2019
    Configuration menu
    Copy the full SHA
    484db64 View commit details
    Browse the repository at this point in the history
  2. Merge pull request mitchellh#24 from brianshumate/master

    Add GoDoc link
    mitchellh authored Jul 16, 2019
    Configuration menu
    Copy the full SHA
    621e559 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. It is not mandatory to verify whether the file in /proc is a directory -

    simple numeric name check should suffice. Otherwise, it is pretty
    problematic to query processes on systems with SELinux in enforcing mode
    as it is complicated to open access to _all_ files inside proc.
    The reason this catch-all access is required is that with os.Readdir it
    needs to lstat each entry to return os.FileInfo and this requires
    additional permissions on each disperate file type inside /proc which is
    not easy to catch with an attribute (as it is with processes).
    a-palchikov committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    79a1272 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Merge pull request goss-org#1 from gravitational/dmitri/proc-selinux

    Update process fetcher to support SELinux-enabled systems.
    a-palchikov authored Oct 22, 2019
    Configuration menu
    Copy the full SHA
    e4db5bf View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. add go.mod

    mitchellh committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    91629f0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/gravitational/go-ps into …

    …gravitational-master
    mitchellh committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    d0e03ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    147ff83 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Update .travis.yml

    Adding Power Support
    santosh653 authored Nov 12, 2020
    Configuration menu
    Copy the full SHA
    a518866 View commit details
    Browse the repository at this point in the history
  2. Update .travis.yml

    Updating go version to 1.13 as the lower versions are not supported.
    santosh653 authored Nov 12, 2020
    Configuration menu
    Copy the full SHA
    00c9d51 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Merge pull request mitchellh#44 from santosh653/master

    AddingPowerSupport_&_CI/Testing
    mitchellh authored Nov 20, 2020
    Configuration menu
    Copy the full SHA
    ddafa75 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Merge master branch of upstream 'mitchellh/master'

    Remove .travis.yml as Travis-CI is basically dead.
    smortex committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    e950ac7 View commit details
    Browse the repository at this point in the history
  2. Adjust go.mod for the fork

    smortex committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    de940c5 View commit details
    Browse the repository at this point in the history