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: fe16172
Choose a base ref
...
head repository: golang/sys
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d4ac05d
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 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 <tobias.klauser@gmail.com>
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    Reviewed-by: Carlos Amedee <carlos@golang.org>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    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 <iant@google.com>
    Auto-Submit: Jorropo <jorropo.pgm@gmail.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Cherry Mui <cherryyz@google.com>
    Reviewed-by: Jorropo <jorropo.pgm@gmail.com>
    Auto-Submit: Ian Lance Taylor <iant@google.com>
    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 <jorropo.pgm@gmail.com>
    Auto-Submit: Ian Lance Taylor <iant@google.com>
    Auto-Submit: Jorropo <jorropo.pgm@gmail.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Cherry Mui <cherryyz@google.com>
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    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
Loading