aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_linux_386.s
AgeCommit message (Expand)Author
2015-11-11runtime: add syscalls needed for android/386 loggingHyang-Ah Hana Kim
2015-11-11cmd,runtime: TLS setup for android/386Hyang-Ah Hana Kim
2015-11-01cmd/go, runtime: define GOBUILDMODE_shared rather than shared when dynamicall...Michael Hudson-Doyle
2015-10-28runtime: invoke vsyscall helper via TCB when dynamic linking on linux/386Michael Hudson-Doyle
2015-06-24runtime: set m.procid always on LinuxRuss Cox
2015-04-24runtime: signal forwardingSrdjan Petrovic
2015-04-22runtime: merge clone0 and cloneSrdjan Petrovic
2015-04-14runtime: rename close to closefdDavid Crawshaw
2015-04-03runtime: initialize shared library at library-load timeSrdjan Petrovic
2015-03-05cmd/internal/ld, runtime: halve tlsoffset on ELF/intelMichael Hudson-Doyle
2015-03-03runtime: Update open/close/read/write to return -1 on error.Keith Randall
2015-01-14runtime: log all thread stack traces during GODEBUG=crash on Linux and OS XRuss Cox
2014-11-11[dev.cc] runtime: convert assembly files for C to Go transitionRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox