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: golang/sys
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.34.0
Choose a base ref
...
head repository: golang/sys
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.35.0
Choose a head ref
  • 5 commits
  • 52 files changed
  • 4 contributors

Commits on Jul 25, 2025

  1. 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>
    database64128 authored and tklauser committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    084ad87 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

  1. 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>
    cuishuang authored and gopherbot committed Jul 28, 2025
    Configuration menu
    Copy the full SHA
    ad4e0fc View commit details
    Browse the repository at this point in the history
  2. 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>
    nickgarlis authored and tklauser committed Jul 28, 2025
    Configuration menu
    Copy the full SHA
    9920300 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

  1. 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>
    database64128 authored and gopherbot committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    3a82703 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. 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>
    tklauser authored and gopherbot committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    5b936e1 View commit details
    Browse the repository at this point in the history
Loading