index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
runtime
/
proc.c
Age
Commit message (
Expand
)
Author
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
2014-09-06
runtime: fix panic/wrapper/recover math
Russ Cox
2014-09-06
runtime: badreflectcall runs on the G stack - convert to Go.
Keith Randall
2014-09-06
runtime: get rid of other Go->C calls in test exports.
Keith Randall
2014-09-04
runtime: use cas loop to coordinate with sigprof
Russ Cox
2014-09-04
runtime: use new #include "textflag.h"
Russ Cox
2014-09-04
runtime: more C to Go conversion adjustments
Russ Cox
2014-09-04
runtime: make more functions safe for Go
Russ Cox
2014-09-04
runtime: convert cgocall to Go
Dmitriy Vyukov
2014-09-04
runtime: use C for readgstatus, goroutine status values
Russ Cox
2014-09-04
runtime: correct various Go -> C function calls
Russ Cox
2014-09-03
runtime: make entersyscall/exitsyscall safe for stack splits
Russ Cox
2014-09-03
runtime: remove guard against uninitialized forcegc.g
Russ Cox
2014-09-03
runtime: adopt race detector for runtime written in Go
Dmitriy Vyukov
2014-09-03
runtime: Start and stop individual goroutines at gc safepoints
Rick Hudson
2014-09-03
runtime: make onM and mcall take Go func values
Russ Cox
2014-09-03
runtime: convert a few traceback-related functions from proc.c to traceback.go
Russ Cox
2014-09-02
runtime: avoid race with forcegc helper
Russ Cox
2014-09-02
runtime: convert cpuprof from C to Go
Matthew Dempsky
2014-09-01
runtime: fix race detector running Go code on g0 of non-main thread
Russ Cox
2014-09-01
runtime: convert mprof.goc to mprof.go
Russ Cox
2014-08-29
runtime: make allp a static array
Russ Cox
2014-08-29
runtime: run runtime.init
Russ Cox
2014-08-29
runtime: convert forcegc helper to Go
Dmitriy Vyukov
2014-08-28
runtime: convert print.c to Go
Russ Cox
2014-08-27
runtime: rename Lock to Mutex
Russ Cox
2014-08-27
cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into...
Matthew Dempsky
2014-08-27
runtime: changes to g->atomicstatus (nee status) to support concurrent GC
Rick Hudson
2014-08-26
runtime,sync: Convert procPin and procUnpin functions to Go.
Sanjay Menakuru
2014-08-25
runtime: restore scavenger constants
Dmitriy Vyukov
2014-08-25
runtime: remove dedicated scavenger thread
Dmitriy Vyukov
2014-08-25
runtime: refactor CPU profiling
Dmitriy Vyukov
2014-08-24
runtime,runtime/debug: Converted some functions from goc to Go.
Sanjay Menakuru
2014-08-24
runtime: convert channel operations to Go, part 1 (chansend1).
Keith Randall
2014-08-23
runtime: remove unused var
Dmitriy Vyukov
2014-08-23
runtime: run newproc1 on M stack.
Daniel Morsing
2014-08-22
runtime: convert note to Go
Dmitriy Vyukov
2014-08-21
runtime: convert common scheduler functions to Go
Dmitriy Vyukov
2014-08-21
runtime: init GC later
Dmitriy Vyukov
2014-08-21
runtime: fix deadlock when gctrace
Dmitriy Vyukov
2014-08-19
runtime: convert Gosched to Go
Dmitriy Vyukov
2014-08-18
runtime: fix dump of data/bss
Dmitriy Vyukov
2014-08-08
runtime: mark functions as static where possible
Matthew Dempsky
2014-08-07
cmd/cc, runtime: eliminate use of the unnamed substructure C extension
Peter Collingbourne
2014-08-07
runtime: remove mal/malloc/FlagNoGC/FlagNoInvokeGC
Dmitriy Vyukov
2014-07-31
runtime: get rid of free
Dmitriy Vyukov
2014-07-30
runtime: rewrite malloc in Go.
Keith Randall
2014-07-29
runtime: generate type info for chans
Dmitriy Vyukov
2014-07-29
runtime: simpler and faster GC
Dmitriy Vyukov
2014-07-23
runtime: fix unexpected return pc for runtime.newstackcall
Dmitriy Vyukov
[next]