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
/
darwin
/
386
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-28
Imported Upstream version 2011.04.27
Ondřej Surý
2
-0
/
+17
2011-04-26
Imported Upstream version 2011.04.13
upstream/2011.04.13
Ondřej Surý
3
-20
/
+71
2011-04-20
Imported Upstream version 2011.03.07.1
upstream/2011.03.07.1
Ondřej Surý
2
-20
/
+19
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
2
-1
/
+2
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
4
-95
/
+98
2010-06-28
Only catch all signals if os/signal package imported.
Ian Lance Taylor
1
-1
/
+3
2010-06-14
runtime: correct fault for 16-bit divide on Leopard
Russ Cox
1
-1
/
+3
2010-06-12
runtime: fix 386 signal handler bug
Russ Cox
1
-4
/
+8
2010-05-19
runtime: avoid allocation for fixed strings
Russ Cox
1
-1
/
+1
2010-05-03
runtime: update godefs usage comment for GOARCH=386 GOOS={darwin,freebsd}
Giles Lean
1
-1
/
+1
2010-04-28
darwin: bsdthread_create can fail; print good error
Russ Cox
1
-2
/
+4
2010-04-13
runtime: better trace for fault due to nil pointer call
Russ Cox
1
-3
/
+11
2010-04-08
runtime: turn divide by zero, nil dereference into panics
Russ Cox
2
-6
/
+78
2010-04-08
runtime: work around kernel bug in Snow Leopard signal handling
Russ Cox
1
-63
/
+18
2010-04-05
runtime: various arm fixes
Russ Cox
1
-1
/
+1
2010-02-08
runtime: instrument malloc + garbage collector.
Russ Cox
1
-0
/
+16
2010-01-25
in C and asm, replace pkg·name with ·name
Russ Cox
1
-1
/
+1
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
1
-2
/
+3
2009-12-15
os/signal: new package
David Symonds
1
-2
/
+16
2009-12-08
Fix stack on FreeBSD / add stack check across the board
Devon H. O'Dell
1
-0
/
+1
2009-11-19
runtime: mask signals during signal handler on OS X
Russ Cox
1
-1
/
+1
2009-11-18
Remove unnecessary execute bits.
William Josephson
1
-0
/
+0
2009-11-17
runtime: two trivial but important bug fixes
Russ Cox
1
-1
/
+1
2009-11-16
runtime: make signal handler work on 386
Russ Cox
1
-6
/
+17
2009-10-15
rename sys functions to runtime,
Russ Cox
1
-1
/
+1
2009-10-03
8c, 8l dynamic loading support.
Russ Cox
1
-13
/
+26
2009-09-22
changes to accommodate nacl:
Russ Cox
1
-0
/
+6
2009-09-21
convert 386 to use %gs instead of %fs for extern register.
Russ Cox
1
-1
/
+1
2009-06-17
update 386 to new runtime (CL 30381)
Russ Cox
1
-10
/
+13
2009-06-09
mv src/lib to src/pkg
Rob Pike
4
-0
/
+618