aboutsummaryrefslogtreecommitdiff
path: root/src/syscall
AgeCommit message (Expand)Author
2018-06-14syscall, internal/syscall: follow convention for generated code commentTobias Klauser
2018-06-13syscall: check Fchmodat flags parameter on LinuxTobias Klauser
2018-06-13syscall: support Linux syscalls without error return on mipsx/mips64xTobias Klauser
2018-06-11syscall: update TOKEN_ALL_ACCESS according to WinNT.hThanabodee Charoenpiriyakij
2018-06-04net: add js/wasm architectureRichard Musiol
2018-06-04syscall: fix EpollWait for arm64Wei Xiao
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-06-01os: add js/wasm architectureRichard Musiol
2018-05-23syscall: partially revert "enable some nacl code to be shared with js/wasm"Richard Musiol
2018-05-15misc/wasm: fix passing large negative integers from JS to GoRichard Musiol
2018-05-08syscall: eliminate aliasing of syscall error strings in Plan 9Richard Miller
2018-05-03syscall/js: add packageRichard Musiol
2018-05-01net, syscall: make ECONNRESET/ECONNABORTED only temporary for AcceptIan Lance Taylor
2018-04-30all: skip unsupported tests for js/wasmRichard Musiol
2018-04-30syscall: enable some nacl code to be shared with js/wasmRichard Musiol
2018-04-26syscall: 32-bit MIPS splice system call returns int, not int64Ian Lance Taylor
2018-04-19syscall: avoid extra syscall on send/recvmsg on LinuxJason A. Donenfeld
2018-04-18syscall: introduce Pointer type and use it instead of uintptrAlex Brainman
2018-04-14syscall: remove WSAEMSGSIZEAlex Brainman
2018-04-13time: add wasm architectureRichard Musiol
2018-04-11os: document that Chown with -1 means to leave values unchanged, like POSIXBrad Fitzpatrick
2018-03-30syscall: remove double Unlock from Dup2 on naclFilippo Valsorda
2018-03-15syscall: use Android O friendly fstatat syscall to implement Stat on linux/amd64Tobias Klauser
2018-03-14runtime, syscall: add RawSyscall6 on Solaris and make it panicTobias Klauser
2018-03-05runtime: rename vdso symbols to use camel caseIan Lance Taylor
2018-03-02syscall: fix nil pointer dereference in Select on linux/{arm64,mips64x}Tobias Klauser
2018-02-28syscall: reduce redundant getwd tracking in Plan 9Richard Miller
2018-02-27os, syscall: use pipe2 instead of pipe syscall on OpenBSDTobias Klauser
2018-02-26syscall: remove/update outdated TODO commentsTobias Klauser
2018-02-26net, internal/poll, net/internal/socktest: use SOCK_{CLOEXEC,NONBLOCK} accept...Tobias Klauser
2018-02-22syscall: remove list of unimplemented syscallsTobias Klauser
2018-02-21net: fix UDPConn readers to return truncated payload size instead of 0Mansour Rahimi
2018-02-20syscall: ensure Mkdir(path) on Plan 9 fails if path existsRichard Miller
2018-02-15net, internal/poll, net/internal/socktest: set SOCK_{CLOEXEC,NONBLOCK} atomic...Tobias Klauser
2018-02-14syscall, os: use pipe2 syscall on NetBSD instead of pipeTobias Klauser
2018-02-13syscall: support syscalls without error return on LinuxTobias Klauser
2018-02-13syscall: support Getwd on all BSDsTobias Klauser
2018-02-13syscall: reuse BSD forkExecPipe for SolarisTobias Klauser
2018-01-31syscall: use SYS_GETDENTS64 on linux/mips64{,le}Tobias Klauser
2017-12-07syscall: make Seek use SetFilePointerEx on Windows, allowing large seek offsetsBrad Fitzpatrick
2017-12-01Revert "go/printer: forbid empty line before first comment in block"Joe Tsai
2017-11-29syscall: add missing err check in testTobias Klauser
2017-11-28all: drop support for FreeBSD 9 or belowMikio Hara
2017-11-23syscall: remove dragonfly/386 from mkall.shTobias Klauser
2017-11-22syscall: add missing fs locking in Link, Rename on naclTim Wright
2017-11-07syscall: change SysProcAttr.Token type to TokenAlex Brainman
2017-11-06syscall: fix NaCl Link syscall error handlingTim Wright
2017-11-06syscall: add Token to Windows SysProcAttrPaul Querna
2017-11-02go/printer: forbid empty line before first comment in blockJoe Tsai
2017-11-02syscall: rename ztypes_windows* to types_windows*Tobias Klauser