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.25.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.26.0
Choose a head ref
  • 9 commits
  • 47 files changed
  • 8 contributors

Commits on Sep 6, 2024

  1. unix: update Go to 1.23.0

    Change-Id: Ifd0f3aefd3699871fc875c8628aa4105b2c85f13
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/610016
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Ian Lance Taylor <[email protected]>
    Auto-Submit: Tobias Klauser <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    tklauser authored and gopherbot committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c08bc6e View commit details
    Browse the repository at this point in the history
  2. windows/svc: fix printf(var) mistake detected by latest printf checker

    For golang/go#69267.
    
    Change-Id: Ie240b5c826bb96c0e2021a7e99a3c0f973f0a0e1
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/610940
    Reviewed-by: Tim King <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Auto-Submit: Dmitri Shuralyov <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    dmitshur authored and gopherbot committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    68ed59b View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. unix: fix Test{Fd,}Xattr failure on NetBSD

    On NetBSD the namespace of an xattr is stored separately from the name
    and isn't returned by Listxattr and Flistxattr. Like on FreeBSD, strip
    the namespace before checking the returned xattrs.
    
    Fixes golang/go#69313
    Fixes golang/go#69314
    
    Change-Id: I7f2393cc63f9860332c0e07a51f3b9d32911e892
    Cq-Include-Trybots: luci.golang.try:x_sys-gotip-netbsd-arm64
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/611695
    Auto-Submit: Tobias Klauser <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Benny Siegert <[email protected]>
    Reviewed-by: Ian Lance Taylor <[email protected]>
    Commit-Queue: Ian Lance Taylor <[email protected]>
    Auto-Submit: Ian Lance Taylor <[email protected]>
    tklauser authored and gopherbot committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    30de352 View commit details
    Browse the repository at this point in the history
  2. all: fix some typos in comment

    Change-Id: I40f9866661bad30ee2f4be2e9d0beee54db860b3
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/611775
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Commit-Queue: Ian Lance Taylor <[email protected]>
    Auto-Submit: Dmitri Shuralyov <[email protected]>
    Auto-Submit: Ian Lance Taylor <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    TryBot-Result: Gopher Robot <[email protected]>
    Reviewed-by: Ian Lance Taylor <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    cuishuang authored and gopherbot committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    d58f986 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. linux: add tcp_cc_info and its related types

    Add the ability to retrieve congestion control information from a socket via TCP_CC_INFO.
    
    Fixes golang/go#68232
    
    Change-Id: I2ea15928ec0e3192b670759bab4b659e62be553b
    GitHub-Last-Rev: b8b8c44
    GitHub-Pull-Request: #200
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/595676
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Carlos Amedee <[email protected]>
    Reviewed-by: Ian Lance Taylor <[email protected]>
    Auto-Submit: Ian Lance Taylor <[email protected]>
    costela authored and gopherbot committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    48aad76 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. unix: use vDSO for getrandom() on linux

    With CL 614835 adding support in the runtime for calling into the
    getrandom() vDSO function, wire up x/sys/unix's Getrandom() function to
    it, so that callers can benefit from the increased speed and shared
    vDSO state with the runtime.
    
    Updates golang/go#69577.
    
    Change-Id: I17734409982c51bb984a6337f4ffa8f60414ebee
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/615335
    Reviewed-by: Michael Pratt <[email protected]>
    Reviewed-by: David Chase <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    zx2c4 committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    981de40 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. unix: update to Linux 6.11

    Change-Id: I1cc777822da1b557e69634faade8e24d06c00ce8
    GitHub-Last-Rev: d09238e
    GitHub-Pull-Request: #218
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/613855
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Ian Lance Taylor <[email protected]>
    Auto-Submit: Ian Lance Taylor <[email protected]>
    Reviewed-by: Tobias Klauser <[email protected]>
    Reviewed-by: Michael Knyszek <[email protected]>
    mauri870 authored and gopherbot committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e7397b9 View commit details
    Browse the repository at this point in the history
  2. unix: fix grep syntax to work on non-GNU greps

    CL 432835 changed two grep commands in unix/mkerrors.sh in such a way
    that is incompatible with AIX's grep, which, unlike GNU grep, does not
    support extended regular expressions without the -E flag. The intent of
    this PR is to restore the egrep behavior by invoking grep as grep -E.
    My assumption is that GNU grep is not meant to be a requirement to run
    mkerrors.sh, and given that, grep -E looks like the most cross-platform
    approach.
    
    Example of current (incorrect) behavior on AIX:
    
    bash-5.2$ printf 'SIGHUP\nSIGMAX64\nSIGTERM' | grep -v 'SIGSTKSIZE\|SIGSTKSZ\|SIGRT\|SIGMAX64'
    SIGHUP
    SIGMAX64
    SIGTERM
    
    Behavior before CL 432835:
    
    bash-5.2$ printf 'SIGHUP\nSIGMAX64\nSIGTERM' | egrep -v '(SIGSTKSIZE|SIGSTKSZ|SIGRT|SIGMAX64)'
    SIGHUP
    SIGTERM
    
    Behavior of proposed change:
    
    bash-5.2$ printf 'SIGHUP\nSIGMAX64\nSIGTERM' | grep -E -v '(SIGSTKSIZE|SIGSTKSZ|SIGRT|SIGMAX64)'
    SIGHUP
    SIGTERM
    
    OpenBSD's grep behaves the same as AIX for the above commands, which is
    why I cast this as GNU vs. non-GNU. I haven't tested any other
    implementations.
    
    Fixes golang/go#69365
    
    Change-Id: I009353ee630463475a5c131d019f59c5e69efd34
    GitHub-Last-Rev: e116604
    GitHub-Pull-Request: #217
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/615755
    Reviewed-by: Michael Knyszek <[email protected]>
    Auto-Submit: Ian Lance Taylor <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Ian Lance Taylor <[email protected]>
    jtroy authored and gopherbot committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    cbf0eb6 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. unix: mark vgetrandom as non-escaping

    For golang/go#69577
    
    Change-Id: Id1942d252c813126aa2f110e3f426714db73b9c7
    GitHub-Last-Rev: 10e6a30
    GitHub-Pull-Request: #220
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/616795
    Reviewed-by: Ian Lance Taylor <[email protected]>
    Auto-Submit: Ian Lance Taylor <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Michael Knyszek <[email protected]>
    Reviewed-by: Jason Donenfeld <[email protected]>
    mateusz834 authored and gopherbot committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    23b0dab View commit details
    Browse the repository at this point in the history
Loading