]> Cypherpunks.ru repositories - gostls13.git/history - src/syscall/syscall_darwin.go
syscall: provide and use ioctlPtr for all BSD platforms
[gostls13.git] / src / syscall / syscall_darwin.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-20 Tobias Klausersyscall: remove unused writelen
2023-03-15 Ian Lance Taylorsyscall: restore original NOFILE rlimit in child process
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-10-02 cui flitersyscall: remove redundant type conversion
2022-09-13 Tobias Klausercmd/link/internal/ld, syscall: use libc based msync...
2022-09-07 cuiweixiesyscall: simplify code using unsafe.Slice
2022-04-27 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-21 Michael Prattsyscall: move Syscall declarations to OS files
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
2022-03-05 Tobias Klausersyscall: use dup3 in forkAndExecInChild on OpenBSD
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-12-09 Russ Coxsyscall: avoid writing to p when Pipe(p) fails
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-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.regabi] all: merge master (c9fb4eb) into dev.regabi
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-09-30 Jeremy Faller[dev.link] Merge branch 'master' into dev.link
2020-09-26 Tobias Klausersyscall: implement Getwd using getcwd from libSystem...
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-10-25 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-24 Cuong Manh Lesyscall: remove un-used const ptrSize
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-27 Elias Naurcmd/link/internal/ld,syscall: drop $INODE64 suffixes...
2019-04-10 Keith Randallsyscall: store skip count in file descriptor offset
2019-04-05 Keith Randallsyscall: use openat instead of dup to make a really...
2019-04-05 Keith Randallsyscall: dup the argument to fdopendir
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
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-08-22 Emmanuel T Odekeinternal/poll: use F_FULLFSYNC fcntl for FD.Fsync on...
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-02-22 Tobias Klausersyscall: remove list of unimplemented syscalls
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-11-01 Evan Jonessyscall: use setattrlist for UtimesNano on Darwin for...
2017-09-27 Alex Brainmansyscall: make Exit call runtime.exit
2017-08-15 Yuval Pavel Zholkoversyscall: add missing int flag argument to utimensat
2017-08-14 Tobias Klausersyscall: add utimensat and use it for UtimesNano on...
2017-02-13 Sameer Ajmanisyscall: delete the "use" function and calls in non...
2016-09-20 Damien Neilsyscall: validate ParseDirent inputs
2016-07-13 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-07-04 Mikio Harasyscall: fix missing use of use function in Getfsstat
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-03-02 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-03-02 Brad Fitzpatrickall: single space after period.
2015-04-01 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-03-26 Ian Lance Taylorsyscall: change Dup,Dup2,Dup3 to use Syscall, not RawSy...
2014-10-22 Austin Clements[dev.power64] all: merge default into dev.power64
2014-10-22 Austin Clementsbuild: merge the great pkg/ rename into dev.power64
2014-09-08 Russ Coxsyscall: keep allocated C string live across call to...
2014-09-08 Russ Coxbuild: move package sources from src/pkg to src