aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_darwin.go
AgeCommit message (Expand)Author
2018-09-15runtime: fix TODO comment filepathKoichi Shiraishi
2018-07-24runtime: traceback from outermost libc callKeith Randall
2018-06-25runtime: respect timeout in semasleep on DarwinNikhil Benesch
2018-06-16runtime: move semaphore ops from system calls to libc calls on DarwinKeith Randall
2018-06-13runtime: move darwin kevent calls to libcKeith Randall
2018-06-12runtime: use libc's signal functions on DarwinKeith Randall
2018-05-29runtime: implement time.now using libcKeith Randall
2018-05-29runtime: wrap darwin libc calls to keep profiler happyKeith Randall
2018-05-21cmd/link,runtime: move syscalls to libc on iOSElias Naur
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