aboutsummaryrefslogtreecommitdiff
path: root/src/syscall
AgeCommit message (Expand)Author
2019-04-05syscall: dup the argument to fdopendirKeith Randall
2019-04-05syscall: allow empty string argument to SetsockoptStringTobias Klauser
2019-04-04syscall: don't use INODE64 for fdopendir on darwin/386Keith Randall
2019-04-03syscall: avoid _getdirentries64 on darwinKeith Randall
2019-04-03syscall: on AIX use nsendmsg and nrecvmsg, define SockaddrDatalinkClément Chigot
2019-03-28syscall/js: improve Value.String() for non-string valuesRichard Musiol
2019-03-26syscall/js: improve type checks of js.Value's methodsRichard Musiol
2019-03-22os,syscall: implement functions related to uid, gid and pid on js/wasmRichard Musiol
2019-03-22syscall: fix returned values of Dup2 on aix/ppc64Clément Chigot
2019-03-20os: make errors.Is work with ErrPermission et al.Damien Neil
2019-03-13syscall: add Chroot and Dup2 for aix/ppc64Clément Chigot
2019-03-12syscall: correctly set up uid/gid mappings in user namespacesMichael Stapelberg
2019-03-10syscall: skip non-root user namespace test if kernel forbidsAlberto Donizetti
2019-03-10runtime: safely load DLLsJason A. Donenfeld
2019-03-08syscall: add all ambient capabilities into permitted and inheritable setsAndrei Vagin
2019-03-06syscall: fix hang when using Unshareflags: CLONE_NEWUSER with uid/gid mapping...Michael Stapelberg
2019-03-05syscall: on ARM GNU/Linux let Pipe fall back to pipeIan Lance Taylor
2019-03-02syscall: optimize SlicePtrFromStringsJosh Bleecher Snyder
2019-02-28syscall: use 64-bit alignment on netbsd-armBenny Siegert
2019-02-27archive/tar, syscall: add statUnix for aix/ppc64Clément Chigot
2019-02-27syscall/js: add a note about a bug in TypedArrayAgniva De Sarker
2019-02-27syscall: add missing Setrlimit and Termios on aix/ppc64Clément Chigot
2019-02-26all: fix typos as reported by 'misspell'Leon Klingele
2019-02-26syscall: add empty line before marker comments in zsyscall_darwin_*.goTobias Klauser
2019-02-15syscall: skip TestSyscallNoError when temp dir is mounted nosuidBrad Fitzpatrick
2018-12-30syscall: revert to pre-FreeBSD 10 / POSIX-2008 timespec field names in Stat_t...Yuval Pavel Zholkover
2018-12-27syscall: document LockOSThread with GNU/Linux SysProcAttr.PtraceIan Lance Taylor
2018-12-27os: add SyscallConn method for os.FileIan Lance Taylor
2018-12-14syscall: remove linknames to runtime symbols for aix/ppc64Clément Chigot
2018-12-13syscall/js: rename js.Callback to js.FuncRichard Musiol
2018-12-13runtime,os,syscall,internal/poll: replace getdirentries on iOSElias Naur
2018-12-13syscall: use correct cmsg alignment for openbsd/armJoel Sing
2018-12-12syscall: update doc comment to match behavior for Proc.CallAndrew Bonventre
2018-12-12syscall: regenerate ztypes for openbsd/armJoel Sing
2018-12-04syscall, cmd/go/internal/lockedfile: remove Flock syscall for aix/ppc64Clément Chigot
2018-12-01syscall: avoid "64"-postfixed libSystem syscalls on iOSElias Naur
2018-11-20syscall: add dummy SIGTERM constant to js/wasmRichard Musiol
2018-11-20syscall/js: document ValueOf() panicMarkus
2018-11-12runtime: correct ABI information for all functionsAustin Clements
2018-11-10all: add support for synchronous callbacks to js/wasmRichard Musiol
2018-11-08internal/syscall/unix: use libc calls on DarwinKeith Randall
2018-11-08syscall: move uses of Syscall to libSystem on darwinKeith Randall
2018-11-07syscall: implement syscalls on Darwin using libSystemKeith Randall
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-11-02syscall: add Syscall18 on WindowsHajime Hoshi
2018-11-01os: add support for long path names on freebsd RemoveAllTobias Klauser
2018-10-26syscall/js: add the Value.Truthy methodLarry Clapp
2018-10-25syscall: fix TestForeground for AIXClément Chigot
2018-10-24syscall/js: add Wrapper interface to support external Value wrapper typesDenys Smirnov
2018-10-24syscall: swap src, dest arguments in convertFromDirents11 for FreeBSDYuval Pavel Zholkover