summaryrefslogtreecommitdiff
path: root/src/runtime/os3_solaris.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: consistently define fcntlIan Lance Taylor2023-05-171-0/+9
* runtime: call _exit, not exit, on AIX and SolarisIan Lance Taylor2023-04-241-1/+1
* runtime: expose auxv for use by x/sys/cpuBrad Fitzpatrick2023-02-161-4/+7
* runtime: retry thread creation on EAGAINIan Lance Taylor2022-11-101-2/+4
* runtime: fix a few function names on commentscui fliter2022-10-261-1/+1
* runtime: always keep global reference to mp until mexit completesMichael Pratt2022-10-181-1/+2
* runtime: tricky replacements of _g_ in os3_solaris.goMichael Pratt2022-08-021-8/+7
* all: separate doc comment from //go: directivesRuss Cox2022-04-051-0/+2
* runtime, syscall: implement syscall.Pipe using syscall.Pipe2 on solarisTobias Klauser2022-03-081-3/+0
* runtime: remove fallback to pipe on platforms with pipe2Tobias Klauser2022-03-031-13/+0
* runtime, syscall: reimplement AllThreadsSyscall using only signals.Michael Pratt2022-02-151-0/+9
* runtime: rename _m_ to mp [generated]Michael Pratt2021-10-261-21/+21
* runtime: allow per-OS changes to unix profilerRhys Hiltner2021-09-271-0/+13
* [dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...Michael Anthony Knyszek2021-06-171-2/+2
* [dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternalCherry Mui2021-05-211-1/+1
* [dev.typeparams] runtime: use internal/abi.FuncPCABI0 and cgo_unsafe_args for...Cherry Mui2021-05-201-3/+5
* runtime: rename walltime1 to walltimeIan Lance Taylor2021-04-291-1/+1
* runtime: clean up system calls during cgo callback initRuss Cox2021-02-191-9/+11
* runtime: free Windows event handles after last lock is droppedJason A. Donenfeld2021-01-181-0/+5
* runtime: add pipe/pipe2 on SolarisIan Lance Taylor2019-11-081-1/+32
* runtime: make NumCPU respect zone CPU cap on illumosJoshua M. Clulow2019-10-281-8/+0
* runtime: M-targeted signals for libc-based OSesAustin Clements2019-10-261-0/+16
* runtime: change read and write to return negative errno valueIan Lance Taylor2019-10-211-2/+10
* runtime: make nanotime use monotonic clock in SolarisJerrin Shaji George2019-10-111-2/+13
* runtime: wrap nanotime, walltime, and writeAustin Clements2019-09-041-4/+4
* runtime: fix vet complaints for solaris/amd64, illumos/amd64Russ Cox2019-05-091-4/+4
* runtime, cmd/dist, misc/cgo: enable c-archive for aix/ppc64Clément Chigot2019-04-021-0/+1
* runtime,cmd/ld: on darwin, create theads using libcKeith Randall2018-04-301-1/+3
* runtime: parse auxv for page size and executable name on SolarisTobias Klauser2018-04-031-2/+44
* runtime: clean up libc_* definitions on SolarisTobias Klauser2018-03-011-6/+0
* runtime: remove unused getrlimit functionTobias Klauser2018-02-171-3/+0
* runtime: remove unused memlimit functionAustin Clements2018-02-131-31/+0
* runtime: separate error result for mmapAustin Clements2017-10-181-3/+3
* runtime: make it possible to exit Go-created threadsAustin Clements2017-10-111-0/+6
* runtime, cmd/compile: rename memclr -> memclrNoHeapPointersAustin Clements2016-10-281-3/+3
* runtime: don't call cgocallback from signal handlerIan Lance Taylor2016-10-051-1/+1
* runtime: minor simplifications to signal codeIan Lance Taylor2016-09-281-16/+8
* runtime: remove sigmask type, use sigset insteadIan Lance Taylor2016-09-271-4/+2
* runtime: unify Unix implementations of unminitIan Lance Taylor2016-09-261-3/+1
* runtime: merge setting new signal mask in minitIan Lance Taylor2016-09-261-11/+5
* runtime: unify sigtrampgoIan Lance Taylor2016-09-261-0/+3
* runtime: unify handling of alternate signal stackIan Lance Taylor2016-09-261-27/+6
* runtime: unify some signal handling functionsIan Lance Taylor2016-09-241-25/+4
* runtime: fetch physical page size from the OSAustin Clements2016-09-061-0/+9
* all: fix assembly vet issuesJosh Bleecher Snyder2016-08-251-2/+2
* runtime: better error message for newosproc failureIan Lance Taylor2016-06-291-0/+3
* all: single space after period.Brad Fitzpatrick2016-03-021-4/+4
* all: use cannot instead of can notJosh Bleecher Snyder2016-02-211-1/+1
* runtime: return errno value from Solaris mmap as expectedIan Lance Taylor2016-02-121-1/+15
* runtime: remove erroneous go:noescape declarationIan Lance Taylor2016-01-141-1/+0