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.2
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.3
Choose a head ref
  • 6 commits
  • 8 files changed
  • 5 contributors

Commits on Apr 9, 2021

  1. Add support for z/OS

    Add an implementation of NewPty for the zos platform. The other
    functions in console_zos.go exactly match those in console_unix.go.
    
    There is no need for ptsname/unlockpt on z/OS, so tc_zos.go looks
    just like the implementation for linux/solaris except for the
    omission of those functions.
    
    Signed-off-by: Neil Johnson <najohnsn@us.ibm.com>
    najohnsn committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    c4672c3 View commit details
    Browse the repository at this point in the history
  2. Console test on z/OS

    The echo -n switch is not always available on z/OS, so 'echo -n' has
    been changed to 'printf' so that the same test pattern can be
    reliably produced across platforms.
    
    Same goes for the seq program, so changed the sh loop to a go loop.
    
    Signed-off-by: Neil Johnson <najohnsn@us.ibm.com>
    najohnsn committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    7097449 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Merge pull request #46 from najohnsn/master

    Add support for z/OS
    estesp authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    2298a9c View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2021

  1. Stop using pkg/errors

    ... in favor of Go native error wrapping (available since Go 1.13).
    
    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    kolyshkin authored and dims committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    05dadd9 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2021

  1. Fix CI

    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    e700792 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5cb846 View commit details
    Browse the repository at this point in the history
Loading