1
0
mirror of https://github.com/golang/go synced 2024-11-19 13:04:45 -07:00
go/src
Austin Clements aaccb3834c runtime: improve sigsend documentation
I think of "sending" a signal as calling kill, but sigsend is involved
in handling a signal and, specifically delivering it to the internal
signal queue. The term "delivery" is already used in
signalWaitUntilIdle, so this CL also uses it in the documentation for
sigsend.

Change-Id: I86e171f247f525ece884a680bace616fa9a3c7bd
Reviewed-on: https://go-review.googlesource.com/81235
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2017-12-01 20:34:13 +00:00
..
archive archive/zip: add test for Modified vs ModTime behavior 2017-12-01 00:22:21 +00:00
bufio
builtin
bytes bytes: mention strings.Builder in Buffer.String docs 2017-11-30 01:46:50 +00:00
cmd cmd/go: apply same per-package flags to test and xtest builds 2017-12-01 19:47:39 +00:00
compress
container
context
crypto crypto/elliptic: reduce allocations on amd64 2017-11-30 21:01:10 +00:00
database/sql
debug debug/gosym: update docs for changes in Go 1.3 2017-11-30 22:49:27 +00:00
encoding Revert "go/printer: forbid empty line before first comment in block" 2017-12-01 01:12:26 +00:00
errors
expvar
flag
fmt
go Revert "go/printer: forbid empty line before first comment in block" 2017-12-01 01:12:26 +00:00
hash Revert "go/printer: forbid empty line before first comment in block" 2017-12-01 01:12:26 +00:00
html
image Revert "go/printer: forbid empty line before first comment in block" 2017-12-01 01:12:26 +00:00
index/suffixarray
internal internal/poll: do not use Windows TransmitFile with pipes 2017-11-26 01:41:33 +00:00
io
log
math math: remove asm version of Dim 2017-11-30 21:00:33 +00:00
mime
net net/http: update bundled http2 2017-12-01 01:16:45 +00:00
os os: drop unused return value in TestLookupEnv 2017-12-01 15:43:52 +00:00
path
plugin
reflect reflect: fix interface to interface conversion in Call 2017-12-01 15:31:31 +00:00
regexp Revert "go/printer: forbid empty line before first comment in block" 2017-12-01 01:12:26 +00:00
runtime runtime: improve sigsend documentation 2017-12-01 20:34:13 +00:00
sort
strconv
strings
sync sync/atomic: remove noCopy from Value 2017-12-01 16:38:53 +00:00
syscall Revert "go/printer: forbid empty line before first comment in block" 2017-12-01 01:12:26 +00:00
testing testing: remove claim that b.Run is safe for concurrent use 2017-12-01 00:24:53 +00:00
text
time Revert "go/printer: forbid empty line before first comment in block" 2017-12-01 01:12:26 +00:00
unicode Revert "go/printer: forbid empty line before first comment in block" 2017-12-01 01:12:26 +00:00
unsafe
vendor/golang_org/x vendor: update golang.org/x/net/nettest from upstream 2017-11-29 19:55:02 +00:00
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash build: add alternate output format for bootstrap.bash, as used by builders 2017-11-30 17:37:23 +00:00
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash
make.bash
make.bat
Make.dist
make.rc
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc