aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_linux_386.s
AgeCommit message (Expand)Author
2017-05-23[release-branch.go1.8] runtime: use pselect6 for usleep on linux/386Austin Clements
2016-12-15runtime: preserve callee-saved C registers in sigtrampBryan C. Mills
2016-11-01runtime: align stack pointer in sigfwdBryan C. Mills
2016-09-30runtime, syscall: use FP instead of SP for parametersMatthew Dempsky
2016-09-24runtime: unify some signal handling functionsIan Lance Taylor
2016-08-25all: fix assembly vet issuesJosh Bleecher Snyder
2016-04-01runtime: support symbolic backtrace of C code in a cgo crashIan Lance Taylor
2016-03-28runtime: use set_thread_area instead of modify_ldt on linux/386Shinji Tanaka
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-24runtime, syscall: switch linux/386 to use int 0x80Shenghou Ma
2015-11-18runtime: handle volatility of CX when dynamically linking on linux/386Michael Hudson-Doyle
2015-11-17runtime, syscall: use int $0x80 to invoke syscalls on android/386Michael Hudson-Doyle
2015-11-15cmd/go, runtime: always use position-independent code to invoke vsyscall help...Michael Hudson-Doyle
2015-11-12runtime: update newosproc asm to access m.id directlyMatthew Dempsky
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