summaryrefslogtreecommitdiff
path: root/src/cmd/vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go
Commit message (Collapse)AuthorAgeFilesLines
* cmd: import latest golang.org/x/toolsRuss Cox2023-01-301-19/+14
| | | | | | | | | | | | | | | | | | | go get golang.org/x/tools@ff9bea528a4d (CL 462817, 2023-01-19) go mod tidy go mod vendor This sets up for using passes/directive in cmd/vet (that CL will add those actual files, with a new go mod vendor). Note that it also brings in golang.org/x/sys@17fce3a (CL 463675, 2023-01-26), to get v0.4.0 with the bug fixed in that CL to keep the build working. The update of x/sys is in both std and cmd to keep them in sync. Change-Id: If8528f4667d14e674b986830abd41a7c733a3969 Reviewed-on: https://go-review.googlesource.com/c/go/+/462200 Auto-Submit: Russ Cox <rsc@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
* all: update to current golang.org/x/sys revisionGuoqi Chen2022-06-221-4/+4
| | | | | | | | | | | | | | | | go get -d golang.org/x/sys@6c1b26c55098eae66ce95ab7c3712ab6cbfff2b7 go mod tidy go mod vendor This fixes the problem of the second return value in syscall on linux/loong64. Change-Id: I8018ae96f4e5ca9779b2c053cdccc6b2866bf0de Reviewed-on: https://go-review.googlesource.com/c/go/+/412274 Reviewed-by: Bryan Mills <bcmills@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Run-TryBot: Bryan Mills <bcmills@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
* all: update vendored golang.org/x/{arch,sys,term} for Go 1.18 releaseDmitri Shuralyov2021-11-091-6/+5
| | | | | | | | | | | | | | | | | | The Go 1.18 code freeze has recently started. This is a time to update all golang.org/x/... module versions that contribute packages to the std and cmd modules in the standard library to latest master versions. This CL updates only the lower-level modules arch, sys, term for better bisection. The next CL will update further ones. For #36905. Change-Id: I455428c051ec49b446b8b558a6f579cd9be4d796 Reviewed-on: https://go-review.googlesource.com/c/go/+/362734 Trust: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com> TryBot-Result: Go Bot <gobot@golang.org>
* all: update vendored golang.org/x/sysDmitri Shuralyov2021-09-021-1/+3
| | | | | | | | | | | | | | | | | | | | | Ran the following commands inside std and cmd modules: go get -d golang.org/x/sys@f4d43177bf5e2ee98617956e417d0555d4b69c17 # master go mod tidy go mod vendor Followed by the following command in std module: go generate syscall internal/syscall/... For #36905. Change-Id: I53d6ba03246372b6f7abd5ac57dbb71715d6eb4a Reviewed-on: https://go-review.googlesource.com/c/go/+/347189 Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org> Trust: Dmitri Shuralyov <dmitshur@golang.org>
* all: update golang.org/x/* dependenciesEmmanuel T Odeke2021-03-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Updates src/ and src/cmd/* dependencies, using go mod vendor as well as updatestd -branch=master -goroot=$GOROOT This change was ran in anticipation of bringing in x/net/http2 CL 237957. For #32112. For #36905. Change-Id: If8cefc348463b6d82d85020b57db411213720ef8 Reviewed-on: https://go-review.googlesource.com/c/go/+/296789 Trust: Emmanuel Odeke <emmanuel@orijtech.com> Trust: Dmitri Shuralyov <dmitshur@golang.org> Trust: Bryan C. Mills <bcmills@google.com> Run-TryBot: Emmanuel Odeke <emmanuel@orijtech.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Alexander Rakoczy <alex@golang.org>
* cmd/vendor: get golang.org/x/sys@beda7e5e158Russ Cox2021-02-191-0/+1
| | | | | | | | | | | | | This brings in the windows/arm64 support, along with other recent changes. This CL is part of a stack adding windows/arm64 support (#36439), intended to land in the Go 1.17 cycle. Change-Id: Ifaca710093376c658ecf91239aa05cc33af98a31 Reviewed-on: https://go-review.googlesource.com/c/go/+/288824 Trust: Russ Cox <rsc@golang.org> Reviewed-by: Cherry Zhang <cherryyz@google.com> Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
* all: update module dependenciesBryan C. Mills2020-02-191-0/+1
| | | | | | | | | Updates #36905 Updates #36907 Change-Id: I293dcef67800d5c81ff3a254bbd49309c5880710 Reviewed-on: https://go-review.googlesource.com/c/go/+/217517 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
* cmd: update vendored x/toolsDaniel Martí2019-03-201-0/+10
| | | | | | | | | | | This lets us get rid of a handful of cmd/vet/whitelist/all.txt entries, since the stdmethods pass is now happy with the encoding/xml package. Change-Id: I9de2190984dd00342903967262790c7f6b1f0a75 Reviewed-on: https://go-review.googlesource.com/c/go/+/168458 Run-TryBot: Daniel Martí <mvdan@mvdan.cc> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* cmd/vendor: update golang.org/x/sys/unixJoel Sing2018-12-131-22/+98
| | | | | | | | | | | Update golang.org/x/sys/unix to revision b05ddf57801d2239d6ab0ee35f9d981e0420f4ac. Changes exist in upstream golang.org/x/sys/unix, which allow for code to work and tests to pass on openbsd/arm. Change-Id: Iecc8598681a23cb0466f94c914f0e605a6fc64d7 Reviewed-on: https://go-review.googlesource.com/c/153838 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* cmd/pprof: add readline support similar to upstreamHana (Hyang-Ah) Kim2018-05-231-0/+484
The upstream pprof implements the readline feature using the github.com/chzyer/readline package in its pprof.go main. It would be ideal to use the same readline support package as the upstream for better user experience and code maintenance. However, bringing in third-party packages requires more work than I envisioned (e.g. clean up the vendored code to meet the expected standard - iow don't break builders). As a result, this change implements the similar feature for the pprof command included in the go distribution (cmd/pprof/pprof.go) using golang.org/x/crypto/ssh/terminal for now. Auto-completion is not yet supported (same in the upstream). The feature is enabled only in linux, windows, darwin, and only when terminal support is available. This change brings in new vendored packages, golang.org/x/crypto/ssh/terminal and golang.org/x/sys/{unix,windows}. For #14041 Change-Id: If4a790796acf2ab20f7e81268b9d9354c5a5cd2b Reviewed-on: https://go-review.googlesource.com/112436 Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>