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
/
proc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-19
Imported Upstream version 1.3
upstream/1.3
Michael Stapelberg
1
-267
/
+450
2014-03-03
Imported Upstream version 1.2.1
upstream/1.2.1
Michael Stapelberg
1
-2
/
+2
2013-12-03
Imported Upstream version 1.2
upstream/1.2
Michael Stapelberg
1
-208
/
+801
2013-08-13
Imported Upstream version 1.1.2
upstream/1.1.2
Michael Stapelberg
1
-0
/
+2
2013-06-14
Imported Upstream version 1.1.1
upstream/1.1.1
Ingo Oeser
1
-0
/
+1
2013-05-14
Imported Upstream version 1.1
upstream/1.1
Michael Stapelberg
1
-17
/
+104
2013-03-04
Imported Upstream version 1.1~hg20130304
upstream/1.1_hg20130304
Michael Stapelberg
1
-1233
/
+1701
2012-04-06
Imported Upstream version 1
upstream/1
Ondřej Surý
1
-120
/
+361
2011-09-13
Imported Upstream version 60
upstream/60
Ondřej Surý
1
-0
/
+1568
2011-09-13
Imported Upstream version 60
Ondřej Surý
1
-1368
/
+0
2011-08-03
Imported Upstream version 59
upstream/59
Ondřej Surý
1
-1
/
+1
2011-06-30
Imported Upstream version 58
upstream/58
Ondřej Surý
1
-6
/
+29
2011-04-28
Imported Upstream version 2011.04.27
upstream/2011.04.27
Ondřej Surý
1
-6
/
+38
2011-04-26
Imported Upstream version 2011.04.13
upstream/2011.04.13
Ondřej Surý
1
-157
/
+210
2011-04-20
Imported Upstream version 2011.03.07.1
upstream/2011.03.07.1
Ondřej Surý
1
-27
/
+87
2011-02-18
Imported Upstream version 2011.02.15
upstream/2011.02.15
Ondřej Surý
1
-3
/
+3
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
1
-125
/
+86
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
1
-242
/
+303
2010-06-29
runtime: fix scheduling bug - world wasn't stopping
Russ Cox
1
-1
/
+1
2010-05-06
Save the scheduling state even predawn.
Ian Lance Taylor
1
-4
/
+4
2010-05-06
runtime.GOMAXPROCS: hack it to have it return the old value.
Rob Pike
1
-5
/
+8
2010-04-21
runtime: switch state back to Grunning after recovery
Russ Cox
1
-1
/
+2
2010-04-09
Library support for cgo export.
Ian Lance Taylor
1
-2
/
+24
2010-04-08
runtime: fix bad status throw
Russ Cox
1
-3
/
+6
2010-04-06
runtime: two proc bug fixes
Russ Cox
1
-6
/
+13
2010-04-05
runtime: various arm fixes
Russ Cox
1
-4
/
+5
2010-03-31
runtime: make type assertion a runtime.Error, the first of many
Russ Cox
1
-1
/
+1
2010-03-31
gc: implement panic and recover
Russ Cox
1
-1
/
+165
2010-03-29
runtime: run deferred calls at Goexit
Russ Cox
1
-34
/
+90
2010-03-26
runtime: run all finalizers in a single goroutine.
Russ Cox
1
-1
/
+2
2010-03-24
runtime: malloc sampling, pprof interface
Russ Cox
1
-0
/
+3
2010-03-04
cc: disallow ... argument unless NOSPLIT is set.
Russ Cox
1
-4
/
+6
2010-02-10
runtime: garbage collection + malloc performance
Russ Cox
1
-20
/
+16
2010-02-08
runtime: allow arbitrary return type in SetFinalizer.
Russ Cox
1
-3
/
+10
2010-01-25
in C and asm, replace pkg·name with ·name
Russ Cox
1
-14
/
+14
2010-01-12
runtime: fix bug in preemption checks; was causing "lock count" panics
Russ Cox
1
-0
/
+2
2010-01-09
runtime: check for preemption due to garbage collection
Russ Cox
1
-0
/
+4
2010-01-06
runtime: close TODO now that 8c bug is fixed
Russ Cox
1
-12
/
+2
2010-01-06
Ported runtime to Windows.
Hector Chu
1
-2
/
+14
2009-12-15
os/signal: new package
David Symonds
1
-4
/
+1
2009-12-14
runtime: in exitsyscall, avoid confusing garbage collector
Russ Cox
1
-1
/
+6
2009-12-07
runtime: don't touch pages of memory unnecessarily.
Russ Cox
1
-1
/
+2
2009-11-18
More FreeBSD-touchups. Thundercats are GOOOOO!
Devon H. O'Dell
1
-0
/
+2
2009-11-17
runtime: two trivial but important bug fixes
Russ Cox
1
-1
/
+1
2009-11-17
runtime: do not create new threads during malloc.
Russ Cox
1
-2
/
+5
2009-11-10
update old comment: things are much better now
Russ Cox
1
-5
/
+6
2009-10-15
rename sys functions to runtime,
Russ Cox
1
-7
/
+7
2009-10-12
stack overflow debugging and fix.
Russ Cox
1
-10
/
+1
2009-10-09
keep a list of all the M's,
Russ Cox
1
-1
/
+6
2009-10-03
8c, 8l dynamic loading support.
Russ Cox
1
-4
/
+41
[next]