aboutsummaryrefslogtreecommitdiff
path: root/src/internal/syscall/unix/asm_darwin.s
AgeCommit message (Expand)Author
2024-04-19internal/syscall/unix: implement Eaccess on darwinTobias Klauser
2024-03-19crypto/rand: use arc4random(3) on macOS and iOSFilippo Valsorda
2023-08-08internal/syscall/unix: don't define libc_getentropy_trampoline on iosIan Lance Taylor
2022-11-11os/user: use libc (not cgo) on macOSRuss Cox
2022-11-10os/signal/internal/pty: use libc (not cgo) on macOSRuss Cox
2022-11-08net: unify CNAME handling across portsRuss Cox
2022-11-01net: use libc (not cgo) for DNS on macOSRuss Cox
2021-03-17crypto/rand, internal/syscall/unix: add support for getentropy syscall on darwinTobias Klauser