index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
rt1_amd64_darwin.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-24
move darwin specific code into runtime/darwin/
Russ Cox
1
-742
/
+0
2009-01-27
various race conditions.
Russ Cox
1
-1
/
+7
2009-01-26
gc #0. mark and sweep collector.
Russ Cox
1
-0
/
+3
2009-01-22
move math routines from package sys to package math,
Russ Cox
1
-27
/
+27
2009-01-16
casify, cleanup sys
Russ Cox
1
-2
/
+2
2008-12-03
preparation for exec.
Russ Cox
1
-30
/
+45
2008-11-25
change meaning of $GOMAXPROCS to number of cpus to use,
Russ Cox
1
-23
/
+23
2008-09-24
cleanup; sys.sleep can go.
Russ Cox
1
-10
/
+0
2008-09-24
only use mach kernel semaphores for actual contention.
Russ Cox
1
-7
/
+26
2008-09-22
test cleanup
Russ Cox
1
-3
/
+5
2008-09-18
proper handling of signals.
Russ Cox
1
-1
/
+27
2008-09-13
remove special trap-handling code for array out of bounds -
Rob Pike
1
-38
/
+5
2008-09-12
fix up linux trap handling - INTB 5 gives SEGV
Rob Pike
1
-3
/
+31
2008-09-12
fix silly portability bug
Rob Pike
1
-0
/
+3
2008-09-12
- catch trace traps
Rob Pike
1
-7
/
+11
2008-09-09
go threads for OS X
Russ Cox
1
-16
/
+458
2008-08-05
kill trailing white space.
Russ Cox
1
-2
/
+2
2008-08-05
* comment, clean up scheduler
Russ Cox
1
-21
/
+11
2008-08-04
first cut at multithreading. works on Linux.
Russ Cox
1
-1
/
+72
2008-07-28
print tracebacks for all goroutines, not just the crashing one
Rob Pike
1
-0
/
+1
2008-06-30
makes stack traces work for segmented stacks
Rob Pike
1
-4
/
+4
2008-06-25
- dump registers in case of signal (linux)
Robert Griesemer
1
-8
/
+11
2008-06-24
middle dot as alpha package separator
Ken Thompson
1
-26
/
+26
2008-06-24
- added access to thread state info from the signal handler
Robert Griesemer
1
-15
/
+105
2008-06-23
safety checks, waiting for gri's real tracking of PC and SP
Rob Pike
1
-3
/
+8
2008-06-23
add signal handling to mac runtime
Rob Pike
1
-1
/
+67
2008-06-21
add signal handling and traceback support therein.
Rob Pike
1
-0
/
+11