index
:
delta/go.git
baserock/go1.2.2
baserock/go1.3
baserock/ps/add-go-wip
dev.cc
dev.garbage
dev.power64
master
release-branch.go1
release-branch.go1.1
release-branch.go1.2
release-branch.go1.3
release-branch.go1.4
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
code.google.com: Obsolete (use go-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
runtime
/
proc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
runtime: jump to badmcall instead of calling it.
Keith Randall
2013-08-29
1
-2
/
+4
*
runtime: impose thread count limit
Russ Cox
2013-08-16
1
-1
/
+25
*
runtime: fix goroutine stack accounting
Dmitriy Vyukov
2013-08-16
1
-1
/
+1
*
runtime: impose stack size limit
Russ Cox
2013-08-15
1
-0
/
+9
*
runtime: remove old preemption checks
Dmitriy Vyukov
2013-08-15
1
-14
/
+14
*
runtime: fix build on arm
Russ Cox
2013-08-13
1
-3
/
+13
*
runtime: dump scheduler state if GODEBUG=schedtrace is set
Dmitriy Vyukov
2013-08-14
1
-2
/
+88
*
runtime: fix LockOSThread
Dmitriy Vyukov
2013-08-13
1
-6
/
+15
*
runtime: more reliable preemption
Dmitriy Vyukov
2013-08-13
1
-13
/
+21
*
runtime: do no lose CPU profiling signals
Dmitriy Vyukov
2013-08-13
1
-6
/
+25
*
runtime: fix false deadlock crash
Dmitriy Vyukov
2013-08-13
1
-15
/
+27
*
syscall: disable cpu profiling around fork
Dmitriy Vyukov
2013-08-13
1
-1
/
+30
*
runtime: change textflags from numbers to symbols
Keith Randall
2013-08-12
1
-10
/
+11
*
net: add special netFD mutex
Dmitriy Vyukov
2013-08-09
1
-1
/
+1
*
runtime: traceback running goroutines
Dmitriy Vyukov
2013-08-09
1
-7
/
+47
*
runtime: fix traceback in cgo programs
Dmitriy Vyukov
2013-08-08
1
-3
/
+7
*
runtime: use gcpc/gcsp during traceback of goroutines in syscalls
Dmitriy Vyukov
2013-08-06
1
-20
/
+20
*
runtime/pprof: test multithreaded profile, remove OS X workarounds
Russ Cox
2013-08-05
1
-10
/
+0
*
runtime: remove debugging knob to turn off preemption
Russ Cox
2013-08-05
1
-6
/
+0
*
undo CL 12250043 / e911f94c4902
Dmitriy Vyukov
2013-08-05
1
-19
/
+20
*
runtime: remove singleproc var
Dmitriy Vyukov
2013-08-05
1
-2
/
+0
*
runtime: use gcpc/gcsp during traceback of goroutines in syscalls
Dmitriy Vyukov
2013-08-05
1
-20
/
+19
*
runtime: reimplement reflect.call to not use stack splitting.
Keith Randall
2013-08-02
1
-0
/
+6
*
runtime: print "created by" for running goroutines in traceback
Dmitriy Vyukov
2013-08-01
1
-2
/
+3
*
runtime: do not park sysmon thread if any goroutines are running
Dmitriy Vyukov
2013-07-31
1
-0
/
+8
*
undo CL 12167043 / 475e11851fc1
Dmitriy Vyukov
2013-07-31
1
-26
/
+4
*
runtime: do not park sysmon thread if any goroutines are running
Dmitriy Vyukov
2013-07-31
1
-4
/
+26
*
runtime: enable goroutine preemption
Dmitriy Vyukov
2013-07-30
1
-1
/
+1
*
runtime: do not split stacks in syscall status
Dmitriy Vyukov
2013-07-29
1
-25
/
+57
*
runtime: handle runtime.Goexit during init
Russ Cox
2013-07-26
1
-0
/
+18
*
runtime: refactor mallocgc
Dmitriy Vyukov
2013-07-26
1
-2
/
+2
*
runtime: only define SEH when we need it.
Keith Randall
2013-07-24
1
-0
/
+4
*
runtime: more cgocallback_gofunc work
Russ Cox
2013-07-24
1
-1
/
+14
*
runtime: reduce frame size for runtime.cgocallback_gofunc
Russ Cox
2013-07-23
1
-4
/
+4
*
runtime: add a missing newline in a debug printf.
David Symonds
2013-07-22
1
-1
/
+1
*
runtime: prevent sysmon from polling network excessivly
Dmitriy Vyukov
2013-07-19
1
-0
/
+1
*
runtime: preempt long-running goroutines
Dmitriy Vyukov
2013-07-19
1
-18
/
+37
*
runtime: handle morestack/lessstack in stack trace
Russ Cox
2013-07-18
1
-11
/
+2
*
runtime: disable preemption again to fix linux build
Ian Lance Taylor
2013-07-17
1
-0
/
+6
*
runtime: re-enable preemption
Russ Cox
2013-07-17
1
-6
/
+0
*
runtime: more reliable preemption
Dmitriy Vyukov
2013-07-17
1
-0
/
+14
*
runtime: use new frame argument size information
Russ Cox
2013-07-17
1
-0
/
+9
*
runtime: fix CPU underutilization
Dmitriy Vyukov
2013-07-11
1
-13
/
+26
*
runtime: disable preemption
Russ Cox
2013-07-01
1
-0
/
+6
*
runtime: introduce GODEBUG env var
Dmitriy Vyukov
2013-06-28
1
-0
/
+1
*
runtime: preempt goroutines for GC
Dmitriy Vyukov
2013-06-28
1
-7
/
+13
*
runtime: remove declaration of function that does not exist
Ian Lance Taylor
2013-06-27
1
-1
/
+0
*
undo CL 9776044 / 1e280889f997
Dmitriy Vyukov
2013-06-27
1
-27
/
+14
*
runtime: fix CPU underutilization
Dmitriy Vyukov
2013-06-27
1
-14
/
+27
*
runtime: record proper goroutine state during stack split
Russ Cox
2013-06-27
1
-3
/
+19
[next]