Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opencontainers/runtime-spec
base: 4d89ac9
Choose a base ref
...
head repository: opencontainers/runtime-spec
compare: e6143ca
Choose a head ref
  • 12 commits
  • 7 files changed
  • 10 contributors

Commits on May 29, 2020

  1. Add Giuseppe Scrivano as runtime spec maintainer

    Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
    mrunalp committed May 29, 2020
    Copy the full SHA
    0e72101 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. cgroup: add cgroup v2 support

    allow users to specify cgroup v2 resources.
    
    Each element in the map refers to a file in the cgroup v2 hierarchy
    and the element value has its content.
    
    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe committed Jul 17, 2020
    Copy the full SHA
    7571d3d View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Update seccomp architectures to support RISCV64

    Signed-off-by: Kenta Tada <Kenta.Tada@sony.com>
    Kenta Tada authored and Kenta Tada committed Jul 23, 2020
    Copy the full SHA
    938cf9f View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Fix int64 and uint64 type value ranges

    Signed-off-by: John Bartholomew <jpa.bartholomew@gmail.com>
    johnbartholomew committed Jul 30, 2020
    Copy the full SHA
    11bfea2 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Change all references from whitelist to allowed

    We want to move to more enclusive names/terms in our code, and remove problematic language
    from code and comments.
    
    We want to change reference for whitelist/blacklist to allowlist/denylist.
    
    https://www.redhat.com/en/blog/making-open-source-more-inclusive-eradicating-problematic-language
    
    We also want to fix slave references to pty for pseutoterminals.
    
    We will change the slave refererences to whatever the kernel specifies, once the kernel fixes it's
    references.
    
    Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
    Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
    rhatdan and thaJeztah committed Aug 4, 2020
    Copy the full SHA
    fd895fb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1054 from rhatdan/allowlist

    Change all references from whitelist to allowlist
    vbatts committed Aug 4, 2020
    Copy the full SHA
    278a7d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Merge pull request #1060 from johnbartholomew/schema-int64

    Fix int64 and uint64 type value ranges
    vbatts committed Aug 5, 2020
    Copy the full SHA
    80426cc View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Merge pull request #1059 from KentaTada/support-riscv64

    Update seccomp architectures to support RISCV64
    Mrunal Patel committed Aug 6, 2020
    Copy the full SHA
    d438e29 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Merge pull request #1040 from giuseppe/cgroup-v2

    cgroup: add cgroup v2 support
    Mrunal Patel committed Aug 17, 2020
    Copy the full SHA
    f9c09b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. MAINTAINERS: update vbatts email

    Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
    vbatts committed Sep 14, 2020
    Copy the full SHA
    3866eec View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1065 from opencontainers/vbatts/email

    MAINTAINERS: update vbatts email
    tianon committed Sep 14, 2020
    Copy the full SHA
    80db136 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. merge branch 'pr-1048' into master

    Mrunal Patel (1):
      Add Giuseppe Scrivano as runtime spec maintainer
    
    Vote: +5 -0 ^0
    LGTMs: @crosbymichael @mrunalp @vbatts @tianon @hqhq @cyphar
    Closes #1048
    cyphar committed Sep 29, 2020
    Copy the full SHA
    e6143ca View commit details
    Browse the repository at this point in the history