Skip to content

Releases: tailscale/go

98e8c99c256a5aeaa13725d2e43fdd7f465ba200

21 May 23:53
98e8c99
Compare
Choose a tag to compare
build-98e8c99c256a5aeaa13725d2e43fdd7f465ba200

Merge remote-tracking branch 'go/release-branch.go1.24' into update-g…

ee5b4d79bf3aae08e7384da40b1a5cfc05e262bf

[tailscale] os: disable pidfd on Android again

Updates tailscale/tailscale#13452
Updates golang#70508

Signed-off-by: kari-ts <[email protected]>

a79493bbc039dc9fa28f643d049fe4ed906f9224

Revert "[tailscale] os: disable pidfd on Android again"

This reverts commit ee5b4d79bf3aae08e7384da40b1a5cfc05e262bf.

982da8f24fa0504f2214f24b0d68b2febd5983f8

09 Apr 21:08
982da8f
Compare
Choose a tag to compare
Merge pull request #125 from tailscale/kari/disablepidfd

[tailscale] os: disable pidfd on Android again

16b6e4fd15c59336156cdbc977de1745ad094f2d

Go 1.24.2

Merge branch 'release-branch.go1.24' of https://go.googlesource.com/go into tailscale.go1.24

11baf722ae44d8641cb16f7397a672ea4e041f80

runtime: fix plan9 monotonic time, crypto randomness

Open /dev/bintime at process start on Plan 9,
marked close-on-exec, hold it open for the duration of the
process, and use it for obtaining time.

The change to using /dev/bintime also sets up for an upcoming
Plan 9 change to add monotonic time to that file. If the monotonic
field is available, then nanotime1 and time.now use that field.
Otherwise they fall back to using Unix nanoseconds as "monotonic",
as they always have.

Before this CL, monotonic time went backward any time
aux/timesync decided to adjust the system's time-of-day backward.

Also use /dev/random for randomness (once at startup).
Before this CL, there was no real randomness in the runtime
on Plan 9 (the crypto/rand package still had some). Now there will be.

Change-Id: I0c20ae79d3d96eff1a5f839a56cec5c4bc517e61
Reviewed-on: https://go-review.googlesource.com/c/go/+/656755
Reviewed-by: Brad Fitzpatrick <[email protected]>
TryBot-Bypass: Russ Cox <[email protected]>
Reviewed-by: Carlos Amedee <[email protected]>
(cherry picked from commit 4c32b1cc753e9005ed7c741bf69d3cb69ee3a56c)

f98f64038ad2018277bc003da1c63838547e8bdd

build-f98f64038ad2018277bc003da1c63838547e8bdd

Merge branch 'release-branch.go1.24' of https://go.googlesource.com/go

6d2c4a8a02622fa352b18ca1584662224ebb3a25

net: deflake recently added TestCloseUnblocksReadUDP

Fixes #72802

Change-Id: I0dd457ef81a354f61c9de306e4609efdbe3d69b4
Reviewed-on: https://go-review.googlesource.com/c/go/+/656857
Auto-Submit: Brad Fitzpatrick <[email protected]>
Reviewed-by: Damien Neil <[email protected]>
Reviewed-by: Ian Lance Taylor <[email protected]>
TryBot-Bypass: Brad Fitzpatrick <[email protected]>
(cherry picked from commit 485480faaac82e4179f7b56c1c370020157f25a8)

da631e22dcc0589eb1f587218c0efaf545fba3c9

21 Mar 17:02
da631e2
Compare
Choose a tag to compare
build-da631e22dcc0589eb1f587218c0efaf545fba3c9

Merge pull request #123 from tailscale/mpminardi/disable-github-app-u…

660f142d099eda0b23029999c89635e3dc22d686

05 Mar 15:41
660f142
Compare
Choose a tag to compare
Merge pull request #122 from tailscale/mpminardi/fix-embedded-gitrev

.github/workflows: embed SHA from checkout instead of github.sha