index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
runtime
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-30
Imported Upstream version 58
upstream/58
Ondřej Surý
5
-12
/
+69
2011-05-04
Imported Upstream version 57
upstream/57
Ondřej Surý
1
-2
/
+13
2011-04-28
Imported Upstream version 2011.04.27
upstream/2011.04.27
Ondřej Surý
8
-1
/
+58
2011-04-26
Imported Upstream version 2011.04.13
upstream/2011.04.13
Ondřej Surý
15
-65
/
+257
2011-04-20
Imported Upstream version 2011.03.07.1
upstream/2011.03.07.1
Ondřej Surý
7
-25
/
+55
2011-02-18
Imported Upstream version 2011.02.15
upstream/2011.02.15
Ondřej Surý
2
-8
/
+17
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
6
-21
/
+20
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
20
-332
/
+433
2010-06-28
Only catch all signals if os/signal package imported.
Ian Lance Taylor
3
-3
/
+9
2010-06-12
runtime: fix 386 signal handler bug
Russ Cox
1
-11
/
+27
2010-05-19
runtime: avoid allocation for fixed strings
Russ Cox
3
-3
/
+3
2010-04-13
runtime: better trace for fault due to nil pointer call
Russ Cox
3
-7
/
+27
2010-04-09
Run initcgo for all amd64 targets, not just GNU/Linux.
Ian Lance Taylor
1
-7
/
+0
2010-04-08
runtime: turn divide by zero, nil dereference into panics
Russ Cox
13
-35
/
+393
2010-04-05
runtime: handle malloc > 2GB correctly
Russ Cox
1
-6
/
+6
2010-04-05
runtime: various arm fixes
Russ Cox
8
-112
/
+211
2010-03-29
runtime: Remove unused runtime.write from linux/amd64
Christopher Wedgwood
1
-17
/
+9
2010-02-22
runtime: work around Linux kernel bug in futex
Russ Cox
1
-14
/
+6
2010-02-10
arm: fix build on android
Russ Cox
1
-0
/
+28
2010-02-08
runtime: allow arbitrary return type in SetFinalizer.
Russ Cox
1
-0
/
+5
2010-02-08
runtime: instrument malloc + garbage collector.
Russ Cox
2
-0
/
+32
2010-02-03
os/signal: send SIGCHLDs to Incoming
Christopher Wedgwood
1
-1
/
+1
2010-01-25
in C and asm, replace pkg·name with ·name
Russ Cox
4
-12
/
+12
2010-01-13
runtime: GS already set up by setldt in Linux/386; remove duplicate
Devon H. O'Dell
1
-3
/
+0
2010-01-13
runtime cleanup.
Russ Cox
1
-0
/
+40
2010-01-06
Ported runtime to Windows.
Hector Chu
1
-6
/
+9
2009-12-16
runtime: if os/signal is not in use, crash on
Russ Cox
3
-20
/
+22
2009-12-15
os/signal: new package
David Symonds
4
-23
/
+61
2009-12-08
Fix stack on FreeBSD / add stack check across the board
Devon H. O'Dell
2
-0
/
+2
2009-11-18
Remove unnecessary execute bits.
William Josephson
3
-0
/
+0
2009-11-17
syscall: use correct pointer in recvfrom/sendto.
Russ Cox
1
-13
/
+13
2009-11-17
FreeBSD-specific porting work.
Devon H. O'Dell
1
-0
/
+1
2009-11-13
runtime: warn about SELinux based mmap failures on Linux.
Adam Langley
2
-4
/
+6
2009-11-11
add cache flushing call after generating closure.
Kai Backman
1
-0
/
+11
2009-11-05
make 5g executables run on android/arm hardware. change OABI
Kai Backman
1
-8
/
+20
2009-10-29
clone and futex
Kai Backman
1
-5
/
+87
2009-10-26
Get the right sigaction struct for the 386 rt_sigaction system
Ian Lance Taylor
3
-9
/
+20
2009-10-25
proper syscall convention for arm
Kai Backman
1
-2
/
+2
2009-10-22
Fix the sigaction declaration to match the system for Linux.
Ian Lance Taylor
1
-1
/
+1
2009-10-22
s/pc/PC/ in traceback output to match amd64.
Ian Lance Taylor
1
-1
/
+1
2009-10-15
rename sys functions to runtime,
Russ Cox
4
-12
/
+12
2009-10-03
8c, 8l dynamic loading support.
Russ Cox
3
-13
/
+20
2009-09-30
cgo working on linux/386
Russ Cox
1
-0
/
+7
2009-09-22
changes to accommodate nacl:
Russ Cox
1
-0
/
+7
2009-09-21
convert 386 to use %gs instead of %fs for extern register.
Russ Cox
1
-29
/
+20
2009-09-18
changed 5c calling convention to use stack exclusively for in
Kai Backman
1
-2
/
+4
2009-08-24
start of FFI support, and a demo.
Russ Cox
1
-2
/
+2
2009-08-24
linker work
Russ Cox
1
-0
/
+7
2009-06-23
Runtime is now starting up with a dummy c program as target:
Kai Backman
1
-9
/
+14
2009-06-17
update 386 to new runtime (CL 30381)
Russ Cox
3
-75
/
+78
[next]