summaryrefslogtreecommitdiff
path: root/src/syscall/syscall_darwin.go
Commit message (Expand)AuthorAgeFilesLines
* syscall: delete the "use" function and calls in non-generated files.Sameer Ajmani2017-02-131-2/+0
* syscall: validate ParseDirent inputsDamien Neil2016-09-201-26/+10
* syscall: fix missing use of use function in GetfsstatMikio Hara2016-07-041-0/+1
* all: single space after period.Brad Fitzpatrick2016-03-021-2/+2
* syscall: change Dup,Dup2,Dup3 to use Syscall, not RawSyscallIan Lance Taylor2015-03-261-2/+2
* syscall: keep allocated C string live across call to SyscallRuss Cox2014-09-081-0/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+508