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 Loading
base: v0.17.0
Choose a base ref
...
head repository: golang/sys Loading
compare: v0.18.0
Choose a head ref
  • 4 commits
  • 12 files changed
  • 4 contributors

Commits on Feb 7, 2024

  1. unix: update IFLA and NETKIT constants with Linux kernel 6.7

    Change-Id: I5034ceb384f6a4945a969b00ca420c80aa03d941
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/561575
    TryBot-Result: Gopher Robot <[email protected]>
    Auto-Submit: Tobias Klauser <[email protected]>
    Reviewed-by: David Chase <[email protected]>
    Run-TryBot: Tobias Klauser <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Ian Lance Taylor <[email protected]>
    florianl authored and gopherbot committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2f2cc5d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. unix: suppress ENOMEM errors from sysctl's implementing Uname(uname *…

    …Utsname) on FreeBSD due to truncated fields.
    
    Fixes golang/go#65585.
    
    Change-Id: I7e529eaef224be977e3b0c20d071802f49b297e7
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/562617
    Reviewed-by: Than McIntosh <[email protected]>
    Auto-Submit: Ian Lance Taylor <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Ian Lance Taylor <[email protected]>
    paulzhol authored and gopherbot committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    6b4eab5 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. unix: drop go version tags for unsupported versions

    go.mod specifies go 1.18. Drop go1.n version tags for older, unsupported
    versions.
    
    Change-Id: I8563bd2cc8e86bd560a45b885a9aa2e6bcc95c47
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/559415
    Reviewed-by: Than McIntosh <[email protected]>
    Auto-Submit: Tobias Klauser <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Ian Lance Taylor <[email protected]>
    tklauser authored and gopherbot committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    7ff74af View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. unix: add API for fsconfig system call

    Fixes golang/go#59537
    
    Change-Id: I8d806ace3adad423c633813455d8f758706cee1d
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/484995
    Reviewed-by: Than McIntosh <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Auto-Submit: Ian Lance Taylor <[email protected]>
    Reviewed-by: Ian Lance Taylor <[email protected]>
    IlyaHanov authored and gopherbot committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    360f961 View commit details
    Browse the repository at this point in the history
Loading