Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |