| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime: use _libgo_off_t_type when calling C mmap | Ian Lance Taylor | 2022-10-27 | 1 | -2/+4 |
* | runtime: portable access to sigev_notify_thread_id | Ian Lance Taylor | 2022-09-27 | 2 | -1/+29 |
* | runtime: synchronize empty struct field handling | melonedo | 2022-09-27 | 1 | -4/+10 |
* | cmd/cgo: add and use runtime/cgo.Incomplete instead of //go:notinheap | Ian Lance Taylor | 2022-09-22 | 5 | -51/+66 |
* | runtime: ignore __morestack function in runtime.Callers | Ian Lance Taylor | 2022-09-06 | 1 | -1/+1 |
* | libgo: use SYS_timer_settime32 | Ian Lance Taylor | 2022-07-30 | 1 | -0/+5 |
* | libgo: use POSIX shell arithmetic expansion | Ian Lance Taylor | 2022-07-22 | 2 | -2/+2 |
* | libgo: don't include <linux/fs.h> when building gen-sysinfo.go | Ian Lance Taylor | 2022-07-13 | 1 | -3/+0 |
* | libgo: handle stat st_atim32 field and SYS_SECCOMP | Ian Lance Taylor | 2022-06-30 | 1 | -1/+2 |
* | libgo: make runtime.Version return a meaningful string | Ian Lance Taylor | 2022-06-28 | 3 | -10/+2 |
* | libgo: #include <sys/types.h> when checking for loff_t | Ian Lance Taylor | 2022-06-21 | 2 | -2/+8 |
* | libgo: permit loff_t and off_t to be macros | Ian Lance Taylor | 2022-06-17 | 6 | -18/+39 |
* | syscall: gofmt | Ian Lance Taylor | 2022-06-14 | 42 | -6/+52 |
* | runtime: use correct field name for PPC32 GLIBC registers | Ian Lance Taylor | 2022-04-20 | 1 | -12/+23 |
* | libgo: make a couple of sed uses POSIX compliant | Ian Lance Taylor | 2022-04-19 | 3 | -3/+3 |
* | libgo: only add signum to siglist if it doesn't exist yet | Sören Tempel | 2022-04-18 | 1 | -2/+6 |
* | runtime: add special handling for signal 34 | A. Wilcox | 2022-04-18 | 2 | -2/+5 |
* | compiler: revert `for package-scope "a = b; b = x" just set "a = x"` | Ian Lance Taylor | 2022-04-15 | 2 | -6/+8 |
* | runtime: use regset indexes for PPC register values | Ian Lance Taylor | 2022-04-14 | 1 | -15/+10 |
* | runtime: support PPC32 MUSL register access | Ian Lance Taylor | 2022-03-31 | 1 | -0/+18 |
* | libgo: update to final Go 1.18 release | Ian Lance Taylor | 2022-03-16 | 91 | -603/+1982 |
* | mkruntimeinc: skip _FILE | Ian Lance Taylor | 2022-03-04 | 1 | -1/+2 |
* | libgo: move golang.org/x/sync/semaphore to gotool packages | Clément Chigot | 2022-03-04 | 2 | -1/+1 |
* | libgo: fix AIX build for the Go1.18 update | Clément Chigot | 2022-03-04 | 4 | -4/+2 |
* | libgo: update README.gcc | Ian Lance Taylor | 2022-02-22 | 1 | -4/+3 |
* | runtime/internal/syscall: build dummy package if not Linux | Ian Lance Taylor | 2022-02-21 | 1 | -0/+7 |
* | libgo: update Hurd support | Ian Lance Taylor | 2022-02-18 | 8 | -9/+297 |
* | libgo: update to Go1.18rc1 release | Ian Lance Taylor | 2022-02-18 | 187 | -2975/+3699 |
* | net: add hurd build tag for setReadMsgCloseOnExec | Ian Lance Taylor | 2022-02-17 | 1 | -1/+1 |
* | libgo: restore building on Solaris | Ian Lance Taylor | 2022-02-16 | 7 | -8/+17 |
* | runtime: call timer functions via syscall | Ian Lance Taylor | 2022-02-13 | 6 | -35/+18 |
* | libgo: update to Go1.18beta2 | Ian Lance Taylor | 2022-02-11 | 1977 | -36276/+84204 |
* | compiler, internal/abi: implement FuncPCABI0, FuncPCABIInternal | Ian Lance Taylor | 2022-02-08 | 3 | -5/+42 |
* | make `-Werror` optional in libatomic/libbacktrace/libgomp/libitm/libsanitizer | David Seifert | 2022-02-03 | 2 | -7/+6 |
* | runtime: build panic32.go on amd64p32 | Ian Lance Taylor | 2022-01-20 | 1 | -2/+2 |
* | compiler, libgo: don't pad sparc64-linux epollevent | Ian Lance Taylor | 2021-12-29 | 1 | -1/+1 |
* | runtime: set runtime.GOROOT value at build time | Ian Lance Taylor | 2021-09-21 | 3 | -4/+21 |
* | libgo: update to go1.17.1 release | Ian Lance Taylor | 2021-09-16 | 13 | -20/+153 |
* | runtime: use hash32, not hash64, for amd64p32, mips64p32, mips64p32le | Ian Lance Taylor | 2021-09-07 | 2 | -4/+4 |
* | libgo: update to final Go 1.17 release | Ian Lance Taylor | 2021-09-05 | 12 | -65/+215 |
* | libgo: various fixes for Solaris support | Ian Lance Taylor | 2021-08-14 | 9 | -16/+34 |
* | runtime: use C cast syntax in stack.c | Ian Lance Taylor | 2021-08-13 | 1 | -1/+1 |
* | libgo: update to Go1.17rc2 | Ian Lance Taylor | 2021-08-12 | 2003 | -22813/+74652 |
* | runtime: run gofmt on testdata/testwinsignal/main.go | Ian Lance Taylor | 2021-08-12 | 1 | -19/+19 |
* | compiler: store pointers to go:notinheap types indirectly | Ian Lance Taylor | 2021-08-12 | 1 | -2/+2 |
* | runtime: extend internal atomics to comply with sync/atomic | Ian Lance Taylor | 2021-08-05 | 2 | -0/+105 |
* | compile, runtime: make selectnbrecv return two values | Ian Lance Taylor | 2021-08-03 | 1 | -28/+3 |
* | compiler, runtime: allow slice to array pointer conversion | Ian Lance Taylor | 2021-08-02 | 2 | -0/+9 |
* | compiler, runtime: support unsafe.Add and unsafe.Slice | Ian Lance Taylor | 2021-08-02 | 1 | -0/+29 |
* | runtime: remove direct assignments to memory locations | Ian Lance Taylor | 2021-07-09 | 2 | -3/+3 |