]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/os_darwin.go
[dev.typeparams] all: merge master (fdab5be) into dev.typeparams
[gostls13.git] / src / runtime / os_darwin.go
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-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-19 Robert Griesemer[dev.typeparams] all: merge master (06b86e9) into dev...
2021-02-19 Russ Coxruntime: clean up system calls during cgo callback...
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-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-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-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-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-06-30 Ian Lance Taylorruntime: use a pipe to wake up signal_recv on Darwin
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-03-15 Ian Lance Taylorruntime: introduce and consistently use setNsec for...
2018-09-07 Keith Randallruntime: in semasleep, subtract time spent so far from...
2018-07-04 Nikhil Beneschruntime: support capturing C backtrace from signal...
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-07 Tobias Klauserruntime: remove unused darwinVersion and getDarwinVersion
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-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-10-12 Elias Naurruntime: don't restore the alternate signal stack on ios
2017-10-11 Ian Lance Taylorruntime: unify amd64 -buildmode=c-archive/c-shared...
2016-11-07 Shenghou Maruntime: os.Executable runtime support for Darwin
2016-10-25 Russ Coxruntime: accept timeout from non-timeout semaphore...
2016-10-05 Ian Lance Taylorruntime: don't call cgocallback from signal handler
2016-09-28 Ian Lance Taylorruntime: minor simplifications to signal code
2016-09-27 Ian Lance Taylorruntime: remove sigmask type, use sigset instead
2016-09-26 Ian Lance Taylorruntime: unify Unix implementations of unminit
2016-09-26 Ian Lance Taylorruntime: merge setting new signal mask in minit
2016-09-26 Ian Lance Taylorruntime: unify handling of alternate signal stack
2016-09-24 Ian Lance Taylorruntime: unify some signal handling functions
2016-09-06 Austin Clementsruntime: fetch physical page size from the OS
2016-08-25 Josh Bleecher Snyderall: fix assembly vet issues
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-04-27 Rick Hudson[dev.garbage] Merge remote-tracking branch 'origin...
2016-04-13 Brad Fitzpatrickruntime: rename os1_darwin.go to os_darwin.go
2016-04-13 Brad Fitzpatrickruntime: merge the darwin os*.go files together
2016-03-02 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-03-01 Brad Fitzpatrickall: make copyright headers consistent with one space...
2016-02-23 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-02-22 Matthew Dempskyruntime: move machport into darwin's mOS
2016-01-07 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-12-18 Ian Lance Taylorruntime: write sigsetstack for Darwin, fix sigaction arg
2015-11-24 Elias Naurruntime: use a proper type, sigset, for m.sigmask
2015-11-18 Russ CoxRevert "runtime: use a proper type, sigset, for m.sigmask"
2015-11-17 Elias Naurruntime: use a proper type, sigset, for m.sigmask
2015-11-17 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-11-13 Matthew Dempskyruntime: move m's OS-specific semaphore fields into mOS
2015-10-22 Matthew Dempskyruntime: split plan9 and solaris's m fields into new...
2015-07-30 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-07-22 Ian Lance Taylorruntime: if we don't handle a signal on a non-Go thread...
2015-05-07 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-04-22 Josh Bleecher Snyderruntime: fix arm64 asm vet issues
2015-04-08 David Crawshawruntime: darwin/amd64 library entry point
2015-01-15 Russ Cox[dev.cc] all: merge master (d1210ac) into dev.cc
2015-01-14 Russ Coxruntime: log all thread stack traces during GODEBUG...
2014-12-05 Russ Coxall: merge dev.cc (81884b89bd88) into default
2014-12-05 Russ Cox[dev.cc] all: merge default (8d42099cdc23) into dev.cc
2014-11-23 Russ Cox[dev.cc] all: merge default (95f5614b4648) into dev.cc
2014-11-20 Russ Cox[dev.cc] all: merge default (e4ab8f908aac) into dev.cc
2014-11-20 Russ Cox[dev.cc] all: merge dev.power64 (f57928630b36) into...
2014-11-15 Russ Cox[dev.garbage] all: merge dev.cc into dev.garbage
2014-11-14 Russ Cox[dev.cc] all: merge dev.power64 (7667e41f3ced) into...
2014-11-12 Russ Cox[dev.cc] runtime: convert freebsd to Go
2014-11-11 Russ Cox[dev.cc] runtime: convert operating system support...
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-16 Russ Coxruntime: remove duplicated Go constants
2014-09-08 Russ Coxbuild: move package sources from src/pkg to src