aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_linux_386.s
AgeCommit message (Expand)Author
2021-04-29runtime: rename walltime1 to walltimeIan Lance Taylor
2021-04-15runtime: unify C->Go ABI transitionsAustin Clements
2020-08-13runtime: revert signal stack mlockingAustin Clements
2020-08-10runtime: make nanotime1 reentrantCherry Zhang
2020-02-13runtime: correct caller PC/SP offsets in walltime1/nanotime1Cherry Zhang
2019-12-09runtime: mlock top of signal stack on both amd64 and 386Austin Clements
2019-10-26runtime: M-targeted signals for LinuxAustin Clements
2019-10-21runtime: change read and write to return negative errno valueIan Lance Taylor
2019-10-20runtime: define nonblockingPipeIan Lance Taylor
2019-09-04runtime: wrap nanotime, walltime, and writeAustin Clements
2019-05-09runtime: fix vet complaints for linux/386Russ Cox
2019-03-29cmd/link/ld,cmd/internal/obj,runtime: make the Android TLS offset dynamicElias Naur
2018-09-18runtime: use MADV_FREE on Linux if availableTobias Klauser
2018-09-07runtime: use tgkill for raiseMichael Pratt
2018-04-24runtime: change GNU/Linux usleep to use nanosleepIan Lance Taylor
2018-03-07runtime: get traceback from VDSO codeIan Lance Taylor
2018-03-05runtime: rename vdso symbols to use camel caseIan Lance Taylor
2018-02-27runtime: simplify walltime/nanotime on linux/{386,amd64}Tobias Klauser
2018-02-17runtime: remove unused getrlimit functionTobias Klauser
2017-11-14runtime: call amd64 VDSO entry points on large stackIan Lance Taylor
2017-10-18runtime: separate error result for mmapAustin Clements
2017-10-13runtime: use vDSO on linux/386 to improve time.Now performanceFrank Somers
2017-10-11runtime: make it possible to exit Go-created threadsAustin Clements
2017-08-30runtime: add symbols for Linux syscall numbers on 386/amd64Chris Ball
2017-08-18runtime: fix usleep by correctly setting nanoseconds parameter for pselect6pvoicu
2017-05-23runtime: use pselect6 for usleep on linux/386Austin Clements
2017-04-21runtime: inform arena placement using sbrk(0)Austin Clements
2017-02-21runtime: update assembly var names after monotonic time changesJosh Bleecher Snyder
2017-02-03time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox
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