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
/
pkg
/
runtime
/
linux
Age
Commit message (
Expand
)
Author
2010-09-07
runtime: fix linux/amd64 build: wrong name for munmap
Russ Cox
2010-09-07
runtime: use manual stack for garbage collection
Russ Cox
2010-08-04
amd64: use segment memory for thread-local storage
Russ Cox
2010-07-30
runtime: do not fall through in SIGBUS/SIGSEGV
Russ Cox
2010-07-17
linux/386: use Xen-friendly ELF TLS instruction sequence
Russ Cox
2010-06-28
Only catch all signals if os/signal package imported.
Ian Lance Taylor
2010-06-12
runtime: fix 386 signal handler bug
Russ Cox
2010-05-19
runtime: avoid allocation for fixed strings
Russ Cox
2010-04-13
runtime: better trace for fault due to nil pointer call
Russ Cox
2010-04-09
Run initcgo for all amd64 targets, not just GNU/Linux.
Ian Lance Taylor
2010-04-08
runtime: turn divide by zero, nil dereference into panics
Russ Cox
2010-04-05
runtime: handle malloc > 2GB correctly
Russ Cox
2010-04-05
runtime: various arm fixes
Russ Cox
2010-03-29
runtime: Remove unused runtime.write from linux/amd64
Christopher Wedgwood
2010-02-22
runtime: work around Linux kernel bug in futex
Russ Cox
2010-02-10
arm: fix build on android
Russ Cox
2010-02-08
runtime: allow arbitrary return type in SetFinalizer.
Russ Cox
2010-02-08
runtime: instrument malloc + garbage collector.
Russ Cox
2010-02-03
os/signal: send SIGCHLDs to Incoming
Christopher Wedgwood
2010-01-25
in C and asm, replace pkg·name with ·name
Russ Cox
2010-01-13
runtime: GS already set up by setldt in Linux/386; remove duplicate
Devon H. O'Dell
2010-01-13
runtime cleanup.
Russ Cox
2010-01-06
Ported runtime to Windows.
Hector Chu
2009-12-16
runtime: if os/signal is not in use, crash on
Russ Cox
2009-12-15
os/signal: new package
David Symonds
2009-12-08
Fix stack on FreeBSD / add stack check across the board
Devon H. O'Dell
2009-11-18
Remove unnecessary execute bits.
William Josephson
2009-11-17
syscall: use correct pointer in recvfrom/sendto.
Russ Cox
2009-11-17
FreeBSD-specific porting work.
Devon H. O'Dell
2009-11-13
runtime: warn about SELinux based mmap failures on Linux.
Adam Langley
2009-11-11
add cache flushing call after generating closure.
Kai Backman
2009-11-05
make 5g executables run on android/arm hardware. change OABI
Kai Backman
2009-10-29
clone and futex
Kai Backman
2009-10-26
Get the right sigaction struct for the 386 rt_sigaction system
Ian Lance Taylor
2009-10-25
proper syscall convention for arm
Kai Backman
2009-10-22
Fix the sigaction declaration to match the system for Linux.
Ian Lance Taylor
2009-10-22
s/pc/PC/ in traceback output to match amd64.
Ian Lance Taylor
2009-10-15
rename sys functions to runtime,
Russ Cox
2009-10-03
8c, 8l dynamic loading support.
Russ Cox
2009-09-30
cgo working on linux/386
Russ Cox
2009-09-22
changes to accommodate nacl:
Russ Cox
2009-09-21
convert 386 to use %gs instead of %fs for extern register.
Russ Cox
2009-09-18
changed 5c calling convention to use stack exclusively for in
Kai Backman
2009-08-24
start of FFI support, and a demo.
Russ Cox
2009-08-24
linker work
Russ Cox
2009-06-23
Runtime is now starting up with a dummy c program as target:
Kai Backman
2009-06-17
update 386 to new runtime (CL 30381)
Russ Cox
2009-06-17
runtime: stack growth adjustments, cleanup
Russ Cox
2009-06-10
Adding a batch of missing system calls.
Kai Backman
2009-06-09
mv src/lib to src/pkg
Rob Pike
[prev]