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
2015-11-17
runtime, syscall: use int $0x80 to invoke syscalls on android/386
Michael Hudson-Doyle
2015-11-15
cmd/go, runtime: always use position-independent code to invoke vsyscall help...
Michael Hudson-Doyle
2015-11-12
runtime: update newosproc asm to access m.id directly
Matthew Dempsky
2015-11-11
runtime: add syscalls needed for android/386 logging
Hyang-Ah Hana Kim
2015-11-11
cmd,runtime: TLS setup for android/386
Hyang-Ah Hana Kim
2015-11-01
cmd/go, runtime: define GOBUILDMODE_shared rather than shared when dynamicall...
Michael Hudson-Doyle
2015-10-28
runtime: invoke vsyscall helper via TCB when dynamic linking on linux/386
Michael Hudson-Doyle
2015-06-24
runtime: set m.procid always on Linux
Russ Cox
2015-04-24
runtime: signal forwarding
Srdjan Petrovic
2015-04-22
runtime: merge clone0 and clone
Srdjan Petrovic
2015-04-14
runtime: rename close to closefd
David Crawshaw
2015-04-03
runtime: initialize shared library at library-load time
Srdjan Petrovic
2015-03-05
cmd/internal/ld, runtime: halve tlsoffset on ELF/intel
Michael Hudson-Doyle
2015-03-03
runtime: Update open/close/read/write to return -1 on error.
Keith Randall
2015-01-14
runtime: log all thread stack traces during GODEBUG=crash on Linux and OS X
Russ Cox
2014-11-11
[dev.cc] runtime: convert assembly files for C to Go transition
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]