aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os3_solaris.go
AgeCommit message (Expand)Author
2025-07-11runtime: gofmt after CL 643897 and CL 662455Tobias Klauser
2025-05-19runtime: rename ncpu to numCPUStartupMichael Pratt
2025-04-03runtime: cleanup M vgetrandom state before dropping PMichael Pratt
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox
2023-09-06runtime: clear procid in unminitMichael Pratt
2023-07-27runtime: call miniterrno on m0 on AIX and SolarisIan Lance Taylor
2023-05-20runtime: consolidate on a single closeonexec definitionIan Lance Taylor
2023-05-20runtime: change fcntl to return two valuesIan Lance Taylor
2023-05-17runtime: consistently define fcntlIan Lance Taylor
2023-04-24runtime: call _exit, not exit, on AIX and SolarisIan Lance Taylor
2023-02-16runtime: expose auxv for use by x/sys/cpuBrad Fitzpatrick
2022-11-10runtime: retry thread creation on EAGAINIan Lance Taylor
2022-10-26runtime: fix a few function names on commentscui fliter
2022-10-18runtime: always keep global reference to mp until mexit completesMichael Pratt
2022-08-02runtime: tricky replacements of _g_ in os3_solaris.goMichael Pratt
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-03-08runtime, syscall: implement syscall.Pipe using syscall.Pipe2 on solarisTobias Klauser
2022-03-03runtime: remove fallback to pipe on platforms with pipe2Tobias Klauser
2022-02-15runtime, syscall: reimplement AllThreadsSyscall using only signals.Michael Pratt
2021-10-26runtime: rename _m_ to mp [generated]Michael Pratt
2021-09-27runtime: allow per-OS changes to unix profilerRhys Hiltner
2021-06-17[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...Michael Anthony Knyszek
2021-05-21[dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternalCherry Mui
2021-05-20[dev.typeparams] runtime: use internal/abi.FuncPCABI0 and cgo_unsafe_args for...Cherry Mui
2021-04-29runtime: rename walltime1 to walltimeIan Lance Taylor
2021-02-19runtime: clean up system calls during cgo callback initRuss Cox
2021-01-18runtime: free Windows event handles after last lock is droppedJason A. Donenfeld
2019-11-08runtime: add pipe/pipe2 on SolarisIan Lance Taylor
2019-10-28runtime: make NumCPU respect zone CPU cap on illumosJoshua M. Clulow
2019-10-26runtime: M-targeted signals for libc-based OSesAustin Clements
2019-10-21runtime: change read and write to return negative errno valueIan Lance Taylor
2019-10-11runtime: make nanotime use monotonic clock in SolarisJerrin Shaji George
2019-09-04runtime: wrap nanotime, walltime, and writeAustin Clements
2019-05-09runtime: fix vet complaints for solaris/amd64, illumos/amd64Russ Cox
2019-04-02runtime, cmd/dist, misc/cgo: enable c-archive for aix/ppc64Clément Chigot
2018-04-30runtime,cmd/ld: on darwin, create theads using libcKeith Randall
2018-04-03runtime: parse auxv for page size and executable name on SolarisTobias Klauser
2018-03-01runtime: clean up libc_* definitions on SolarisTobias Klauser
2018-02-17runtime: remove unused getrlimit functionTobias Klauser
2018-02-13runtime: remove unused memlimit functionAustin Clements
2017-10-18runtime: separate error result for mmapAustin Clements
2017-10-11runtime: make it possible to exit Go-created threadsAustin Clements
2016-10-28runtime, cmd/compile: rename memclr -> memclrNoHeapPointersAustin Clements
2016-10-05runtime: don't call cgocallback from signal handlerIan Lance Taylor
2016-09-28runtime: minor simplifications to signal codeIan Lance Taylor
2016-09-27runtime: remove sigmask type, use sigset insteadIan Lance Taylor
2016-09-26runtime: unify Unix implementations of unminitIan Lance Taylor
2016-09-26runtime: merge setting new signal mask in minitIan Lance Taylor
2016-09-26runtime: unify sigtrampgoIan Lance Taylor