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.1.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.2.0
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 25, 2022

  1. unix: in Linux sendmsgN actually send one normal byte

    A bug in CL 412497 caused us to set up an iovec for a dummy byte
    but fail to use it
    
    Fixes golang/go#56384
    
    Change-Id: If56fea5c47e5c6fac92f9707d4c3dd78f7999a65
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/445255
    TryBot-Result: Gopher Robot <[email protected]>
    Reviewed-by: Ian Lance Taylor <[email protected]>
    Reviewed-by: Tobias Klauser <[email protected]>
    Auto-Submit: Ian Lance Taylor <[email protected]>
    Run-TryBot: Ian Lance Taylor <[email protected]>
    Run-TryBot: Ian Lance Taylor <[email protected]>
    Reviewed-by: Heschi Kreinick <[email protected]>
    ianlancetaylor authored and gopherbot committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    5726498 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. unix: add ParseOneSocketControlMessage to parse control messages with…

    …out allocating
    
    Fixes golang/go#54714.
    
    Change-Id: If711272937078b6c696756823aa4dfcec358b719
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/425917
    Reviewed-by: Matt Layher <[email protected]>
    Reviewed-by: Michael Pratt <[email protected]>
    Reviewed-by: Ian Lance Taylor <[email protected]>
    TryBot-Result: Gopher Robot <[email protected]>
    Run-TryBot: Ian Lance Taylor <[email protected]>
    Auto-Submit: Ian Lance Taylor <[email protected]>
    Run-TryBot: Matt Layher <[email protected]>
    marten-seemann authored and gopherbot committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    fc697a3 View commit details
    Browse the repository at this point in the history
Loading