aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_amd64_linux.s
AgeCommit message (Expand)Author
2009-03-24move darwin specific code into runtime/darwin/Russ Cox
2009-01-16casify, cleanup sysRuss Cox
2008-12-03preparation for exec.Russ Cox
2008-09-24cleanup; sys.sleep can go.Russ Cox
2008-09-18proper handling of signals.Russ Cox
2008-09-09go threads for OS XRuss Cox
2008-09-08fix bug in stack limit calculation - was setting limit reg in wrong place.Rob Pike
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-24selectKen Thompson
2008-07-15add linkage for writefile on darwinRob Pike
2008-07-12morestack magic numberKen Thompson
2008-07-11segmented stacks AND goroutinesKen Thompson
2008-06-30Break runtime.c into separate pieces for maps, strings, print, etc.Rob Pike