aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/syscall_js.go
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2019-10-08syscall: on wasm, do not panic if "process" global is not definedRichard Musiol
2019-08-30syscall: fix duplicate commentsmicnncim
2019-08-22syscall: document relationship among Errno, errors.Is and os.Err*Jonathan Amsterdam
2019-08-02all: remove os.ErrTimeoutDamien Neil
2019-08-01all: remove os.ErrTemporaryDamien Neil
2019-03-22os,syscall: implement functions related to uid, gid and pid on js/wasmRichard Musiol
2019-03-20os: make errors.Is work with ErrPermission et al.Damien Neil
2018-11-20syscall: add dummy SIGTERM constant to js/wasmRichard Musiol
2018-07-31syscall: remove support for O_NONBLOCK and O_SYNC on js/wasmRichard Musiol
2018-06-01os: add js/wasm architectureRichard Musiol