Age | Commit message (Expand) | Author | Files | Lines |
2017-09-22 | debug/xcoff,cmd: add XCOFF support | Ian Lance Taylor | 16 | -19/+1104 |
2017-09-20 | syscall: enable ParseDirent for AIX | Ian Lance Taylor | 2 | -1/+20 |
2017-09-20 | syscall: workaround for getsockname bug in AIX | Ian Lance Taylor | 4 | -1/+188 |
2017-09-20 | internal,net,os,runtime,syscall: fixes for AIX following update to go1.9 | Ian Lance Taylor | 16 | -19/+154 |
2017-09-20 | runtime: restore "goroutine in C code" message | Ian Lance Taylor | 2 | -1/+2 |
2017-09-15 | syscall: fixes for Solaris | Ian Lance Taylor | 3 | -2/+14 |
2017-09-14 | libgo: update to go1.9 | Ian Lance Taylor | 931 | -20116/+55737 |
2017-09-14 | compiler, runtime: simplify select and channel operations | Ian Lance Taylor | 3 | -108/+78 |
2017-09-14 | compiler, reflect: fix struct field names for embedded aliases | Ian Lance Taylor | 3 | -93/+89 |
2017-08-29 | net/internal/socktest: build sys_unix.go on AIX | Ian Lance Taylor | 1 | -1/+1 |
2017-08-29 | runtime: fix lfstack for 64-bit AIX | Ian Lance Taylor | 1 | -0/+18 |
2017-08-18 | cmd/go: pass -funwind-tables when compiling C code | Ian Lance Taylor | 1 | -0/+6 |
2017-08-16 | runtime: better implementation of netpoll for AIX | Ian Lance Taylor | 1 | -65/+96 |
2017-08-09 | compiler: handle >32bit exponent in Ldexp | Ian Lance Taylor | 1 | -2/+7 |
2017-07-21 | syscall: call f?statfs64 on GNU/Linux | Ian Lance Taylor | 1 | -2/+2 |
2017-07-21 | runtime: allocate more stack space in CgoCallbackGC test | Ian Lance Taylor | 1 | -1/+3 |
2017-07-18 | re PR go/81451 (missing futex check - libgo/runtime/thread-linux.c:12:0 futex... | Ian Lance Taylor | 1 | -2/+2 |
2017-07-14 | cmd/go: use gccSupportsFlag for -fsplit-stack | Ian Lance Taylor | 1 | -4/+2 |
2017-07-13 | re PR go/81393 (Bootstrap failure on s390x-linux while building libgo against... | Ian Lance Taylor | 2 | -6/+45 |
2017-06-29 | cmd/go: fix -buildmode={c-archive,c-shared,pie} for gccgo | Ian Lance Taylor | 1 | -14/+24 |
2017-06-27 | runtime: adapt memory management to AIX mmap | Ian Lance Taylor | 2 | -1/+11 |
2017-06-27 | syscall: ptrace fixes for s390 | Ian Lance Taylor | 2 | -4/+4 |
2017-06-26 | syscall: don't define PtraceRegs for Alpha | Ian Lance Taylor | 1 | -32/+0 |
2017-06-23 | runtime: complete defer handling in CgocallBackDone | Ian Lance Taylor | 2 | -10/+36 |
2017-06-23 | cmd/go: don't require GOROOT to exist for gccgo | Ian Lance Taylor | 1 | -2/+7 |
2017-06-23 | os: align siginfo argument to waitid | Ian Lance Taylor | 1 | -1/+1 |
2017-06-23 | runtime: don't crash if no p in kickoff | Ian Lance Taylor | 1 | -0/+18 |
2017-06-23 | runtime: improve handling of panic during deferred function | Ian Lance Taylor | 2 | -31/+85 |
2017-06-22 | runtime: uncomment check for gchelper on g0 stack | Ian Lance Taylor | 1 | -4/+3 |
2017-06-22 | runtime: mark dropm and callees nowritebarrierrec | Ian Lance Taylor | 3 | -0/+7 |
2017-06-22 | runtime: export getm function | Ian Lance Taylor | 1 | -0/+3 |
2017-06-22 | runtime: make NumGoroutine wait for system goroutines to register | Ian Lance Taylor | 5 | -0/+29 |
2017-06-22 | runtime: don't assume that _ = *s will panic if s is nil | Ian Lance Taylor | 2 | -4/+6 |
2017-06-22 | runtime: change some stack fields to uintptr | Ian Lance Taylor | 2 | -7/+7 |
2017-06-22 | runtime: avoid write barriers when calling deferred function | Ian Lance Taylor | 1 | -4/+4 |
2017-06-22 | runtime: rename _defer struct _panic field to panicStack | Ian Lance Taylor | 2 | -10/+10 |
2017-06-22 | runtime: adjust tests for gofrontend | Ian Lance Taylor | 3 | -3/+29 |
2017-06-22 | runtime: don't build test files that use SetCgoTraceback for gccgo | Ian Lance Taylor | 6 | -0/+10 |
2017-06-22 | runtime: build testprogcgo with -pthread | Ian Lance Taylor | 1 | -0/+3 |
2017-06-22 | runtime: in traceback, print panic rather than runtime.gopanic | Ian Lance Taylor | 1 | -1/+5 |
2017-06-21 | debug/elf: handle Alpha relocs | Ian Lance Taylor | 1 | -0/+51 |
2017-06-21 | Forgot to remove this file in the last libgo commit. | Ian Lance Taylor | 1 | -11/+0 |
2017-06-21 | libgo: remove old MIPS architecture names | Ian Lance Taylor | 10 | -17/+9 |
2017-06-21 | cmd/cgo: add mips64p32* to ptrSizeMap and intSizeMap | Ian Lance Taylor | 1 | -42/+46 |
2017-06-21 | internal/syscall/unix: implement randomTrap on mips64p32* | Ian Lance Taylor | 1 | -1/+1 |
2017-06-21 | libgo, syscall: fix ptrace implementation on MIPS | Ian Lance Taylor | 1 | -20/+0 |
2017-06-21 | libgo, syscall: fix ptrace implementation on MIPS | Ian Lance Taylor | 1 | -3/+17 |
2017-06-14 | cmd/cgo: make _cgo_flags consistent across runs | Ian Lance Taylor | 2 | -3/+26 |
2017-06-14 | cmd/go: gccgo: consistent results, fix vendoring | Ian Lance Taylor | 1 | -4/+17 |
2017-06-14 | cmd/go: skip tests that do not work with gccgo | Ian Lance Taylor | 2 | -1/+34 |