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.28.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.30.0
Choose a head ref
  • 8 commits
  • 46 files changed
  • 6 contributors

Commits on Dec 17, 2024

  1. unix: add Dup3 on dragonfly

    Use the same implementation as on freebsd which is also what the
    dragonfly libc uses.
    
    Change-Id: I0ed513ae15fcb6dac77b2fc76f662723d66b75c6
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/636435
    Auto-Submit: Tobias Klauser <[email protected]>
    Reviewed-by: Ian Lance Taylor <[email protected]>
    Reviewed-by: Carlos Amedee <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Run-TryBot: Tobias Klauser <[email protected]>
    TryBot-Result: Gopher Robot <[email protected]>
    tklauser authored and gopherbot committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    a7f19e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2024

  1. windows: remove unused errString type

    It's no longer used since CL 165759.
    
    Change-Id: Ie8c834a6dd1147889ec47bf92a5d4cce08bbf4fd
    GitHub-Last-Rev: 3f0c460
    GitHub-Pull-Request: #241
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/638716
    Reviewed-by: Ian Lance Taylor <[email protected]>
    Auto-Submit: Jorropo <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Cherry Mui <[email protected]>
    Reviewed-by: Jorropo <[email protected]>
    Auto-Submit: Ian Lance Taylor <[email protected]>
    thaJeztah authored and gopherbot committed Dec 26, 2024
    Configuration menu
    Copy the full SHA
    680bd24 View commit details
    Browse the repository at this point in the history
  2. windows: update NewLazyDLL, LoadDLL docs to point to NewLazySystemDLL

    Point users to the NewLazySystemDLL utility that was added in CL 21592.
    
    Change-Id: I5fddd927fe6628f06a6266b225949c4227fb79f1
    GitHub-Last-Rev: 1fe36ed
    GitHub-Pull-Request: #240
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/638715
    Reviewed-by: Jorropo <[email protected]>
    Auto-Submit: Ian Lance Taylor <[email protected]>
    Auto-Submit: Jorropo <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Cherry Mui <[email protected]>
    Reviewed-by: Ian Lance Taylor <[email protected]>
    thaJeztah authored and gopherbot committed Dec 26, 2024
    Configuration menu
    Copy the full SHA
    d4ac05d View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. unix: add GetPeerUcred and UcredGet for solaris

    Change-Id: I74ba119fb729ef46899de04c686115f960975bb3
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/639755
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Auto-Submit: Ian Lance Taylor <[email protected]>
    Reviewed-by: Michael Pratt <[email protected]>
    Reviewed-by: Ian Lance Taylor <[email protected]>
    Reviewed-by: Matt Layher <[email protected]>
    nshalman authored and gopherbot committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    1c14dca View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. cpu: add support for AVX-VNNI and IFMA detection

    Added detection for x86 AVX-VNNI (VEX-coded Vector Neural Network
    Instructions) and AVX-IFMA (VEX-coded Integer Fused Multiply Add),
    including both the base VNNI set and the Int8 extention.
    
    Fixes golang/go#71142
    
    Change-Id: I9e8d18b2e8bf81d5d4313a4a47fdf731fb3d44dd
    GitHub-Last-Rev: 32ea443
    GitHub-Pull-Request: #242
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/641155
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Michael Pratt <[email protected]>
    Auto-Submit: Ian Lance Taylor <[email protected]>
    Reviewed-by: Ian Lance Taylor <[email protected]>
    Grigorii Khvatskii authored and gopherbot committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    c756214 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

  1. unix: update to Linux kernel 6.13

    Change-Id: I4c49a78bd2abf2ac9e4d461680c92ae65be14544
    GitHub-Last-Rev: 888e68d
    GitHub-Pull-Request: #243
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/642199
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: David Chase <[email protected]>
    Auto-Submit: Ian Lance Taylor <[email protected]>
    Reviewed-by: Ian Lance Taylor <[email protected]>
    mauri870 authored and gopherbot committed Jan 21, 2025
    Configuration menu
    Copy the full SHA
    b215a1c View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. unix: add Auxv

    Fixes golang/go#67839
    
    Change-Id: I3af38d21159f7cac3786b49ac17657d314fbc178
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/644295
    Reviewed-by: Tobias Klauser <[email protected]>
    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]>
    florianl authored and gopherbot committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    4d4692e View commit details
    Browse the repository at this point in the history
  2. unix: update glibc to 2.41

    Change-Id: I1796b552f854a15e8ef5e019e247c4d7e0644086
    GitHub-Last-Rev: 3518c62
    GitHub-Pull-Request: #244
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/645436
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Ian Lance Taylor <[email protected]>
    Auto-Submit: Ian Lance Taylor <[email protected]>
    Reviewed-by: Carlos Amedee <[email protected]>
    mauri870 authored and gopherbot committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    863b3c4 View commit details
    Browse the repository at this point in the history
Loading