aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/rt0_amd64.s
AgeCommit message (Expand)Author
2009-03-24move amd64-specific (but os-independent) pieces of runtimeRuss Cox
2009-01-27deferKen Thompson
2009-01-20* delete exportRuss Cox
2009-01-16casify, cleanup sysRuss Cox
2008-12-19malloc bug fixes.Russ Cox
2008-12-15new convention, direction bit isKen Thompson
2008-12-04add stub routines stackalloc() and stackfree().Russ Cox
2008-10-14delete hack for interface equality now that it supported by the 6g compilerRob Pike
2008-10-10add sys.BUG_intereq to compare interfaces for equalityRuss Cox
2008-09-22implement spec: when main.main returns, the program exitsRuss Cox
2008-09-18proper handling of signals.Russ Cox
2008-09-09go threads for OS XRuss Cox
2008-08-05kill trailing white space.Russ Cox
2008-08-05* comment, clean up schedulerRuss Cox
2008-08-04first cut at multithreading. works on Linux.Russ Cox
2008-07-19init filename vs pkgnameKen Thompson
2008-07-19initializationKen Thompson
2008-07-12morestack magic numberKen Thompson
2008-07-12preserve AX across stack jump so C routines return correct value when trigger...Rob Pike
2008-07-11delete dead codeRob Pike
2008-07-11segmented stacks AND goroutinesKen Thompson
2008-07-08unique import/export namesKen Thompson
2008-07-07more coroutineKen Thompson
2008-06-30makes stack traces work for segmented stacksRob Pike
2008-06-30Break runtime.c into separate pieces for maps, strings, print, etc.Rob Pike