summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/proc.c
Commit message (Expand)AuthorAgeFilesLines
* runtime: make allp a static arrayRuss Cox2014-08-291-5/+1
* runtime: run runtime.initRuss Cox2014-08-291-0/+2
* runtime: convert forcegc helper to GoDmitriy Vyukov2014-08-291-35/+9
* runtime: convert print.c to GoRuss Cox2014-08-281-2/+3
* runtime: rename Lock to MutexRuss Cox2014-08-271-6/+6
* cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into...Matthew Dempsky2014-08-271-2/+2
* runtime: changes to g->atomicstatus (nee status) to support concurrent GCRick Hudson2014-08-271-43/+201
* runtime,sync: Convert procPin and procUnpin functions to Go.Sanjay Menakuru2014-08-261-0/+20
* runtime: restore scavenger constantsDmitriy Vyukov2014-08-251-2/+7
* runtime: remove dedicated scavenger threadDmitriy Vyukov2014-08-251-14/+66
* runtime: refactor CPU profilingDmitriy Vyukov2014-08-251-15/+14
* runtime,runtime/debug: Converted some functions from goc to Go.Sanjay Menakuru2014-08-241-3/+7
* runtime: convert channel operations to Go, part 1 (chansend1).Keith Randall2014-08-241-1/+0
* runtime: remove unused varDmitriy Vyukov2014-08-231-1/+0
* runtime: run newproc1 on M stack.Daniel Morsing2014-08-231-3/+28
* runtime: convert note to GoDmitriy Vyukov2014-08-221-0/+25
* runtime: convert common scheduler functions to GoDmitriy Vyukov2014-08-211-21/+32
* runtime: init GC laterDmitriy Vyukov2014-08-211-5/+1
* runtime: fix deadlock when gctraceDmitriy Vyukov2014-08-211-0/+8
* runtime: convert Gosched to GoDmitriy Vyukov2014-08-191-10/+4
* runtime: fix dump of data/bssDmitriy Vyukov2014-08-181-0/+1
* runtime: mark functions as static where possibleMatthew Dempsky2014-08-081-1/+1
* cmd/cc, runtime: eliminate use of the unnamed substructure C extensionPeter Collingbourne2014-08-071-72/+72
* runtime: remove mal/malloc/FlagNoGC/FlagNoInvokeGCDmitriy Vyukov2014-08-071-3/+3
* runtime: get rid of freeDmitriy Vyukov2014-07-311-3/+1
* runtime: rewrite malloc in Go.Keith Randall2014-07-301-0/+1
* runtime: generate type info for chansDmitriy Vyukov2014-07-291-0/+1
* runtime: simpler and faster GCDmitriy Vyukov2014-07-291-0/+1
* runtime: fix unexpected return pc for runtime.newstackcallDmitriy Vyukov2014-07-231-3/+2
* runtime: keep build version around in binariesKeith Randall2014-07-211-0/+9
* undo CL 101570044 / 2c57aaea79c4Keith Randall2014-07-171-1/+5
* runtime: make NumGoroutines fasterDmitriy Vyukov2014-07-171-18/+15
* runtime: start goroutine ids at 1Dmitriy Vyukov2014-07-161-0/+4
* runtime: refactor routines for stopping, running goroutine from mRuss Cox2014-07-141-16/+31
* undo CL 104200047 / 318b04f28372Keith Randall2014-06-301-2/+1
* runtime: stack allocator, separate from mallocgcKeith Randall2014-06-301-1/+2
* runtime: improve scheduler traceDmitriy Vyukov2014-06-261-4/+4
* runtime: say when a goroutine is locked to OS threadDmitriy Vyukov2014-06-261-4/+6
* all: remove 'extern register M *m' from runtimeRuss Cox2014-06-261-167/+167
* runtime/race: update runtime to tipDmitriy Vyukov2014-06-201-3/+5
* runtime: fix panic stack during runtime.Goexit during panicRuss Cox2014-06-061-0/+6
* runtime: mark some C globals as having no pointers.Keith Randall2014-05-311-0/+1
* runtime: make continuation pc available to stack walkRuss Cox2014-05-311-1/+1
* runtime: fix go of nil func valueDmitriy Vyukov2014-05-281-0/+4
* runtime: clean up scanning of GsKeith Randall2014-04-281-1/+16
* runtime: crash when func main calls Goexit and all other goroutines exitRuss Cox2014-04-161-1/+1
* runtime: cache gotraceback settingRuss Cox2014-04-081-0/+4
* runtime: fix yet another race in bgsweepDmitriy Vyukov2014-03-261-0/+2
* runtime: use VEH, not SEH, for windows/386 exception handlingRuss Cox2014-03-241-22/+0
* runtime: fix stack split detection around forkDmitriy Vyukov2014-03-191-0/+1