]> Cypherpunks.ru repositories - gostls13.git/history - src/syscall/zsyscall_darwin_amd64.s
syscall: provide and use ioctlPtr for all BSD platforms
[gostls13.git] / src / syscall / zsyscall_darwin_amd64.s
2023-11-07 Joel Singsyscall: provide and use ioctlPtr for all BSD platforms
2023-01-10 Russ Coxruntime: revert use of __fork to work around Apple...
2022-12-22 Russ Coxruntime: call __fork instead of fork on darwin
2022-09-13 Tobias Klausercmd/link/internal/ld, syscall: use libc based msync...
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-26 Tobias Klausersyscall: add utimensat libc wrapper on darwin
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-04-26 Cherry Zhangsyscall, etc.: use abi.FuncPCABI0 for libc syscall...
2021-02-19 Katie Hockman[dev.fuzz] all: merge master (7764ee5) into dev.fuzz
2021-02-17 Russ Cox[dev.boringcrypto] all: merge master (2f0da6d) into...
2021-02-16 Cherry Zhangall: merge branch dev.regabi (d3cd4830ad) into master
2021-02-16 Cherry Zhang[dev.regabi] all: merge master (5faf941) into dev.regabi
2021-02-12 Cherry Zhang[dev.regabi] all: merge master (ff0e93e) into dev.regabi
2021-02-09 Rob Findley[dev.typeparams] merge dev.regabi (618e3c1) into dev...
2021-02-08 Cherry Zhang[dev.regabi] all: merge master (1901853) into dev.regabi
2021-02-03 Cherry Zhang[dev.regabi] runtime, syscall, etc.: mark Darwin syscal...
2021-02-02 Robert Griesemer[dev.typeparams] all: merge dev.regabi (23b0c1f) into...
2021-02-02 Robert Griesemer[dev.regabi] all: merge master (fca94ab) into dev.regabi
2021-01-26 Joel Singruntime,syscall: convert syscall on openbsd/amd64 to...
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-11-18 Katie Hockman[dev.boringcrypto] crypto/hmac: merge up to 2a206c7...
2020-09-30 Jeremy Faller[dev.link] Merge branch 'master' into dev.link
2020-09-26 Tobias Klausersyscall: implement Getwd using getcwd from libSystem...
2019-10-25 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-23 Jason A. Donenfeldsyscall: reenable sysctl on iOS
2019-09-07 Elias Naursyscall: disable sysctl on iOS
2019-06-27 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-06-15 Elias Naursyscall: disable ptrace on iOS
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-04-27 Elias Naurcmd/link/internal/ld,syscall: replace getfsstat64 with...
2019-04-03 Keith Randallsyscall: avoid _getdirentries64 on darwin
2019-02-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-12-13 Elias Naurruntime,os,syscall,internal/poll: replace getdirentries...
2018-12-01 Elias Naursyscall: avoid "64"-postfixed libSystem syscalls on iOS
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-08 Keith Randallinternal/syscall/unix: use libc calls on Darwin
2018-11-08 Keith Randallsyscall: move uses of Syscall to libSystem on darwin
2018-11-07 Keith Randallsyscall: implement syscalls on Darwin using libSystem