aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/rt1_amd64_linux.c
AgeCommit message (Expand)Author
2009-03-24move darwin specific code into runtime/darwin/Russ Cox
2009-01-27various race conditions.Russ Cox
2009-01-26gc #0. mark and sweep collector.Russ Cox
2009-01-16casify, cleanup sysRuss Cox
2008-12-03preparation for exec.Russ Cox
2008-11-25change meaning of $GOMAXPROCS to number of cpus to use,Russ Cox
2008-09-24cleanup; sys.sleep can go.Russ Cox
2008-09-22test cleanupRuss Cox
2008-09-18proper handling of signals.Russ Cox
2008-09-13remove special trap-handling code for array out of bounds -Rob Pike
2008-09-12fix up linux trap handling - INTB 5 gives SEGVRob Pike
2008-09-12fix silly portability bugRob Pike
2008-09-12- catch trace trapsRob Pike
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-29fix a commentRob Pike
2008-07-28print tracebacks for all goroutines, not just the crashing oneRob Pike
2008-06-30makes stack traces work for segmented stacksRob Pike
2008-06-25- dump registers in case of signal (linux)Robert Griesemer
2008-06-24middle dot as alpha package separatorKen Thompson
2008-06-21more nearly correct interface code for signals on linuxRob Pike
2008-06-21add signal handling and traceback support therein.Rob Pike