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
/
freebsd
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
4
-19
/
+16
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
14
-220
/
+299
2010-06-28
Only catch all signals if os/signal package imported.
Ian Lance Taylor
2
-2
/
+6
2010-05-19
runtime: avoid allocation for fixed strings
Russ Cox
2
-2
/
+2
2010-05-03
runtime: update godefs usage comment for GOARCH=386 GOOS={darwin,freebsd}
Giles Lean
2
-2
/
+2
2010-04-13
runtime: better trace for fault due to nil pointer call
Russ Cox
2
-6
/
+22
2010-04-08
runtime: fix build (panic) for FreeBSD
Russ Cox
6
-7
/
+101
2010-04-08
runtime: turn divide by zero, nil dereference into panics
Russ Cox
5
-20
/
+126
2010-04-05
runtime: handle malloc > 2GB correctly
Russ Cox
1
-6
/
+6
2010-04-05
runtime: various arm fixes
Russ Cox
3
-25
/
+2
2010-02-09
runtime: fix FreeBSD build
Russ Cox
1
-0
/
+1
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
2
-5
/
+5
2010-01-13
runtime cleanup.
Russ Cox
1
-0
/
+28
2010-01-06
Ported runtime to Windows.
Hector Chu
1
-6
/
+10
2009-12-16
runtime: if os/signal is not in use, crash on
Russ Cox
3
-19
/
+21
2009-12-15
os/signal: new package
David Symonds
3
-19
/
+59
2009-12-08
Fix stack on FreeBSD / add stack check across the board
Devon H. O'Dell
3
-10
/
+12
2009-12-08
When SA_SIGINFO is set, we should use __sa_sigaction on FreeBSD
Devon H. O'Dell
2
-4
/
+4
2009-11-20
Missed a reference to sc instead of mc in 157065.
William Josephson
1
-1
/
+1
2009-11-20
FreeBSD's mcontext isn't exactly the same as sigcontext, so
Devon H. O'Dell
5
-122
/
+43
2009-11-18
More FreeBSD-touchups. Thundercats are GOOOOO!
Devon H. O'Dell
1
-8
/
+6
2009-11-18
Remove unnecessary execute bits.
William Josephson
1
-0
/
+0
2009-11-18
Add an intptr type to runtime; needed in FreeBSD
Devon H. O'Dell
1
-1
/
+1
2009-11-17
FreeBSD/i386 work
Devon H. O'Dell
8
-22
/
+492
2009-11-17
FreeBSD-specific porting work.
Devon H. O'Dell
8
-0
/
+686