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.9.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.10.0
Choose a head ref
  • 7 commits
  • 30 files changed
  • 5 contributors

Commits on Jun 16, 2023

  1. unix/linux: update to Linux kernel 6.3 and Go 1.20.5

    Change-Id: I347341ae0e45e73477e9a310a3749d37bafa8da7
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/503255
    Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
    Reviewed-by: Bryan Mills <bcmills@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    tklauser authored and gopherbot committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    df9fef2 View commit details
    Browse the repository at this point in the history
  2. unix: add missing IFLA_* consts on linux

    Change-Id: Ib221d98f8d7e5aac7ff2db207cdd92145fe1dc60
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/503715
    Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Bryan Mills <bcmills@google.com>
    tklauser authored and gopherbot committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    ca096e4 View commit details
    Browse the repository at this point in the history
  3. unix: add Mremap for linux

    For golang/go#60409
    
    Change-Id: I75a9732ee996f0aeb91599d80803f96ada468c27
    GitHub-Last-Rev: c348b61
    GitHub-Pull-Request: #164
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/502715
    Auto-Submit: Ian Lance Taylor <iant@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Bryan Mills <bcmills@google.com>
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    Run-TryBot: Ian Lance Taylor <iant@google.com>
    anton-kuklin authored and gopherbot committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    e0c3b6e View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. windows/svc/mgr: add Service.RecoveryActionsOnNonCrashFailures

    Fixes golang/go#59016
    
    Change-Id: I5e16f61ea2fc384052565342c6517687562260a1
    GitHub-Last-Rev: 3626b01
    GitHub-Pull-Request: #157
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/484896
    Run-TryBot: Bryan Mills <bcmills@google.com>
    Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
    Reviewed-by: Bryan Mills <bcmills@google.com>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    craig65535 authored and alexbrainman committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    2b751dd View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. unix/linux: update TUN flags and virtio_net_hdr constants

    TUN_F_USO{4,6} and VIRTIO_NET_HDR_GSO_UDP_L4 are new in Linux v6.2.
    
    Change-Id: I7e3dc34118d1c03afeb87fb8699d8167a6e49b7f
    GitHub-Last-Rev: c658b9b
    GitHub-Pull-Request: #165
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/506455
    Reviewed-by: Carlos Amedee <carlos@golang.org>
    Auto-Submit: Carlos Amedee <carlos@golang.org>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
    Run-TryBot: Ian Lance Taylor <iant@golang.org>
    Run-TryBot: Ian Lance Taylor <iant@google.com>
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    Auto-Submit: Ian Lance Taylor <iant@google.com>
    jwhited authored and gopherbot committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    d1abdad View commit details
    Browse the repository at this point in the history
  2. windows: make TestSystemModuleVersions more tolerant

    One file can't be read on LUCI's Windows image:
    
        syscall_windows_test.go:892: CimFS.SYS: The specified resource type cannot be found in the image file.
    
    That doesn't seem like a good enough reason to fail the test. Skip the
    file if this error is encountered.
    
    Change-Id: Id9a65b3ff748bbf7ef7fac37d3741c16e001a4b0
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/505220
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Carlos Amedee <carlos@golang.org>
    Run-TryBot: Heschi Kreinick <heschi@google.com>
    Auto-Submit: Heschi Kreinick <heschi@google.com>
    Reviewed-by: Quim Muntal <quimmuntal@gmail.com>
    heschi authored and gopherbot committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    0a92922 View commit details
    Browse the repository at this point in the history
  3. unix/linux: update to Linux kernel 6.4 and Go 1.21rc2

    Also fix the glibc 2.37 release date in a comment.
    
    Change-Id: Ibd972a2846f0085bacf67c847ce4726bf130d5ba
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/506017
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Auto-Submit: Carlos Amedee <carlos@golang.org>
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
    Reviewed-by: Carlos Amedee <carlos@golang.org>
    tklauser authored and gopherbot committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    a1a9c4b View commit details
    Browse the repository at this point in the history
Loading