summaryrefslogtreecommitdiff
path: root/src/runtime/rt1_amd64_darwin.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-24move darwin specific code into runtime/darwin/Russ Cox1-742/+0
2009-01-27various race conditions.Russ Cox1-1/+7
2009-01-26gc #0. mark and sweep collector.Russ Cox1-0/+3
2009-01-22move math routines from package sys to package math,Russ Cox1-27/+27
2009-01-16casify, cleanup sysRuss Cox1-2/+2
2008-12-03preparation for exec.Russ Cox1-30/+45
2008-11-25change meaning of $GOMAXPROCS to number of cpus to use,Russ Cox1-23/+23
2008-09-24cleanup; sys.sleep can go.Russ Cox1-10/+0
2008-09-24only use mach kernel semaphores for actual contention.Russ Cox1-7/+26
2008-09-22test cleanupRuss Cox1-3/+5
2008-09-18proper handling of signals.Russ Cox1-1/+27
2008-09-13remove special trap-handling code for array out of bounds -Rob Pike1-38/+5
2008-09-12fix up linux trap handling - INTB 5 gives SEGVRob Pike1-3/+31
2008-09-12fix silly portability bugRob Pike1-0/+3
2008-09-12- catch trace trapsRob Pike1-7/+11
2008-09-09go threads for OS XRuss Cox1-16/+458
2008-08-05kill trailing white space.Russ Cox1-2/+2
2008-08-05* comment, clean up schedulerRuss Cox1-21/+11
2008-08-04first cut at multithreading. works on Linux.Russ Cox1-1/+72
2008-07-28print tracebacks for all goroutines, not just the crashing oneRob Pike1-0/+1
2008-06-30makes stack traces work for segmented stacksRob Pike1-4/+4
2008-06-25- dump registers in case of signal (linux)Robert Griesemer1-8/+11
2008-06-24middle dot as alpha package separatorKen Thompson1-26/+26
2008-06-24- added access to thread state info from the signal handlerRobert Griesemer1-15/+105
2008-06-23safety checks, waiting for gri's real tracking of PC and SPRob Pike1-3/+8
2008-06-23add signal handling to mac runtimeRob Pike1-1/+67
2008-06-21add signal handling and traceback support therein.Rob Pike1-0/+11