Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+27 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -27/+0 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -2/+2 | |
2009-09-17 | unused imports | Russ Cox | 1 | -1/+0 | |
R=r OCL=34731 CL=34731 | |||||
2009-07-21 | runtime: fix init scheduling bug. | Russ Cox | 1 | -0/+28 | |
if there is a goroutine waiting to run and the init goroutine enters a system call, entersyscall was trying to kick off a new scheduler for the other goroutine, causing a panic (new goroutines can't run until main.main). R=r DELTA=32 (32 added, 0 deleted, 0 changed) OCL=31982 CL=31982 |