- 30cb30e runtime: unify amd64 -buildmode=c-archive/c-shared entry point code by Ian Lance Taylor · 7 years ago
- cf3f771 runtime: unify amd64 -buildmode=exe entry point code by Ian Lance Taylor · 7 years ago
- 26015b9 runtime: make stack 16-byte aligned for external code in _rt0_amd64_linux_lib by Shenghou Ma · 9 years ago
- 21b4f23 runtime: for c-archive/c-shared, install signal handlers synchronously by Ian Lance Taylor · 9 years ago
- 1f65c9c runtime: deflake TestNewOSProc0, fix _rt0_amd64_linux_lib stack alignment by Srdjan Petrovic · 10 years ago
- ca9128f runtime: merge clone0 and clone by Srdjan Petrovic · 10 years ago
- 357a013 runtime: save registers in linux/{386,amd64} lib entry point by Ian Lance Taylor · 10 years ago
- d1eee2c runtime: shared library init support for android/arm. by Srdjan Petrovic · 10 years ago
- e8694c8 runtime: initialize shared library at library-load time by Srdjan Petrovic · 10 years ago
- 8da54a4 cmd: linker changes for shared library initialization by Srdjan Petrovic · 10 years ago
- c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/runtime/rt0_linux_amd64.s]
- cb040d5 runtime: use new #include "textflag.h" by Russ Cox · 11 years ago
- 7ba41e9 runtime: convert a few traceback-related functions from proc.c to traceback.go by Russ Cox · 11 years ago
- 0273dc1 runtime: convert .s textflags from numbers to symbolic constants. by Keith Randall · 12 years ago
- 6120ef0 runtime: rename _rt0_$GOARCH to _rt0_go by Russ Cox · 12 years ago
- 36b414f runtime: change amd64 startup convention by Russ Cox · 12 years ago
- 851f301 runtime: make more build-friendly by Russ Cox · 13 years ago[Renamed from src/pkg/runtime/linux/amd64/rt0.s]
- 68b4255 runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almost by Russ Cox · 14 years ago
- a4f8d36 Run initcgo for all amd64 targets, not just GNU/Linux. by Ian Lance Taylor · 15 years ago
- 0489a26 FreeBSD-specific porting work. by Devon H. O'Dell · 15 years ago
- fdc4b4a start of FFI support, and a demo. by Russ Cox · 16 years ago
- 1f177cd linker work by Russ Cox · 16 years ago
- d90e7cb mv src/lib to src/pkg by Rob Pike · 16 years ago[Renamed from src/lib/runtime/linux/amd64/rt0.s]
- 3f6acf1 move src/runtime -> src/lib/runtime; only automatic g4 mv here. by Russ Cox · 16 years ago[Renamed from src/runtime/linux/amd64/rt0.s]
- 878822f move darwin specific code into runtime/darwin/ by Russ Cox · 16 years ago[Renamed from src/runtime/rt0_amd64_linux.s]
- 8e82a67 Break runtime.c into separate pieces for maps, strings, print, etc. by Rob Pike · 17 years ago
- b987f7a segmented stacks by Ken Thompson · 17 years ago
- 3719aa4 update darwin for segmented stacks by Rob Pike · 17 years ago
- 1f6828b segmented stack by Ken Thompson · 17 years ago
- 3e4e83a add sys.readfile() add args to linux runtime by Rob Pike · 17 years ago
- 7d11924 middle dot as alpha package separator by Ken Thompson · 17 years ago
- aeb4398 add signal handling and traceback support therein. by Rob Pike · 17 years ago
- 88a3371 print pc on faults by Rob Pike · 17 years ago
- fa259ff fix different ANON flag between darwin and linux by Ken Thompson · 17 years ago
- 2b77d87 goos and goarch by Ken Thompson · 17 years ago