index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
sys_linux_386.s
Age
Commit message (
Expand
)
Author
2025-10-21
runtime: use timer_settime64 on 32-bit Linux
abdullahkiani007
2025-09-18
runtime: use futexes with 64-bit time on Linux
Daniel Maslowski
2025-09-09
runtime: when using cgo on 386, call C sigaction function
Ian Lance Taylor
2023-03-24
runtime: add "sigaction" to sigreturn symbol name
Michael Pratt
2022-10-18
runtime: always keep global reference to mp until mexit completes
Michael Pratt
2022-10-07
runtime: move epoll syscalls to runtime/internal/syscall
Andrew Pogrebnoy
2022-09-30
Revert "runtime: move epoll syscalls to runtime/internal/syscall"
Michael Pratt
2022-09-30
runtime: move epoll syscalls to runtime/internal/syscall
Andrew Pogrebnoy
2022-04-28
runtime: mark sigtramp as TOPFRAME
Michael Pratt
2022-03-03
runtime: remove fallback to pipe on platforms with pipe2
Tobias Klauser
2021-09-27
runtime: add timer_create syscalls for Linux
Rhys Hiltner
2021-04-29
runtime: rename walltime1 to walltime
Ian Lance Taylor
2021-04-15
runtime: unify C->Go ABI transitions
Austin Clements
2020-08-13
runtime: revert signal stack mlocking
Austin Clements
2020-08-10
runtime: make nanotime1 reentrant
Cherry Zhang
2020-02-13
runtime: correct caller PC/SP offsets in walltime1/nanotime1
Cherry Zhang
2019-12-09
runtime: mlock top of signal stack on both amd64 and 386
Austin Clements
2019-10-26
runtime: M-targeted signals for Linux
Austin Clements
2019-10-21
runtime: change read and write to return negative errno value
Ian Lance Taylor
2019-10-20
runtime: define nonblockingPipe
Ian Lance Taylor
2019-09-04
runtime: wrap nanotime, walltime, and write
Austin Clements
2019-05-09
runtime: fix vet complaints for linux/386
Russ Cox
2019-03-29
cmd/link/ld,cmd/internal/obj,runtime: make the Android TLS offset dynamic
Elias Naur
2018-09-18
runtime: use MADV_FREE on Linux if available
Tobias Klauser
2018-09-07
runtime: use tgkill for raise
Michael Pratt
2018-04-24
runtime: change GNU/Linux usleep to use nanosleep
Ian Lance Taylor
2018-03-07
runtime: get traceback from VDSO code
Ian Lance Taylor
2018-03-05
runtime: rename vdso symbols to use camel case
Ian Lance Taylor
2018-02-27
runtime: simplify walltime/nanotime on linux/{386,amd64}
Tobias Klauser
2018-02-17
runtime: remove unused getrlimit function
Tobias Klauser
2017-11-14
runtime: call amd64 VDSO entry points on large stack
Ian Lance Taylor
2017-10-18
runtime: separate error result for mmap
Austin Clements
2017-10-13
runtime: use vDSO on linux/386 to improve time.Now performance
Frank Somers
2017-10-11
runtime: make it possible to exit Go-created threads
Austin Clements
2017-08-30
runtime: add symbols for Linux syscall numbers on 386/amd64
Chris Ball
2017-08-18
runtime: fix usleep by correctly setting nanoseconds parameter for pselect6
pvoicu
2017-05-23
runtime: use pselect6 for usleep on linux/386
Austin Clements
2017-04-21
runtime: inform arena placement using sbrk(0)
Austin Clements
2017-02-21
runtime: update assembly var names after monotonic time changes
Josh Bleecher Snyder
2017-02-03
time: record monotonic clock reading in time.Now, for more accurate comparisons
Russ Cox
2016-12-15
runtime: preserve callee-saved C registers in sigtramp
Bryan C. Mills
2016-11-01
runtime: align stack pointer in sigfwd
Bryan C. Mills
2016-09-30
runtime, syscall: use FP instead of SP for parameters
Matthew Dempsky
2016-09-24
runtime: unify some signal handling functions
Ian Lance Taylor
2016-08-25
all: fix assembly vet issues
Josh Bleecher Snyder
2016-04-01
runtime: support symbolic backtrace of C code in a cgo crash
Ian Lance Taylor
2016-03-28
runtime: use set_thread_area instead of modify_ldt on linux/386
Shinji Tanaka
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-24
runtime, syscall: switch linux/386 to use int 0x80
Shenghou Ma
2015-11-18
runtime: handle volatility of CX when dynamically linking on linux/386
Michael Hudson-Doyle
[next]