summaryrefslogtreecommitdiff
path: root/src/runtime/sys_openbsd_386.s
Commit message (Expand)AuthorAgeFilesLines
* runtime: consistently define fcntlIan Lance Taylor2023-05-171-0/+6
* runtime: mark sigtramp as TOPFRAME on the rest of unixMichael Pratt2022-04-281-1/+1
* runtime: print errno on clock_gettime failure on OpenBSDAustin Clements2021-12-021-2/+5
* runtime,syscall: convert syscall on openbsd/386 to libcJoel Sing2021-04-301-0/+369
* runtime: switch runtime to libc for openbsd/386Joel Sing2021-04-301-284/+365
* runtime: work around vet asmdecl checks for openbsd/386 mstart_stubJoel Sing2021-04-301-0/+2
* runtime: switch openbsd/386 locking to libcJoel Sing2021-04-301-17/+42
* runtime: switch openbsd/386 to pthreadsJoel Sing2021-04-301-126/+156
* runtime: rename walltime1 to walltimeIan Lance Taylor2021-04-291-2/+2
* runtime: M-targeted signals for BSDsAustin Clements2019-10-261-2/+7
* runtime: change read and write to return negative errno valueIan Lance Taylor2019-10-211-2/+2
* runtime: define nonblockingPipeIan Lance Taylor2019-10-201-0/+37
* runtime: wrap nanotime, walltime, and writeAustin Clements2019-09-041-6/+6
* runtime: fix vet complaints for all freebsd, netbsd, openbsdRuss Cox2019-05-091-3/+5
* runtime: fix vet complaints for linux/amd64Russ Cox2019-05-091-3/+3
* runtime: fix vet complaints for linux/386Russ Cox2019-05-091-1/+1
* all: this big patch remove whitespace from assembly filesZhou Peng2018-10-031-1/+1
* runtime: use MADV_FREE on Linux if availableTobias Klauser2018-09-181-1/+2
* runtime: fix/improve exitThread on openbsdJoel Sing2018-04-051-9/+0
* runtime: separate error result for mmapAustin Clements2017-10-181-1/+7
* runtime: make it possible to exit Go-created threadsAustin Clements2017-10-111-6/+13
* runtime: fix some assembly offset namesJosh Bleecher Snyder2017-02-141-2/+2
* time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox2017-02-031-2/+2
* runtime: preserve callee-saved C registers in sigtrampBryan C. Mills2016-12-151-1/+14
* runtime, syscall: update openbsd for changes to syskillJoel Sing2016-12-121-4/+5
* runtime: align stack pointer in sigfwdBryan C. Mills2016-11-011-6/+12
* runtime, syscall: use FP instead of SP for parametersMatthew Dempsky2016-09-301-2/+2
* runtime: unify some signal handling functionsIan Lance Taylor2016-09-241-1/+1
* runtime: stop using sigreturn on openbsd/386Joel Sing2016-05-121-8/+0
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* runtime: adjust gsignal stack to current signal stackIan Lance Taylor2015-12-241-29/+11
* runtime: log all thread stack traces during GODEBUG=crash on UnixIan Lance Taylor2015-07-271-0/+11
* runtime: rename close to closefdDavid Crawshaw2015-04-141-1/+1
* cmd/internal/ld, runtime: halve tlsoffset on ELF/intelMichael Hudson-Doyle2015-03-051-2/+2
* runtime: Update open/close/read/write to return -1 on error.Keith Randall2015-03-031-0/+8
* [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox2014-11-141-2/+2
|\
| * [dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scopedRuss Cox2014-10-281-2/+2
* | [dev.cc] runtime: convert assembly files for C to Go transitionRuss Cox2014-11-111-1/+2
|/
* runtime: more NOPTRRuss Cox2014-09-241-1/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+398