]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/os_darwin.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / runtime / os_darwin.go
2023-09-06 Michael Prattruntime: clear procid in unminit
2023-08-16 David Chaseruntime: guard against runtime/sema* ops on Darwin...
2023-08-14 David Chaseruntime: profiling on Darwin cannot use blocking reads
2023-01-10 Russ Coxcmd/link, runtime: Apple libc atfork workaround take 3
2022-12-22 Russ Coxruntime: revert Apple libc atfork workaround
2022-11-17 Russ Coxruntime: work around Apple libc bugs to make exec stop...
2022-11-10 Ian Lance Taylorruntime: retry thread creation on EAGAIN
2022-11-10 Ian Lance Taylorruntime: consolidate some low-level error reporting
2022-10-26 cui fliterruntime: fix a few function names on comments
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-05 Russ Coxall: separate doc comment from //go: directives
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-15 Michael Prattruntime, syscall: reimplement AllThreadsSyscall using...
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-09-27 Rhys Hiltnerruntime: allow per-OS changes to unix profiler
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-08-12 Gerrit Code ReviewMerge "all: REVERSE MERGE dev.typeparams (4d3cc84)...
2021-08-12 Matthew Dempskyall: REVERSE MERGE dev.typeparams (4d3cc84) into master
2021-08-12 Matthew Dempsky[dev.typeparams] all: merge master (46fd547) into dev...
2021-07-26 Matthew Dempsky[dev.typeparams] all: merge master (ecaa681) into dev...
2021-07-22 Matthew Dempsky[dev.typeparams] all: merge master (798ec73) into dev...
2021-07-20 Matthew Dempsky[dev.typeparams] all: merge master (c8f4e61) into dev...
2021-07-08 Matthew Dempsky[dev.typeparams] all: merge master (296ddf2) into dev...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-07-02 Matthew Dempsky[dev.typeparams] all: merge master (912f075) into dev...
2021-07-01 Matthew Dempsky[dev.typeparams] all: merge master (4711bf3) into dev...
2021-06-28 Katie Hockman[dev.fuzz] all: merge master (c95464f) into dev.fuzz
2021-06-25 Cuong Manh Le[dev.typeparams] all: merge master (37f9a8f) into dev...
2021-06-21 Cuong Manh Le[dev.typeparams] all: merge master (16e82be) into dev...
2021-06-16 Cuong Manh Le[dev.typeparams] all: merge master (785a8f6) into dev...
2021-06-14 Matthew Dempsky[dev.typeparams] all: merge master (fdab5be) into dev...
2021-06-11 Ian Lance Taylorruntime: loop on EINTR in macOS sigNoteSleep
2021-06-07 Matthew Dempsky[dev.typeparams] all: merge master (8212707) into dev...
2021-06-01 Cherry Mui[dev.typeparams] all: merge master (2725522) into dev...
2021-05-25 Matthew Dempsky[dev.typeparams] all: merge master (f22ec51) into dev...
2021-05-21 Cherry Mui[dev.typeparams] runtime: replace funcPC with internal...
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 Zhangruntime: use abi.FuncPCABI0 for libc syscall wrappers
2021-02-24 Filippo Valsorda[dev.boringcrypto] all: merge master (5b76343) into...
2021-02-19 Robert Griesemer[dev.typeparams] all: merge master (06b86e9) into dev...
2021-02-19 Katie Hockman[dev.fuzz] all: merge master (7764ee5) into dev.fuzz
2021-02-19 Russ Coxruntime: clean up system calls during cgo callback...
2021-02-17 Russ Cox[dev.boringcrypto] all: merge master (2f0da6d) into...
2021-01-23 Gerrit Code ReviewMerge "[dev.typeparams] all: merge dev.regabi (7e0a81d...
2021-01-23 Matthew Dempsky[dev.typeparams] all: merge dev.regabi (7e0a81d) into...
2021-01-22 Matthew Dempsky[dev.regabi] all: merge master (dab3e5a) into dev.regabi
2021-01-18 Jason A. Donenfeldruntime: free Windows event handles after last lock...
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-07 Martin Möhrmanninternal/cpu: add darwin/arm64 CPU feature detection...
2020-12-03 Russ Cox[dev.regabi] all: merge master (d0c0dc682c1f) into...
2020-11-30 Cherry Zhangruntime: mlock signal stack on macOS/ARM64
2020-11-18 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-18 Katie Hockman[dev.boringcrypto] crypto/hmac: merge up to 2a206c7...
2020-11-03 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-26 Michael Anthony... runtime: delineate which memstats are system stats...
2020-10-12 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-06 Cherry Zhangruntime: use sigaltstack on macOS/ARM64
2020-05-07 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-04-10 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-08 Austin Clementsall: remove scattered remnants of darwin/arm
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-11-01 Than McIntosh[dev.link] all: merge branch 'master' into dev.link
2019-10-26 Austin Clementsruntime: M-targeted signals for libc-based OSes
2019-09-03 Katie Hockman[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-06-30 Ian Lance Taylorruntime: use a pipe to wake up signal_recv on Darwin
2019-06-27 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-06-21 Ian Lance TaylorRevert "runtime: use dispatch semaphores on Darwin"
2019-06-15 Ian Lance Taylorruntime: use dispatch semaphores on Darwin
2019-06-06 Russ Coxruntime: use default system stack size, not 64 kB,...
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-03-15 Ian Lance Taylorruntime: introduce and consistently use setNsec for...
2018-10-15 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-09-07 Keith Randallruntime: in semasleep, subtract time spent so far from...
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-07-04 Nikhil Beneschruntime: support capturing C backtrace from signal...
2018-07-03 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-06-25 Nikhil Beneschruntime: respect timeout in semasleep on Darwin
2018-06-16 Keith Randallruntime: move semaphore ops from system calls to libc...
2018-06-13 Keith Randallruntime: move darwin kevent calls to libc
2018-06-12 Keith Randallruntime: use libc's signal functions on Darwin
2018-06-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-06-07 Tobias Klauserruntime: remove unused darwinVersion and getDarwinVersion
2018-05-25 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-05-21 Elias Naurcmd/link,runtime: move syscalls to libc on iOS
2018-05-21 Elias Naurruntime: use raise instead of pthread_self and pthread_kill
2018-05-19 Keith Randallruntime: fix darwin 386/amd64 stack switches
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-05-01 Elias Naurruntime: implement darwin raise with pthread_self and...
2018-05-01 Keith Randallruntime: convert exit to use pthread library on Darwin
2018-04-30 Keith Randallruntime,cmd/ld: on darwin, create theads using libc
2018-02-13 Austin Clementsruntime: remove unused memlimit function
2018-01-16 Giovanni Bajoruntime: fix time.Now on Sierra and older
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-10-12 Elias Naurruntime: don't restore the alternate signal stack on ios
next