go/src/internal
Russ Cox 059c3ed09f os/signal/internal/pty: use libc (not cgo) on macOS
This package is only used by tests anyway, but might as well
remove the cgo use on macOS so that it doesn't show up as
a cgo user, as part of our overall strategy to remove cgo use
in the standard library on macOS.

Change-Id: I5a1a39ed56373385f9d43a5e17098035dc1a451a
Reviewed-on: https://go-review.googlesource.com/c/go/+/449315
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2022-11-10 19:24:46 +00:00
..
abi internal/abi, internal/buildcfg: always enable register ABI on riscv64 2022-10-24 03:45:54 +00:00
buildcfg internal/abi, internal/buildcfg: always enable register ABI on riscv64 2022-10-24 03:45:54 +00:00
bytealg internal/bytealg: add PCALIGN to indexbodyp9 function on ppc64x 2022-11-07 19:27:43 +00:00
cfg cmd/go: set go.work path using GOWORK, and remove -workfile flag 2022-02-16 15:58:47 +00:00
coverage internal/coverage/slicereader: use unsafe.String 2022-11-08 14:15:17 +00:00
cpu runtime internal/cpu: rename "Zeus" "NeoverseV1". 2022-11-08 23:11:32 +00:00
dag runtime: generate the lock ranking from a DAG description 2022-08-04 15:31:44 +00:00
diff all: gofmt main repo 2022-05-19 15:49:05 +00:00
fmtsort all: remove unnecessary allocations from w.WriteString(fmt.Sprint*(...)) by fmt.Fprint*(w, ...) 2022-09-14 16:11:21 +00:00
fuzz all: fix comment typos 2022-11-05 21:02:45 +00:00
goarch internal/goarch, internal/goos: update generators for syslist.go 2022-06-15 21:31:23 +00:00
godebug internal/godebug: remove dependency on os 2022-10-18 14:49:44 +00:00
goexperiment arena: add experimental arena package 2022-10-12 20:23:36 +00:00
goos all: add missing copyright header 2022-11-09 14:05:53 +00:00
goroot go,cmd,internal: update to anticipate missing targets and .a files 2022-10-18 20:41:45 +00:00
goversion internal/goversion: update Version to 1.20 2022-08-02 18:07:14 +00:00
intern all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
itoa
lazyregexp
lazytemplate all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
nettrace all: gofmt main repo 2022-04-11 16:34:30 +00:00
obscuretestdata crypto/x509: allow BoringCrypto to use 4096-bit keys 2022-11-09 14:47:58 +00:00
oserror
pkgbits cmd/compile: make a type-specialized copy of encoding/binary.ReadUvarint 2022-09-27 20:58:46 +00:00
platform cmd/go: enable -msan on freebsd/amd64 2022-10-14 12:48:27 +00:00
poll io: correctly process result of sendfile(2) when src returns 0 bytes 2022-11-09 03:01:33 +00:00
profile all: add missing copyright header 2022-11-09 14:05:53 +00:00
race
reflectlite internal/reflectlite: use unsafe.String in name.name and name.tag 2022-11-10 18:42:48 +00:00
saferio internal/saferio: handle potential total size overflow in SliceCap 2022-09-26 20:36:02 +00:00
singleflight internal/singleflight: avoid race between multiple Do calls 2022-09-30 20:49:56 +00:00
syscall os/signal/internal/pty: use libc (not cgo) on macOS 2022-11-10 19:24:46 +00:00
sysinfo
testenv internal/testenv: adjust timeout calculations in CommandContext 2022-11-01 21:32:24 +00:00
testlog
trace runtime/trace: add missing events for the locked g in extra M. 2022-09-27 16:37:51 +00:00
txtar all: replace package ioutil with os and io in src 2022-09-20 02:13:02 +00:00
types internal/types: fix the iota value in error code declarations 2022-11-10 16:34:05 +00:00
unsafeheader all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
xcoff internal/xcoff: better handling of malformed symbol tables 2022-08-22 15:41:53 +00:00