aboutsummaryrefslogtreecommitdiff
path: root/src/syscall
AgeCommit message (Expand)Author
2017-11-01syscall: use setattrlist for UtimesNano on Darwin for ns resolutionEvan Jones
2017-10-27syscall: document Time{spec,val} methodsTobias Klauser
2017-10-27syscall: simplify return in Futimesat and MountTobias Klauser
2017-10-26syscall: remove unnecessary use of unsafe.Pointer.Christopher Koch
2017-10-13syscall: correct type for timeout argument to Select on linux/{arm64,mips64x}Tobias Klauser
2017-09-27syscall: correct TCGETS/TCSETS values on ppc64/ppc64leTobias Klauser
2017-09-27syscall: make Exit call runtime.exitAlex Brainman
2017-09-26syscall: allow abstract unix socket to use the full Path lenNicolas BRULEZ
2017-09-22syscall: update syscall.Select to use newselect on ppc64xCarlos Eduardo Seo
2017-09-12runtime: improve timers scalability on multi-CPU systemsAliaksandr Valialkin
2017-09-10syscall: fix TestCloneNEWUSERAndRemapRootEnableSetgroups on linuxHiroshi Ioka
2017-08-29syscall: drop dummy byte for oob in unixgram SendmsgNLuca Bruno
2017-08-26all: remove some double spaces from commentsDaniel Martí
2017-08-23syscall: skip some exec tests in containerAlexander Morozov
2017-08-23syscall: move ptrace setup to right before execJess Frazelle
2017-08-15syscall: really use utimensat for UtimesNano on SolarisTobias Klauser
2017-08-15syscall: fix definition of _AT_FDCWD on dragonflyTobias Klauser
2017-08-15syscall: add missing int flag argument to utimensatYuval Pavel Zholkover
2017-08-15runtime: remove unused global variable emptystringIan Lance Taylor
2017-08-14syscall: add utimensat and use it for UtimesNano on BSD and SolarisTobias Klauser
2017-07-17syscall: update check for UserNS support for centos 7Jess Frazelle
2017-07-14syscall: skip TestUnshare on Linux upon permission errorBrad Fitzpatrick
2017-07-12syscall: use correct go binary in testBrad Fitzpatrick
2017-06-28syscall: add AmbientCaps to linux SysProcAttrMichael Stapelberg
2017-06-28syscall: fix Exec on solarisShawn Walker-Salas
2017-06-20runtime, syscall: workaround for bug in Linux's execveJohn R. Lenton
2017-06-20syscall: mark forkAndExecInChild1 noinlineAustin Clements
2017-06-20syscall: use CLONE_VFORK safelyAustin Clements
2017-06-14runtime, syscall: reset signal handlers to default in childIan Lance Taylor
2017-06-08syscall: make windows Exit call runtime.exitAlex Brainman
2017-06-08net: make Dial("tcp", ln.Addr().String()) work even with bad IPv6 configBrad Fitzpatrick
2017-05-31syscall: allow processes steal a controlling terminal on LinuxJulio Montes
2017-05-19syscall: add Conn and RawConn interfacesMikio Hara
2017-05-16runtime, syscall: in Plan 9 ARM asm, replace "SWI 0" with "SWI $0"Cherry Zhang
2017-04-28syscall: fix typo in documentation for StringToUTF16PtrTommy Schaefer
2017-04-28syscall: stylistic cleanup and typo fixes in syscall_dragonfly.goMikio Hara
2017-04-25syscall: fix ordering of Unshare and chroot on LinuxRonald G. Minnich
2017-04-22syscall: define ESPIPE on Plan 9David du Colombier
2017-04-22os, syscall: fix errno in Seek on windowsHiroshi Ioka
2017-04-18syscall: add Accept4 and SOCK_{CLOEXEC,NONBLOCK} on dragonflyMikio Hara
2017-04-17syscall: make TestFcntlFlock more robustMostyn Bramley-Moore
2017-04-13syscall: fix TestGroupCleanup{UserNamespace} on AlpineJess Frazelle
2017-04-07syscall: mark WSAECONNABORTED, WSAECONNRESET as temporary network errorsTamir Duberstein
2017-04-05syscall: update comments for x/sys migrationLynn Boger
2017-03-31syscall: skip test on TestUnshareMountNameSpace permission errorBrad Fitzpatrick
2017-03-23os/exec: handle Unshareflags with CLONE_NEWNSRonald G. Minnich
2017-03-22syscall: use CLONE_VFORK and CLONE_VMRichard Musiol
2017-03-21syscall, os: fix FreeBSD 9 buildBrad Fitzpatrick
2017-03-21syscall, os: use pipe2 syscall on FreeBSD instead of pipeBrad Fitzpatrick
2017-02-21syscall: fix linux/mipsx ret value FP offsets for Syscall9Josh Bleecher Snyder