aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/zsyscall_darwin_arm64.go
AgeCommit message (Expand)Author
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-10-08syscall: support ptrace on macOS/ARM64Cherry Zhang
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-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
2017-02-01syscall: regenerate zsyscall_darwin_arm64.go with mksyscall.plElias Naur
2015-05-15syscall: add explicit build tagsShenghou Ma
2015-04-16syscall: darwin/arm64 supportShenghou Ma