aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_darwin_amd64.s
AgeCommit message (Expand)Author
2018-05-21runtime: use raise instead of pthread_self and pthread_killElias Naur
2018-05-20runtime: use libc for nanotime on DarwinKeith Randall
2018-05-19runtime: fix darwin 386/amd64 stack switchesKeith Randall
2018-05-01runtime: move open/close/read/write from syscall to libc on DarwinKeith Randall
2018-05-01runtime: move more syscalls to libc on DarwinKeith Randall
2018-05-01runtime: implement darwin raise with pthread_self and pthread_killElias Naur
2018-05-01runtime: convert exit to use pthread library on DarwinKeith Randall
2018-04-30runtime,cmd/ld: on darwin, create theads using libcKeith Randall
2018-04-11runtime: use fixed TLS offsets on darwin/amd64 and darwin/386Keith Randall
2018-04-10Revert "runtime: use fixed TLS offsets on darwin/amd64 and darwin/386"Keith Randall
2018-04-10runtime: use fixed TLS offsets on darwin/amd64 and darwin/386Keith Randall
2018-01-16runtime: fix time.Now on Sierra and olderGiovanni Bajo
2017-10-18runtime: separate error result for mmapAustin Clements
2017-10-11runtime: make it possible to exit Go-created threadsAustin Clements
2017-10-05runtime: fix exit1 arguments on DarwinAustin Clements
2017-10-03runtime: fix wall time computation in macOS High SierraGiovanni Bajo
2017-10-03runtime: rename offsets macros to prepare for multiple versionsGiovanni Bajo
2017-02-09time: optimize Now on darwin, windowsRuss Cox
2017-02-03time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox
2017-02-03runtime: darwin/amd64, don't depend on outarg slots being unmodifiedKeith Randall
2017-02-02runtime: use mach_absolute_time for runtime.nanotimeLars Wiegman
2016-11-01runtime: align stack pointer in sigfwdBryan C. Mills
2016-10-27runtime: use clock_gettime(CLOCK_REALTIME) for nanosecond-precision time.now ...Russ Cox
2016-09-26runtime: unify sigtrampgoIan Lance Taylor
2016-08-25all: fix assembly vet issuesJosh Bleecher Snyder
2016-08-02runtime: fix nanotime for macOS Sierra, again.Brad Fitzpatrick
2016-07-21runtime: add explicit `INT $3` at end of Darwin amd64 sigtrampIan Lance Taylor
2016-07-08runtime: fix nanotime for macOS SierraIan Lance Taylor
2015-12-18runtime: for c-archive/c-shared, don't install unnecessary signal handlersIan Lance Taylor
2015-04-26runtime: signal forwarding for darwin/amd64David Crawshaw
2015-04-22runtime: fix more vet reported issuesShenghou Ma
2015-04-14runtime: rename close to closefdDavid Crawshaw
2015-04-09runtime: fix darwin/386, darwin/arm buildsDavid Crawshaw
2015-04-08runtime: darwin/amd64 library entry pointDavid Crawshaw
2015-04-08runtime: fix return type for bsdthread_register in commentsMichael Matloob
2015-03-03runtime: Update open/close/read/write to return -1 on error.Keith Randall
2015-02-20[dev.cc] runtime,syscall: quiet some more vet errorsRob Pike
2015-01-14runtime: log all thread stack traces during GODEBUG=crash on Linux and OS XRuss Cox
2014-11-14[dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox
2014-11-11[dev.cc] runtime: convert assembly files for C to Go transitionRuss Cox
2014-10-28[dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scopedRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox