aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/zsyscall_darwin_amd64.s
AgeCommit message (Expand)Author
2023-11-07syscall: provide and use ioctlPtr for all BSD platformsJoel Sing
2023-01-10runtime: revert use of __fork to work around Apple atfork bugsRuss Cox
2022-12-22runtime: call __fork instead of fork on darwinRuss Cox
2022-09-13cmd/link/internal/ld, syscall: use libc based msync on darwin for Go ≥ 1.20Tobias Klauser
2021-10-26syscall: add utimensat libc wrapper on darwinTobias Klauser
2021-04-26syscall, etc.: use abi.FuncPCABI0 for libc syscall wrappersCherry Zhang
2021-02-03[dev.regabi] runtime, syscall, etc.: mark Darwin syscall wrappers as ABIInternalCherry Zhang
2021-01-26runtime,syscall: convert syscall on openbsd/amd64 to libcJoel Sing
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: replace getfsstat64 with getfsstatElias Naur
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