aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_linux_386.s
AgeCommit message (Expand)Author
2025-10-21runtime: use timer_settime64 on 32-bit Linuxabdullahkiani007
2025-09-18runtime: use futexes with 64-bit time on LinuxDaniel Maslowski
2025-09-09runtime: when using cgo on 386, call C sigaction functionIan Lance Taylor
2023-03-24runtime: add "sigaction" to sigreturn symbol nameMichael Pratt
2022-10-18runtime: always keep global reference to mp until mexit completesMichael Pratt
2022-10-07runtime: move epoll syscalls to runtime/internal/syscallAndrew Pogrebnoy
2022-09-30Revert "runtime: move epoll syscalls to runtime/internal/syscall"Michael Pratt
2022-09-30runtime: move epoll syscalls to runtime/internal/syscallAndrew Pogrebnoy
2022-04-28runtime: mark sigtramp as TOPFRAMEMichael Pratt
2022-03-03runtime: remove fallback to pipe on platforms with pipe2Tobias Klauser
2021-09-27runtime: add timer_create syscalls for LinuxRhys Hiltner
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