aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/zsyscall_darwin_amd64.go
AgeCommit message (Expand)Author
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-26syscall: add utimensat libc wrapper on darwinTobias Klauser
2021-04-27syscall: restore nosplit for ptrace1 on DarwinCherry Zhang
2021-04-26syscall, etc.: use abi.FuncPCABI0 for libc syscall wrappersCherry Zhang
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-22[dev.regabi] all: merge master (c9fb4eb) into dev.regabiRuss Cox
2020-12-21syscall: don't generate ptrace on iOSCherry Zhang
2020-12-01[dev.regabi] cmd/compile: process //go:linknames after declarationsMatthew Dempsky
2020-09-26syscall: implement Getwd using getcwd from libSystem on darwinTobias Klauser
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: drop $INODE64 suffixes on simulatorsElias Naur
2019-04-03syscall: avoid _getdirentries64 on darwinKeith Randall
2019-02-26syscall: add empty line before marker comments in zsyscall_darwin_*.goTobias Klauser
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-06-14syscall, internal/syscall: follow convention for generated code commentTobias Klauser
2017-09-27syscall: make Exit call runtime.exitAlex Brainman
2017-02-09syscall: remove "use" function and calls from generated code.Sameer Ajmani
2016-05-15syscall: fix missing use of use function in sysctlMikio Hara
2015-05-15syscall: add explicit build tagsShenghou Ma
2015-03-27syscall: don't allocate when boxing common Errno values into errorsBrad 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