| Commit message (Expand) | Author | Age | Files | Lines |
* | syscall: add race annotations to Pread and Pwrite | Ian Lance Taylor | 2022-03-12 | 1 | -2/+2 |
* | syscall: remove accept on Linux | Tobias Klauser | 2022-03-02 | 1 | -1/+0 |
* | runtime, syscall: reimplement AllThreadsSyscall using only signals. | Michael Pratt | 2022-02-15 | 1 | -6/+0 |
* | syscall: implement Pipe using pipe2 syscall on all linux platforms | Tobias Klauser | 2021-09-17 | 1 | -26/+0 |
* | syscall: drop fallback to pipe in Pipe on linux/arm | Tobias Klauser | 2021-09-09 | 1 | -4/+0 |
* | syscall: implement rawVforkSyscall for remaining linux platforms | Joel Sing | 2021-03-03 | 1 | -3/+1 |
* | syscall: handle undefined r2 value on linux-ppc64x | Andrew G. Morgan | 2020-10-29 | 1 | -0/+6 |
* | syscall: support POSIX semantics for Linux syscalls | Andrew G. Morgan | 2020-10-23 | 1 | -5/+0 |
* | syscall: avoid dup2 in forkAndExecInChild1 on Android | Elias Naur | 2020-05-28 | 1 | -4/+1 |
* | syscall: don't use deprecated syscalls on linux/arm64 | Tobias Klauser | 2019-10-08 | 1 | -1/+6 |
* | syscall: move Renameat to syscall_linux_$GOARCH.go | Tobias Klauser | 2019-08-28 | 1 | -0/+1 |
* | syscall: on ARM GNU/Linux let Pipe fall back to pipe | Ian Lance Taylor | 2019-03-05 | 1 | -0/+6 |
* | syscall: replace lstat, lchown, stat to please Android O | Elias Naur | 2018-09-24 | 1 | -3/+12 |
* | syscall: support Faccessat flags argument | Ian Lance Taylor | 2018-07-27 | 1 | -0/+1 |
* | syscall: fix EpollWait for arm64 | Wei Xiao | 2018-06-04 | 1 | -0/+1 |
* | syscall: use SYS_GETDENTS64 on linux/mips64{,le} | Tobias Klauser | 2018-01-31 | 1 | -1/+0 |
* | syscall: use CLONE_VFORK and CLONE_VM | Richard Musiol | 2017-03-22 | 1 | -0/+4 |
* | syscall: delete the "use" function and calls in non-generated files. | Sameer Ajmani | 2017-02-13 | 1 | -1/+0 |
* | syscall: for ForkExec on Linux, always use 32-bit setgroups system call | Russ Cox | 2016-10-19 | 1 | -2/+3 |
* | syscall: unify NsecToTime{spec,val}, fix for times < 1970 | Ian Lance Taylor | 2016-10-12 | 1 | -9/+4 |
* | syscall: unify TimespecToNsec and TimevalToNsec | Ian Lance Taylor | 2016-10-11 | 1 | -2/+0 |
* | syscall: make Getpagesize return page size from runtime | Austin Clements | 2016-09-06 | 1 | -2/+0 |
* | syscall: added support for linux/mips64{,le} | Yao Zhang | 2015-11-12 | 1 | -1/+4 |
* | syscall: fix InotifyInit on linux/arm64 | Shenghou Ma | 2015-05-09 | 1 | -0/+1 |
* | syscall: change Dup,Dup2,Dup3 to use Syscall, not RawSyscall | Ian Lance Taylor | 2015-03-26 | 1 | -1/+1 |
* | syscall: exec_linux.go: support platforms without SYS_DUP2 | Dave Cheney | 2015-03-10 | 1 | -0/+2 |
* | syscall: Reimplement linux syscalls in terms of their *at replacements. | Dave Cheney | 2015-02-26 | 1 | -1/+0 |
* | syscall: split implementation of Dup2 per linux GOOS | Dave Cheney | 2015-02-25 | 1 | -0/+1 |
* | syscall: split implementation of Pipe/Pipe2 per GOOS | Dave Cheney | 2015-02-25 | 1 | -0/+24 |
* | syscall: keep allocated C string live across call to Syscall | Russ Cox | 2014-09-08 | 1 | -0/+1 |
* | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -0/+195 |