1. 357a013 runtime: save registers in linux/{386,amd64} lib entry point by Ian Lance Taylor · 10 years ago
  2. d1eee2c runtime: shared library init support for android/arm. by Srdjan Petrovic · 10 years ago
  3. e8694c8 runtime: initialize shared library at library-load time by Srdjan Petrovic · 10 years ago
  4. 8da54a4 cmd: linker changes for shared library initialization by Srdjan Petrovic · 10 years ago
  5. 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]
  6. cb040d5 runtime: use new #include "textflag.h" by Russ Cox · 11 years ago
  7. 7ba41e9 runtime: convert a few traceback-related functions from proc.c to traceback.go by Russ Cox · 11 years ago
  8. 0273dc1 runtime: convert .s textflags from numbers to symbolic constants. by Keith Randall · 12 years ago
  9. 6120ef0 runtime: rename _rt0_$GOARCH to _rt0_go by Russ Cox · 12 years ago
  10. 36b414f runtime: change amd64 startup convention by Russ Cox · 12 years ago
  11. 851f301 runtime: make more build-friendly by Russ Cox · 13 years ago[Renamed from src/pkg/runtime/linux/amd64/rt0.s]
  12. 68b4255 runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almost by Russ Cox · 14 years ago
  13. a4f8d36 Run initcgo for all amd64 targets, not just GNU/Linux. by Ian Lance Taylor · 15 years ago
  14. 0489a26 FreeBSD-specific porting work. by Devon H. O'Dell · 15 years ago
  15. fdc4b4a start of FFI support, and a demo. by Russ Cox · 16 years ago
  16. 1f177cd linker work by Russ Cox · 16 years ago
  17. d90e7cb mv src/lib to src/pkg by Rob Pike · 16 years ago[Renamed from src/lib/runtime/linux/amd64/rt0.s]
  18. 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]
  19. 878822f move darwin specific code into runtime/darwin/ by Russ Cox · 16 years ago[Renamed from src/runtime/rt0_amd64_linux.s]
  20. 8e82a67 Break runtime.c into separate pieces for maps, strings, print, etc. by Rob Pike · 17 years ago
  21. b987f7a segmented stacks by Ken Thompson · 17 years ago
  22. 3719aa4 update darwin for segmented stacks by Rob Pike · 17 years ago
  23. 1f6828b segmented stack by Ken Thompson · 17 years ago
  24. 3e4e83a add sys.readfile() add args to linux runtime by Rob Pike · 17 years ago
  25. 7d11924 middle dot as alpha package separator by Ken Thompson · 17 years ago
  26. aeb4398 add signal handling and traceback support therein. by Rob Pike · 17 years ago
  27. 88a3371 print pc on faults by Rob Pike · 17 years ago
  28. fa259ff fix different ANON flag between darwin and linux by Ken Thompson · 17 years ago
  29. 2b77d87 goos and goarch by Ken Thompson · 17 years ago