aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_darwin_amd64.s
AgeCommit message (Expand)Author
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