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: containerd/console
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1
Choose a base ref
...
head repository: containerd/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.2
Choose a head ref
  • 14 commits
  • 338 files changed
  • 8 contributors

Commits on Jan 12, 2021

  1. Remove use of deprecated GH Actions env/path sets

    Signed-off-by: Phil Estes <[email protected]>
    estesp committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    375a4da View commit details
    Browse the repository at this point in the history
  2. Merge pull request #47 from estesp/fix-gh-env

    Remove use of deprecated GH Actions env/path sets
    fuweid authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    ad71182 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. GHA: update to Go 1.16.x, actions/setup-go@v2

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    410fd6d View commit details
    Browse the repository at this point in the history
  2. remove vendor directory

    This project is used as a library and doesn't produce binaries,
    in which case convention is to not use vendoring.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah authored and dims committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    d48013a View commit details
    Browse the repository at this point in the history
  3. go.mod: golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c

    update to the same version as containerd/containerd uses
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah authored and dims committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    11d8e71 View commit details
    Browse the repository at this point in the history
  4. README: update badges to show GHA status

    This was overlooked when switching to GHA. Also adds badges for go.pkg.dev and Go Report Card.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    d124706 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #48 from thaJeztah/update_ci

    GHA: update to Go 1.16.x, actions/setup-go@v2, fix badges
    dmcgowan authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    68336a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. add cgo-based FreeBSD support

    Signed-off-by: Samuel Karp <[email protected]>
    samuelkarp committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    6ebf471 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Fix ptsname() for big-endian architectures (again)

    This reverts commit f1b333f (Use Ioctl{SetPointerInt,GetInt} from
    golang.org/x/sys/unix on linux), changing the code to what it was after
    commit dbd69c5. This fixes a blocker bug on s390.
    
    The original description from commit dbd69c5 follows:
    
        On big-endian architectures unix.IoctlGetInt() leads to a wrong result
        because a 32 bit value is stored into a 64 bit buffer. When dereferencing
        the result is left shifted by 32. Without this patch ptsname() returns
        a wrong path from the second pty onwards.
        To protect syscalls against re-arranging by the GC the conversion from
        unsafe.Pointer to uintptr must occur in the Syscall expression itself.
        See the documentation of the unsafe package for details.
    
    Cc: Peter Morjan <[email protected]>
    Cc: Tobias Klauser <[email protected]>
    Signed-off-by: Kir Kolyshkin <[email protected]>
    kolyshkin committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    a261251 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. tc_linux.go: add a warning to not change the code

    ... with a pointer to a detailed explanation.
    
    Signed-off-by: Kir Kolyshkin <[email protected]>
    kolyshkin committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    073d165 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Merge pull request #51 from kolyshkin/fix-bi

    Fix ptsname() for big-endian architectures (again)
    crosbymichael authored Apr 8, 2021
    Configuration menu
    Copy the full SHA
    65c9061 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #50 from samuelkarp/freebsd

    add cgo-based FreeBSD support
    crosbymichael authored Apr 8, 2021
    Configuration menu
    Copy the full SHA
    413d286 View commit details
    Browse the repository at this point in the history
  3. Add missing import in freebsd nocgo stub

    Signed-off-by: Shengjing Zhu <[email protected]>
    zhsj committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    63603f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Merge pull request #52 from zhsj/fix-import

    Add missing import in freebsd nocgo stub
    fuweid authored Apr 9, 2021
    Configuration menu
    Copy the full SHA
    2f1e3d2 View commit details
    Browse the repository at this point in the history
Loading