aboutsummaryrefslogtreecommitdiff
path: root/src/syscall
AgeCommit message (Expand)Author
2019-09-18syscall: skip TestAmbientCapsUserns if user namespaces are not supportedTobias Klauser
2019-09-16syscall: avoid zeroing unused syscall argumentsMaya Rashish
2019-09-11syscall: implement rawVforkSyscall for linux/arm64Howard Zhang
2019-09-09syscall: minor cleanup of duplicated codeKeisuke Kishimoto
2019-09-08syscall: re-generate zsyscall_darwin_arm*.sElias Naur
2019-09-07syscall: disable sysctl on iOSElias Naur
2019-09-04syscall: redirect writes to runtime.write in faketime modeAustin Clements
2019-08-30syscall: fix duplicate commentsmicnncim
2019-08-30syscall: fix coredump bit for aix/ppc64Clément Chigot
2019-08-29runtime: treat CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT, CTRL_SHUTDOWN_EVENT as SI...Tianon Gravi
2019-08-29syscall: enable ReadDirent tests on aix, linux and solarisTobias Klauser
2019-08-28syscall: move Renameat to syscall_linux_$GOARCH.goTobias Klauser
2019-08-28runtime,syscall/js: reuse wasm memory DataViewAgniva De Sarker
2019-08-22syscall: document relationship among Errno, errors.Is and os.Err*Jonathan Amsterdam
2019-08-05syscall: include complete prototype of system callsKeith Randall
2019-08-02all: remove os.ErrTimeoutDamien Neil
2019-08-01all: remove os.ErrTemporaryDamien Neil
2019-06-27Revert "syscall: use Ctty before fd shuffle"Damien Neil
2019-06-26syscall: fix nil pointer dereference in Getdirentries on 32-bit freebsd 12Tobias Klauser
2019-06-16syscall: accept permission errors in TestExecPtraceElias Naur
2019-06-15syscall: disable ptrace on iOSElias Naur
2019-06-10syscall: fix freebsd 64-bit testKeith Randall
2019-06-10syscall: fix Getdirentries on 32-bit freebsd 12Keith Randall
2019-06-07syscall: refer to Proc.Call documentation for LazyProc.Call on WindowsMatt Layher
2019-06-06syscall: fix skip condition in skipUnprivilegedUserCloneMeng Zhuo
2019-06-06syscall: skip test if unprivileged_userns_clone sysctl is missingMeng Zhuo
2019-06-02syscall/js: fix commentsHajime Hoshi
2019-05-30syscall: use Ctty before fd shuffleGreg Thelen
2019-05-24syscall/js: replace TypedArrayOf with CopyBytesToGo/CopyBytesToJSRichard Musiol
2019-05-22all: shorten some testsRuss Cox
2019-05-15syscall: implement rawVforkSyscall for linux/ppc64x and linux/s390xJoel Sing
2019-05-09syscall: fix vet complaints for all dragonfly, freebsd, netbsd, openbsdRuss Cox
2019-05-05syscall: remove unused {dragonfly,illumos,solaris}64Bit constantsTobias Klauser
2019-05-05syscall: support generating netbsd/arm64 files in mkall.shTobias Klauser
2019-04-30syscall: on wasm, do not use typed array asynchronouslyRichard Musiol
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-04-29syscall: don't return EINVAL on zero Chmod mode on WindowsBrad Fitzpatrick
2019-04-28syscall: allow setting security attributes on processesJason A. Donenfeld
2019-04-27cmd/link/internal/ld,syscall: replace getfsstat64 with getfsstatElias Naur
2019-04-27cmd/link/internal/ld,syscall: drop $INODE64 suffixes on simulatorsElias Naur
2019-04-27runtime, syscall: address vet errors in openbsd/arm64 assemblyJoel Sing
2019-04-26syscall: add support for openbsd/arm64Joel Sing
2019-04-20all: add start of netbsd/arm64 supportMaya Rashish
2019-04-16syscall: skip DirentRepeat test on freebsdKeith Randall
2019-04-16syscall: move helper handler before AIX handler in TestPassFDClément Chigot
2019-04-12syscall: add aix to syscall_unix_test.goClément Chigot
2019-04-11syscall: enforce minimum buffer size to call ReadDirentKeith Randall
2019-04-10syscall: store skip count in file descriptor offsetKeith Randall
2019-04-09syscall: gofmt -w -sMikio Hara
2019-04-05syscall: use openat instead of dup to make a really new file descriptorKeith Randall