index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
rt2_amd64.c
Age
Commit message (
Expand
)
Author
2009-03-24
move amd64-specific (but os-independent) pieces of runtime
Russ Cox
2009-02-06
closures - runtime and debugger support, test case
Russ Cox
2009-01-16
casify, cleanup sys
Russ Cox
2009-01-09
add sys.caller
Russ Cox
2008-12-03
clean stack trace code.
Russ Cox
2008-11-25
new stacktrace format
Russ Cox
2008-11-25
use pc/ln table to print source lines in traceback
Russ Cox
2008-11-23
delete stack mark strings
Russ Cox
2008-11-20
tweak pcs in traceback so they point to calling line instead of line after call.
Rob Pike
2008-11-03
in traceback, handle the case where we've called through a nil function pointer
Rob Pike
2008-09-12
fix up linux trap handling - INTB 5 gives SEGV
Rob Pike
2008-09-12
fix silly portability bug
Rob Pike
2008-09-12
- catch trace traps
Rob Pike
2008-07-14
stop traceback when pc leaves text segment
Rob Pike
2008-07-12
preserve AX across stack jump so C routines return correct value when trigger...
Rob Pike
2008-07-11
fix comment
Rob Pike
2008-07-11
fix traceback to know about new segmenting
Rob Pike
2008-07-11
segmented stacks AND goroutines
Ken Thompson
2008-07-09
defined external registers g and m
Ken Thompson
2008-07-08
unique import/export names
Ken Thompson
2008-06-30
makes stack traces work for segmented stacks
Rob Pike
2008-06-24
middle dot as alpha package separator
Ken Thompson
2008-06-21
add signal handling and traceback support therein.
Rob Pike