summaryrefslogtreecommitdiff
path: root/src/runtime
Commit message (Expand)AuthorAgeFilesLines
* [dev.cc] all: merge default (8d42099cdc23) into dev.ccdev.ccRuss Cox2014-12-052-7/+24
|\
| * runtime: fix hang in GC due to shrinkstack vs netpoll raceRuss Cox2014-12-013-6/+35
* | [dev.cc] runtime: convert dragonfly/386 port to GoJoel Sing2014-11-253-59/+78
* | [dev.cc] runtime: convert netbsd/386 port to GoJoel Sing2014-11-225-45/+71
* | [dev.cc] runtime: convert netbsd/amd64 port to GoJoel Sing2014-11-2212-511/+436
* | [dev.cc] runtime: migrate Android/ARM port to Go.Shenghou Ma2014-11-215-10/+5
* | [dev.cc] runtime: explicitly exclude android in zgoos_linux.goShenghou Ma2014-11-2112-22/+4
* | [dev.cc] runtime: convert Plan 9 port to GoDavid du Colombier2014-11-2118-923/+756
* | [dev.cc] runtime: convert nacl support to GoRuss Cox2014-11-2120-767/+562
* | [dev.cc] runtime: windows does not use _cgo_setenv and _cgo_unsetenvAlex Brainman2014-11-211-5/+7
* | [dev.cc] runtime: fix windows goenvs conversion mistakeAlex Brainman2014-11-211-2/+2
* | [dev.cc] all: merge default (e4ab8f908aac) into dev.ccRuss Cox2014-11-20358-26658/+25075
|\ \ | |/ |/|
| * [dev.cc] runtime: convert remaining windows C code to GoAlex Brainman2014-11-2012-984/+853
| * [dev.cc] runtime: add explicit siginfo.si_addr fieldAustin Clements2014-11-199-27/+29
| * [dev.cc] runtime: decode power64 branch instructions the way the CPU doesAustin Clements2014-11-191-3/+3
| * [dev.cc] runtime: allow more address bits in lfstack on Power64Austin Clements2014-11-192-7/+17
| * [dev.cc] runtime: update sys_windows_386.s and sys_windows_amd64.s for Go con...Alex Brainman2014-11-192-15/+15
| * [dev.cc] runtime: merge power64 onM/onM_signalok into systemstackAustin Clements2014-11-181-33/+19
| * [dev.cc] runtime: catch defs_linux_power64*.go up to other archsAustin Clements2014-11-182-4/+28
| * [dev.cc] runtime: convert power64-specific .c and .h files to GoAustin Clements2014-11-187-66/+136
| * [dev.cc] runtime: convert power64 assembly files for C to Go transitionAustin Clements2014-11-182-5/+11
| * [dev.cc] runtime: convert power64 signal handlers from C to GoAustin Clements2014-11-185-235/+215
| * [dev.cc] runtime: generate GOOS- and GOARCH-specific files with go generateRuss Cox2014-11-1825-15/+376
| * [dev.cc] runtime: convert defs_linux_power64*.h to goRuss Cox2014-11-184-408/+372
| * [dev.cc] runtime: two missed references to "M stack"Austin Clements2014-11-182-2/+2
| * [dev.cc] runtime: replace deleted netpollfd functionAlex Brainman2014-11-171-1/+1
| * [dev.cc] runtime: fix _sfloat thunkDave Cheney2014-11-151-2/+3
| * [dev.cc] runtime: fix bus error accessing auxv random data on arm5Dave Cheney2014-11-151-2/+5
| * [dev.cc] runtime: change set_sec to take int64Russ Cox2014-11-1412-22/+22
| * [dev.cc] runtime: fix lfstack for amd64 addresses in top half of addr spaceRuss Cox2014-11-144-25/+60
| * [dev.cc] runtime: fix linux buildRuss Cox2014-11-144-2/+14
| * [dev.cc] runtime: convert dragonfly/amd64 port to GoJoel Sing2014-11-1510-470/+393
| * [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox2014-11-14300-25050/+20980
| |\
| | * [dev.cc] runtime: convert openbsd/386 port to GoJoel Sing2014-11-155-52/+82
| | * [dev.cc] runtime: fix nil pointer crash handler bug on SolarisAram H?v?rneanu2014-11-141-1/+1
| | * [dev.cc] runtime: convert netpoll_windows.c to GoAlex Brainman2014-11-143-167/+156
| | * [dev.cc] runtime: convert openbsd/amd64 port to GoJoel Sing2014-11-1410-457/+409
| | * [dev.cc] runtime: make SIGSYS notifiable on freebsd (again)Joel Sing2014-11-141-1/+1
| | * [dev.cc] runtime: convert Solaris port to GoAram H?v?rneanu2014-11-1321-1228/+912
| | * [dev.cc] runtime: convert mem_windows.c to GoAlex Brainman2014-11-132-132/+119
| | * [dev.cc] runtime: add missing cb_max constAlex Brainman2014-11-131-0/+8
| | * [dev.cc] [dev.cc] runtime: fix freebsd cgo __progname exportJoel Sing2014-11-121-2/+2
| | * [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox2014-11-1236-422/+259
| | * [dev.cc] runtime/cgo: add comment about import _ "unsafe"Russ Cox2014-11-126-6/+6
| | * [dev.cc] runtime/cgo: fix freebsd build?Russ Cox2014-11-111-0/+3
| | * [dev.cc] runtime: fix arm5 buildRuss Cox2014-11-111-1/+1
| | * [dev.cc] runtime/cgo: add missing import _ "unsafe" for //go:linknameRuss Cox2014-11-113-0/+6
| | * [dev.cc] runtime: convert freebsd to GoRuss Cox2014-11-1125-1008/+639
| | * [dev.cc] runtime: convert softfloat_arm.c to Go + build fixesRuss Cox2014-11-116-707/+662
| | * [dev.cc] runtime: bring back mgc0.hRuss Cox2014-11-111-0/+20