summaryrefslogtreecommitdiff
path: root/src/internal
Commit message (Expand)AuthorAgeFilesLines
* internal/poll: don't wait for unpollable filesIan Lance Taylor2017-07-143-9/+17
* net: fix sendfile for SolarisShawn Walker-Salas2017-06-301-4/+1
* internal/poll: implement RawControl of FD on WindowsMikio Hara2017-05-201-1/+6
* internal/poll: add RawControl, RawRead and RawWrite methods to FDMikio Hara2017-05-193-0/+82
* internal/poll: remove unused ioSrv.ExecIO parameterAlex Brainman2017-05-192-9/+9
* internal/cpu: new package to detect cpu featuresMartin Möhrmann2017-05-1013-0/+213
* internal/poll: remove allocation in windows FD.WritevAlex Brainman2017-05-081-1/+1
* os, net, internal/poll: return consistent error for closed socketIan Lance Taylor2017-04-2612-60/+93
* internal/poll: don't use r/w lock for Pread/PwriteIan Lance Taylor2017-04-252-31/+23
* runtime: record swept and reclaimed bytes in sweep traceAustin Clements2017-04-194-8/+13
* net, internal/poll, net/internal/socktest: use accept4 and SOCK_{CLOEXEC,NONB...Mikio Hara2017-04-183-3/+3
* internal/poll: rename RecvFrom to ReadFrom for consistencyMikio Hara2017-04-136-9/+24
* internal/poll: adjust panic messagesMikio Hara2017-04-112-7/+7
* cmd/link: skip TestDWARF when cgo is disabledJosh Bleecher Snyder2017-03-302-0/+20
* go/internal/srcimporter: skip tests on iOSElias Naur2017-03-081-0/+13
* internal/poll: code cleanupMikio Hara2017-03-0712-32/+31
* internal/poll: only start Windows goroutines when we need themIan Lance Taylor2017-03-061-13/+13
* runtime/pprof/internal/profile: move internal/pprof/profile hereRuss Cox2017-02-248-3069/+0
* internal/poll: define PollDescriptor on plan9Ian Lance Taylor2017-02-151-0/+4
* os: use poller for file I/OIan Lance Taylor2017-02-154-5/+30
* internal/poll: remove unused poll.pollDesc methodsDave Cheney2017-02-151-8/+0
* internal/testenv: do not delete target fileAlex Brainman2017-02-151-1/+0
* internal/poll: only build str.go on plan9Dave Cheney2017-02-141-0/+2
* internal/poll: remove named return values and naked returnsDave Cheney2017-02-147-69/+66
* internal/poll: return error if WriteConsole failsIan Lance Taylor2017-02-131-1/+1
* internal/poll: only export FD.eofError for testing on posix systemsIan Lance Taylor2017-02-132-4/+15
* net: refactor poller into new internal/poll packageIan Lance Taylor2017-02-1329-0/+2988
* cmd/trace: Record mark assists in execution tracesHeschi Kreinick2017-02-105-94/+112
* internal/pprof/profile: parse mutex profile including commentsHana Kim2016-11-292-26/+95
* internal/pprof: don't discard allocations called by reflect.CallIan Lance Taylor2016-11-281-0/+2
* internal/syscall/windows: add GetModuleFileNameShenghou Ma2016-11-072-0/+15
* os: use extended-length paths on Windows when possibleQuentin Smith2016-11-071-0/+16
* all: make copyright headers consistent with one space after periodMichael Munday2016-11-042-2/+2
* internal/syscall/unix: add randomTrap const for GOARCH=mips{,le}Vladimir Stefanovic2016-11-031-0/+11
* testing: mark tests and benchmarks failed if a race occurs during executionRuss Cox2016-11-032-0/+6
* internal/pprof/profile: new package, moved from cmd/internal/pprof/profileRuss Cox2016-11-028-0/+2998
* runtime/trace, internal/trace: script to collect canned tracesAustin Clements2016-10-282-0/+21
* runtime, cmd/trace: track goroutines blocked on GC assistsAustin Clements2016-10-283-4/+11
* runtime, cmd/trace: annotate different mark worker typesAustin Clements2016-10-286-7/+13
* syscall: use ERROR_IO_PENDING value in errnoErrAlex Brainman2016-10-222-8/+8
* os, syscall: fix incorrect offset calculation in Readlink on windowsHiroshi Ioka2016-10-192-0/+35
* os: use FindFirstFile when GetFileAttributesEx fails in StatAlex Brainman2016-10-141-0/+1
* os: make readConsole handle its input and output correctlyAlex Brainman2016-10-131-0/+6
* os: add new tests for symbolic links and directory junctionsAlex Brainman2016-10-125-7/+222
* cmd/trace: fix a runnable goroutine count bugHyang-Ah (Hana) Kim2016-10-112-43/+49
* cmd/trace: label mark termination spans as suchAustin Clements2016-10-071-2/+2
* cmd/trace: move process-wide GC events to their own rowAustin Clements2016-10-071-0/+3
* os: use GetConsoleCP() instead of GetACP()Yasuhiro Matsumoto2016-09-212-0/+8
* internal/testenv: add GoToolJosh Bleecher Snyder2016-09-101-5/+16
* syscall: avoid convT2I allocs for common Windows error valuesBrad Fitzpatrick2016-09-072-4/+54