summaryrefslogtreecommitdiff
path: root/src/runtime/os_js.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: trivial replacements of g in remaining filesMichael Pratt2022-08-021-2/+2
* runtime: clean up canpanicMichael Pratt2022-08-021-1/+1
* runtime: tweak js and plan9 to avoid/disable write barrier & gc problemsDavid Chase2022-05-131-1/+1
* all: separate doc comment from //go: directivesRuss Cox2022-04-051-0/+1
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* runtime: clean up system calls during cgo callback initRuss Cox2021-02-191-0/+10
* runtime: free Windows event handles after last lock is droppedJason A. Donenfeld2021-01-181-0/+5
* runtime: linux iscgo support for not blocking nptl signalsAndrew G. Morgan2020-12-231-1/+1
* runtime: block signals in needm before allocating MIan Lance Taylor2020-10-281-1/+1
* runtime: consistently seed fastrand state across archsCarlo Alberto Ferraris2019-11-121-1/+0
* runtime: use signals to preempt Gs for suspendGAustin Clements2019-11-021-0/+6
* runtime: wrap nanotime, walltime, and writeAustin Clements2019-09-041-1/+1
* os: add js/wasm architectureRichard Musiol2018-06-011-0/+145