aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_js.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
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
2020-12-23runtime: linux iscgo support for not blocking nptl signalsAndrew G. Morgan
2020-10-28runtime: block signals in needm before allocating MIan Lance Taylor
2019-11-12runtime: consistently seed fastrand state across archsCarlo Alberto Ferraris
2019-11-02runtime: use signals to preempt Gs for suspendGAustin Clements
2019-09-04runtime: wrap nanotime, walltime, and writeAustin Clements
2018-06-01os: add js/wasm architectureRichard Musiol