aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_openbsd_386.s
AgeCommit message (Expand)Author
2021-04-30runtime,syscall: convert syscall on openbsd/386 to libcJoel Sing
2021-04-30runtime: switch runtime to libc for openbsd/386Joel Sing
2021-04-30runtime: work around vet asmdecl checks for openbsd/386 mstart_stubJoel Sing
2021-04-30runtime: switch openbsd/386 locking to libcJoel Sing
2021-04-30runtime: switch openbsd/386 to pthreadsJoel Sing
2021-04-29runtime: rename walltime1 to walltimeIan Lance Taylor
2019-10-26runtime: M-targeted signals for BSDsAustin 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 all freebsd, netbsd, openbsdRuss Cox
2019-05-09runtime: fix vet complaints for linux/amd64Russ Cox
2019-05-09runtime: fix vet complaints for linux/386Russ Cox
2018-10-03all: this big patch remove whitespace from assembly filesZhou Peng
2018-09-18runtime: use MADV_FREE on Linux if availableTobias Klauser
2018-04-05runtime: fix/improve exitThread on openbsdJoel Sing
2017-10-18runtime: separate error result for mmapAustin Clements
2017-10-11runtime: make it possible to exit Go-created threadsAustin Clements
2017-02-14runtime: fix some assembly offset namesJosh Bleecher Snyder
2017-02-03time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox
2016-12-15runtime: preserve callee-saved C registers in sigtrampBryan C. Mills
2016-12-12runtime, syscall: update openbsd for changes to syskillJoel Sing
2016-11-01runtime: align stack pointer in sigfwdBryan C. Mills
2016-09-30runtime, syscall: use FP instead of SP for parametersMatthew Dempsky
2016-09-24runtime: unify some signal handling functionsIan Lance Taylor
2016-05-12runtime: stop using sigreturn on openbsd/386Joel Sing
2016-03-02all: single space after period.Brad Fitzpatrick
2015-12-24runtime: adjust gsignal stack to current signal stackIan Lance Taylor
2015-07-27runtime: log all thread stack traces during GODEBUG=crash on UnixIan Lance Taylor
2015-04-14runtime: rename close to closefdDavid Crawshaw
2015-03-05cmd/internal/ld, runtime: halve tlsoffset on ELF/intelMichael Hudson-Doyle
2015-03-03runtime: Update open/close/read/write to return -1 on error.Keith Randall
2014-11-14[dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox
2014-11-11[dev.cc] runtime: convert assembly files for C to Go transitionRuss Cox
2014-10-28[dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scopedRuss Cox
2014-09-24runtime: more NOPTRRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox