]> Cypherpunks.ru repositories - gostls13.git/history - src/syscall/zsyscall_darwin_arm64.go
syscall: provide and use ioctlPtr for all BSD platforms
[gostls13.git] / src / syscall / zsyscall_darwin_arm64.go
2023-11-07 Joel Singsyscall: provide and use ioctlPtr for all BSD platforms
2023-11-07 Joel Singsyscall: provide and use fcntlPtr for all BSD platforms
2023-09-07 Tobias Klausersyscall: remove unused ptracePtr on darwin
2023-03-15 Ian Lance Taylorsyscall: restore original NOFILE rlimit in child process
2023-02-23 Dmitri Goutniksyscall: add ptracePtr that accepts pointer arg as...
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...
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-12 Ian Lance Taylorsyscall: add race annotations to Pread and Pwrite
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-28 Russ Coxall: go fix -fix=buildtag std cmd (except for bootstrap...
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-27 Cherry Zhangsyscall: restore nosplit for ptrace1 on Darwin
2021-04-26 Cherry Zhangsyscall, etc.: use abi.FuncPCABI0 for libc syscall...
2021-02-20 Russ Coxall: go fmt std cmd (but revert vendor)
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-08 Cherry Zhang[dev.regabi] all: merge master (1901853) into dev.regabi
2021-02-02 Robert Griesemer[dev.regabi] all: merge master (fca94ab) into dev.regabi
2021-01-26 Matthew Dempsky[dev.regabi] all: merge master (bf0f7c9) into dev.regabi
2021-01-22 Matthew Dempsky[dev.regabi] all: merge master (dab3e5a) into dev.regabi
2020-12-28 Matthew Dempsky[dev.regabi] all: merge master (1d78139) into dev.regabi
2020-12-22 Russ Cox[dev.typeparams] all: merge dev.regabi (ec741b0) into...
2020-12-22 Russ Cox[dev.regabi] all: merge master (c9fb4eb) into dev.regabi
2020-12-21 Cherry Zhangsyscall: don't generate ptrace on iOS
2020-12-21 Matthew Dempsky[dev.regabi] all: merge master into dev.regabi
2020-12-14 Robert Griesemer[dev.typeparams] merge: merge branch 'dev.regabi' into...
2020-12-14 Alexander RakoczyMerge branch 'master' into dev.regabi
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-12-03 Russ Cox[dev.regabi] all: merge master (d0c0dc682c1f) into...
2020-12-01 Matthew Dempsky[dev.regabi] cmd/compile: process //go:linknames after...
2020-11-18 Katie Hockman[dev.boringcrypto] crypto/hmac: merge up to 2a206c7...
2020-10-12 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-08 Cherry Zhangsyscall: support ptrace on macOS/ARM64
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-03 Keith Randallsyscall: avoid _getdirentries64 on darwin
2019-02-27 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-02-26 Tobias Klausersyscall: add empty line before marker comments in zsysc...
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
2018-07-03 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-06-14 Tobias Klausersyscall, internal/syscall: follow convention for genera...
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-09-27 Alex Brainmansyscall: make Exit call runtime.exit
2017-02-09 Sameer Ajmanisyscall: remove "use" function and calls from generated...
2017-02-01 Elias Naursyscall: regenerate zsyscall_darwin_arm64.go with mksys...
2015-05-28 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-05-15 Shenghou Masyscall: add explicit build tags
2015-05-07 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-04-16 Shenghou Masyscall: darwin/arm64 support