-
Notifications
You must be signed in to change notification settings - Fork 55
Comparing changes
Open a pull request
base repository: containerd/console
base: 5d7e141
head repository: containerd/console
compare: 2f1e3d2
- 14 commits
- 338 files changed
- 8 contributors
Commits on Jan 12, 2021
-
Remove use of deprecated GH Actions env/path sets
Signed-off-by: Phil Estes <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 375a4da - Browse repository at this point
Copy the full SHA 375a4daView commit details -
Merge pull request #47 from estesp/fix-gh-env
Remove use of deprecated GH Actions env/path sets
Configuration menu - View commit details
-
Copy full SHA for ad71182 - Browse repository at this point
Copy the full SHA ad71182View commit details
Commits on Mar 16, 2021
-
GHA: update to Go 1.16.x, actions/setup-go@v2
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 410fd6d - Browse repository at this point
Copy the full SHA 410fd6dView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for d48013a - Browse repository at this point
Copy the full SHA d48013aView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 11d8e71 - Browse repository at this point
Copy the full SHA 11d8e71View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for d124706 - Browse repository at this point
Copy the full SHA d124706View commit details -
Merge pull request #48 from thaJeztah/update_ci
GHA: update to Go 1.16.x, actions/setup-go@v2, fix badges
Configuration menu - View commit details
-
Copy full SHA for 68336a7 - Browse repository at this point
Copy the full SHA 68336a7View commit details
Commits on Apr 5, 2021
-
Signed-off-by: Samuel Karp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ebf471 - Browse repository at this point
Copy the full SHA 6ebf471View commit details
Commits on Apr 6, 2021
-
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]>
Configuration menu - View commit details
-
Copy full SHA for a261251 - Browse repository at this point
Copy the full SHA a261251View commit details
Commits on Apr 7, 2021
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 073d165 - Browse repository at this point
Copy the full SHA 073d165View commit details
Commits on Apr 8, 2021
-
Merge pull request #51 from kolyshkin/fix-bi
Fix ptsname() for big-endian architectures (again)
Configuration menu - View commit details
-
Copy full SHA for 65c9061 - Browse repository at this point
Copy the full SHA 65c9061View commit details -
Merge pull request #50 from samuelkarp/freebsd
add cgo-based FreeBSD support
Configuration menu - View commit details
-
Copy full SHA for 413d286 - Browse repository at this point
Copy the full SHA 413d286View commit details -
Add missing import in freebsd nocgo stub
Signed-off-by: Shengjing Zhu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 63603f4 - Browse repository at this point
Copy the full SHA 63603f4View commit details
Commits on Apr 9, 2021
-
Merge pull request #52 from zhsj/fix-import
Add missing import in freebsd nocgo stub
Configuration menu - View commit details
-
Copy full SHA for 2f1e3d2 - Browse repository at this point
Copy the full SHA 2f1e3d2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 5d7e141...2f1e3d2