aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_linux_s390x.s
AgeCommit message (Expand)Author
2021-04-29runtime: rename walltime1 to walltimeIan Lance Taylor
2019-10-26runtime: M-targeted signals for LinuxAustin Clements
2019-10-21runtime: change read and write to return negative errno valueIan Lance Taylor
2019-10-20runtime: define nonblockingPipeIan Lance Taylor
2019-09-04runtime: wrap nanotime, walltime, and writeAustin Clements
2019-05-09runtime: fix vet complaints for linux/arm64, linux/mips*, linux/ppc64*, linux...Russ Cox
2019-05-09runtime: fix vet complaints for linux/386Russ Cox
2018-09-18runtime: use MADV_FREE on Linux if availableTobias Klauser
2018-09-07runtime: use tgkill for raiseMichael Pratt
2018-04-24runtime: change GNU/Linux usleep to use nanosleepIan Lance Taylor
2018-03-05runtime: remove unused SYS_* definitions on LinuxTobias Klauser
2018-02-17runtime: remove unused getrlimit functionTobias Klauser
2017-10-18runtime: separate error result for mmapAustin Clements
2017-10-11runtime: make it possible to exit Go-created threadsAustin Clements
2017-04-21runtime: inform arena placement using sbrk(0)Austin Clements
2017-02-03time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox
2016-11-03all: update s390x assembly to use vet-friendly namesJosh Bleecher Snyder
2016-09-24runtime: unify some signal handling functionsIan Lance Taylor
2016-08-25runtime: use clock_gettime for time.now() on s390xMichael Munday
2016-04-07runtime: add s390x support (new files and lfstack_64bit.go modifications)Michael Munday