aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/syscall_darwin.go
AgeCommit message (Expand)Author
2021-12-09[release-branch.go1.16] syscall: avoid writing to p when Pipe(p) failsRuss Cox
2020-09-26syscall: implement Getwd using getcwd from libSystem on darwinTobias Klauser
2019-10-24syscall: remove un-used const ptrSizeCuong Manh Le
2019-10-23syscall: reenable sysctl on iOSJason A. Donenfeld
2019-09-07syscall: disable sysctl on iOSElias Naur
2019-06-15syscall: disable ptrace on iOSElias Naur
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-10syscall: store skip count in file descriptor offsetKeith Randall
2019-04-05syscall: use openat instead of dup to make a really new file descriptorKeith Randall
2019-04-05syscall: dup the argument to fdopendirKeith Randall
2019-04-03syscall: avoid _getdirentries64 on darwinKeith Randall
2018-12-13runtime,os,syscall,internal/poll: replace getdirentries on iOSElias Naur
2018-12-01syscall: avoid "64"-postfixed libSystem syscalls on iOSElias Naur
2018-11-08internal/syscall/unix: use libc calls on DarwinKeith Randall
2018-11-08syscall: move uses of Syscall to libSystem on darwinKeith Randall
2018-11-07syscall: implement syscalls on Darwin using libSystemKeith Randall
2018-08-22internal/poll: use F_FULLFSYNC fcntl for FD.Fsync on OS XEmmanuel T Odeke
2018-02-22syscall: remove list of unimplemented syscallsTobias Klauser
2017-11-01syscall: use setattrlist for UtimesNano on Darwin for ns resolutionEvan Jones
2017-09-27syscall: make Exit call runtime.exitAlex Brainman
2017-08-15syscall: add missing int flag argument to utimensatYuval Pavel Zholkover
2017-08-14syscall: add utimensat and use it for UtimesNano on BSD and SolarisTobias Klauser
2017-02-13syscall: delete the "use" function and calls in non-generated files.Sameer Ajmani
2016-09-20syscall: validate ParseDirent inputsDamien Neil
2016-07-04syscall: fix missing use of use function in GetfsstatMikio Hara
2016-03-02all: single space after period.Brad Fitzpatrick
2015-03-26syscall: change Dup,Dup2,Dup3 to use Syscall, not RawSyscallIan Lance Taylor
2014-09-08syscall: keep allocated C string live across call to SyscallRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox