Age | Commit message (Expand) | Author | Files | Lines |
2020-12-30 | libgo: update to Go1.16beta1 release | Ian Lance Taylor | 1 | -0/+18 |
2020-10-28 | libgo: handle linking to NetBSD's versioned symbols | Nikhil Benesch | 1 | -0/+3 |
2020-10-14 | libgo: export NetBSD-specific types in mksysinfo.sh | Nikhil Benesch | 1 | -0/+6 |
2019-02-01 | runtime, sync: use __atomic intrinsics instead of __sync | Ian Lance Taylor | 1 | -16/+0 |
2018-10-02 | internal/bytealg: support systems that don't have memmem | Ian Lance Taylor | 1 | -0/+3 |
2018-06-22 | syscall: remove Ustat | Ian Lance Taylor | 1 | -3/+0 |
2017-06-21 | libgo, syscall: fix ptrace implementation on MIPS | Ian Lance Taylor | 1 | -0/+3 |
2017-05-10 | Big merge of changes to gofrontend repo that were postponed due to the | Ian Lance Taylor | 1 | -0/+3 |
2017-01-03 | re PR go/78789 (Error: no such instruction: `aesenc %xmm0,%xmm2' when compili... | Ian Lance Taylor | 1 | -0/+3 |
2016-10-18 | runtime: copy netpoll code from Go 1.7 runtime | Ian Lance Taylor | 1 | -0/+6 |
2016-09-30 | runtime: copy internal locking code from Go 1.7 runtime | Ian Lance Taylor | 1 | -0/+3 |
2015-05-16 | libgo: Use __USING_SJLJ_EXCEPTIONS__ rather than configure test. | Ian Lance Taylor | 1 | -3/+0 |
2015-01-15 | libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. | Ian Lance Taylor | 1 | -0/+3 |
2014-05-07 | mksysinfo: Define CLONE flags. | Ian Lance Taylor | 1 | -0/+3 |
2014-04-16 | libgo: Remove Solaris 8 & 9 support. | Ian Lance Taylor | 1 | -3/+0 |
2013-11-24 | syscall: Only call varargs libc functions from C code. | Ian Lance Taylor | 1 | -0/+3 |
2013-11-06 | libgo: Update to October 24 version of master library. | Ian Lance Taylor | 1 | -0/+3 |
2013-10-17 | syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority. | Ian Lance Taylor | 1 | -0/+15 |
2013-10-02 | reflect: Use hand-coded .eh_frame section rather than CFI directives. | Ian Lance Taylor | 1 | -0/+12 |
2013-01-29 | libgo: Update Go library to master revision 15489/921e53d4863c. | Ian Lance Taylor | 1 | -0/+9 |
2012-06-07 | runtime: Use dl_iterate_phdr to get TLS size. | Ian Lance Taylor | 1 | -3/+3 |
2012-06-05 | runtime: Fix call to _dl_get_tls_static_info for i386. | Ian Lance Taylor | 1 | -0/+3 |
2012-04-27 | re PR go/52358 (math FAILs on Solaris 8 and 9) | Ian Lance Taylor | 1 | -0/+39 |
2012-04-22 | mksysinfo: More fixes to emulate master Go library. | Ian Lance Taylor | 1 | -0/+3 |
2012-04-21 | syscall: Additional constants, some type corrections. | Ian Lance Taylor | 1 | -0/+33 |
2012-04-04 | syscall: Add more constants. | Ian Lance Taylor | 1 | -0/+3 |
2012-04-03 | mksysinfo.sh: Add some more networking constants. | Ian Lance Taylor | 1 | -0/+3 |
2012-03-02 | libgo: Try to fix use of <ustat.h> for Solaris and older GNU/Linux. | Ian Lance Taylor | 1 | -1/+1 |
2012-02-29 | syscall: Fill out GNU/Linux support. | Ian Lance Taylor | 1 | -0/+21 |
2012-02-18 | libgo: Add mount flags, fallocate, statfs. | Ian Lance Taylor | 1 | -0/+15 |
2012-02-15 | runtime: Support broken makecontext on Solaris 8/9. | Ian Lance Taylor | 1 | -0/+3 |
2012-02-12 | re PR go/52084 (go tests fail to link on powerpc-linux-gnu (undefined referen... | Ian Lance Taylor | 1 | -0/+8 |
2012-02-10 | libgo/configure: Fixes for Solaris 8 and cross-compilation. | Ian Lance Taylor | 1 | -0/+3 |
2012-02-08 | runtime: Add matherr function when appropriate. | Ian Lance Taylor | 1 | -0/+6 |
2012-02-08 | runtime: System-specific hack fix for x86_64 Solaris 10. | Ian Lance Taylor | 1 | -0/+3 |
2012-01-26 | libgo: Build stubs for some syscall functions not on older systems. | Ian Lance Taylor | 1 | -0/+51 |
2012-01-25 | libgo: Update to weekly.2012-01-15. | Ian Lance Taylor | 1 | -0/+3 |
2011-12-02 | libgo: Update to weekly.2011-11-01. | Ian Lance Taylor | 1 | -6/+0 |
2011-11-29 | runtime: If no sem_timedwait, use pthread_cond_timedwait. | Ian Lance Taylor | 1 | -0/+3 |
2011-09-16 | Update Go library to r60. | Ian Lance Taylor | 1 | -0/+15 |
2011-05-24 | libgo: Make os.setenv_c work on systems without setenv. | Ian Lance Taylor | 1 | -0/+3 |
2011-04-05 | libgo: Use MAP_FIXED if necessary to grab arena. | Ian Lance Taylor | 1 | -0/+12 |
2011-02-21 | Support libgo on Solaris. | Ian Lance Taylor | 1 | -0/+3 |
2011-02-04 | Implement __sync_fetch_and_add_4 if necessary. | Ian Lance Taylor | 1 | -0/+4 |
2011-02-03 | Check whether we are using setjmp/longjmp exceptions. | Ian Lance Taylor | 1 | -0/+3 |
2011-02-01 | Test whether libgcc or kernel defines __sync_bool_compare_and_swap_4. | Ian Lance Taylor | 1 | -0/+4 |
2010-12-03 | Add Go frontend, libgo library, and Go testsuite. | Ian Lance Taylor | 1 | -0/+119 |