summaryrefslogtreecommitdiff
path: root/src/runtime/sys_linux_386.s
Commit message (Expand)AuthorAgeFilesLines
* runtime: align stack pointer in sigfwdBryan C. Mills2016-11-011-6/+12
* runtime, syscall: use FP instead of SP for parametersMatthew Dempsky2016-09-301-2/+2
* runtime: unify some signal handling functionsIan Lance Taylor2016-09-241-1/+1
* all: fix assembly vet issuesJosh Bleecher Snyder2016-08-251-4/+4
* runtime: support symbolic backtrace of C code in a cgo crashIan Lance Taylor2016-04-011-0/+3
* runtime: use set_thread_area instead of modify_ldt on linux/386Shinji Tanaka2016-03-281-12/+30
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* runtime, syscall: switch linux/386 to use int 0x80Shenghou Ma2016-02-241-15/+10
* runtime: handle volatility of CX when dynamically linking on linux/386Michael Hudson-Doyle2015-11-181-8/+8
* runtime, syscall: use int $0x80 to invoke syscalls on android/386Michael Hudson-Doyle2015-11-171-40/+53
* cmd/go, runtime: always use position-independent code to invoke vsyscall help...Michael Hudson-Doyle2015-11-151-48/+48
* runtime: update newosproc asm to access m.id directlyMatthew Dempsky2015-11-121-2/+1
* runtime: add syscalls needed for android/386 loggingHyang-Ah Hana Kim2015-11-111-0/+31
* cmd,runtime: TLS setup for android/386Hyang-Ah Hana Kim2015-11-111-0/+10
* cmd/go, runtime: define GOBUILDMODE_shared rather than shared when dynamicall...Michael Hudson-Doyle2015-11-011-1/+1
* runtime: invoke vsyscall helper via TCB when dynamic linking on linux/386Michael Hudson-Doyle2015-10-281-33/+39
* runtime: set m.procid always on LinuxRuss Cox2015-06-241-0/+6
* runtime: signal forwardingSrdjan Petrovic2015-04-241-28/+10
* runtime: merge clone0 and cloneSrdjan Petrovic2015-04-221-16/+15
* runtime: rename close to closefdDavid Crawshaw2015-04-141-1/+1
* runtime: initialize shared library at library-load timeSrdjan Petrovic2015-04-031-0/+6
* cmd/internal/ld, runtime: halve tlsoffset on ELF/intelMichael Hudson-Doyle2015-03-051-5/+5
* runtime: Update open/close/read/write to return -1 on error.Keith Randall2015-03-031-0/+12
* runtime: log all thread stack traces during GODEBUG=crash on Linux and OS XRuss Cox2015-01-141-0/+9
* [dev.cc] runtime: convert assembly files for C to Go transitionRuss Cox2014-11-111-1/+2
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+489