aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os3_solaris.go
AgeCommit message (Expand)Author
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
2016-09-26runtime: unify handling of alternate signal stackIan Lance Taylor
2016-09-24runtime: unify some signal handling functionsIan Lance Taylor
2016-09-06runtime: fetch physical page size from the OSAustin Clements
2016-08-25all: fix assembly vet issuesJosh Bleecher Snyder
2016-06-29runtime: better error message for newosproc failureIan Lance Taylor
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-21all: use cannot instead of can notJosh Bleecher Snyder
2016-02-12runtime: return errno value from Solaris mmap as expectedIan Lance Taylor
2016-01-14runtime: remove erroneous go:noescape declarationIan Lance Taylor
2016-01-14runtime: minimize time between lockextra/unlockextraIan Lance Taylor
2016-01-09runtime: for c-archive/c-shared, install signal handlers synchronouslyIan Lance Taylor
2016-01-08runtime: add nowritebarrierrec to funcs called at signal timeIan Lance Taylor
2016-01-06runtime: preserve signal stack when calling Go on C threadIan Lance Taylor
2016-01-04runtime: implement setsigstack for SolarisIan Lance Taylor
2015-11-24runtime: use a proper type, sigset, for m.sigmaskElias Naur
2015-11-18runtime: fix bad signal stack when using cgo-created threads and async signalsRuss Cox
2015-11-18Revert "runtime: use a proper type, sigset, for m.sigmask"Russ Cox
2015-11-17runtime: use a proper type, sigset, for m.sigmaskElias Naur
2015-11-13runtime: move m's OS-specific semaphore fields into mOSMatthew Dempsky
2015-07-28runtime: don't define libc_getpid in os3_solaris.goIan Lance Taylor
2015-07-28runtime: fix definitions of getpid and kill on SolarisIan Lance Taylor
2015-07-28runtime: correct implementation of raiseproc on SolarisIan Lance Taylor
2015-07-22runtime: if we don't handle a signal on a non-Go thread, raise itIan Lance Taylor
2015-06-19runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocallAlex Brainman
2015-06-18runtime: remove cgocall and asmcgocallAlex Brainman