-
Notifications
You must be signed in to change notification settings - Fork 599
Comparing changes
Open a pull request
base repository: golang/sys
base: v0.34.0
head repository: golang/sys
compare: v0.35.0
- 5 commits
- 52 files changed
- 4 contributors
Commits on Jul 25, 2025
-
unix: fix //sys decl after CL 548795
CL 548795 mistakenly changed one of the //sys declaration to "// sys" while resolving a merge conflict. For golang/go#64710 Change-Id: I029b461fd3ca7b76f3bd23b3343f7e63c4bb09f3 Reviewed-on: https://go-review.googlesource.com/c/sys/+/688857 Reviewed-by: Keith Randall <khr@golang.org> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Keith Randall <khr@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Configuration menu - View commit details
-
Copy full SHA for 084ad87 - Browse repository at this point
Copy the full SHA 084ad87View commit details
Commits on Jul 28, 2025
-
unix: remove redundant word in comment
Change-Id: I8b05b5cea86d41423dac9fd96a5000a6daa1e8c3 Reviewed-on: https://go-review.googlesource.com/c/sys/+/690816 Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Mark Freeman <mark@golang.org> Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Knyszek <mknyszek@google.com>
Configuration menu - View commit details
-
Copy full SHA for ad4e0fc - Browse repository at this point
Copy the full SHA ad4e0fcView commit details -
unix: add missing nft conntrack constants
The following constants were missing for nft conntrack: - NFT_CT_SRC_IP - NFT_CT_DST_IP - NFT_CT_SRC_IP6 - NFT_CT_DST_IP6 - NFT_CT_ID https://git.netfilter.org/libnftnl/tree/include/linux/netfilter/nf_tables.h?id=7a7722ee336fac14690851f6c84965582a741601#n1173 Change-Id: I2f9bd12c1ab8569ee019310c040b46b214f65b76 GitHub-Last-Rev: 8fac63b GitHub-Pull-Request: #257 Reviewed-on: https://go-review.googlesource.com/c/sys/+/689922 Reviewed-by: Michael Knyszek <mknyszek@google.com> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Mark Freeman <mark@golang.org>
Configuration menu - View commit details
-
Copy full SHA for 9920300 - Browse repository at this point
Copy the full SHA 9920300View commit details
Commits on Jul 30, 2025
-
unix: remove redundant xnu version check for {p}readv/{p}writev
As discussed later in golang/go#64710, these checks are unnecessary. For golang/go#64710 Change-Id: I8693af81cc543b886732922eb5cd64e07ed4b7a8 Reviewed-on: https://go-review.googlesource.com/c/sys/+/688858 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Mark Freeman <mark@golang.org> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3a82703 - Browse repository at this point
Copy the full SHA 3a82703View commit details
Commits on Aug 6, 2025
-
unix/linux: update to Linux kernel 6.16, Go to 1.24.5
Change-Id: Id0b60b5bbc33c48e49ba655babf0856878960e29 Reviewed-on: https://go-review.googlesource.com/c/sys/+/693215 Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Configuration menu - View commit details
-
Copy full SHA for 5b936e1 - Browse repository at this point
Copy the full SHA 5b936e1View 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 v0.34.0...v0.35.0