summaryrefslogtreecommitdiff
path: root/libgo/config.h.in
Commit message (Expand)AuthorAgeFilesLines
* libgo: update to Go1.16beta1 releaseIan Lance Taylor2020-12-301-0/+18
* libgo: handle linking to NetBSD's versioned symbolsNikhil Benesch2020-10-281-0/+3
* libgo: export NetBSD-specific types in mksysinfo.shNikhil Benesch2020-10-141-0/+6
* runtime, sync: use __atomic intrinsics instead of __syncIan Lance Taylor2019-02-011-16/+0
* internal/bytealg: support systems that don't have memmemIan Lance Taylor2018-10-021-0/+3
* syscall: remove UstatIan Lance Taylor2018-06-221-3/+0
* libgo, syscall: fix ptrace implementation on MIPSIan Lance Taylor2017-06-211-0/+3
* Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor2017-05-101-0/+3
* re PR go/78789 (Error: no such instruction: `aesenc %xmm0,%xmm2' when compili...Ian Lance Taylor2017-01-031-0/+3
* runtime: copy netpoll code from Go 1.7 runtimeIan Lance Taylor2016-10-181-0/+6
* runtime: copy internal locking code from Go 1.7 runtimeIan Lance Taylor2016-09-301-0/+3
* libgo: Use __USING_SJLJ_EXCEPTIONS__ rather than configure test.Ian Lance Taylor2015-05-161-3/+0
* libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.Ian Lance Taylor2015-01-151-0/+3
* mksysinfo: Define CLONE flags.Ian Lance Taylor2014-05-071-0/+3
* libgo: Remove Solaris 8 & 9 support.Ian Lance Taylor2014-04-161-3/+0
* syscall: Only call varargs libc functions from C code.Ian Lance Taylor2013-11-241-0/+3
* libgo: Update to October 24 version of master library.Ian Lance Taylor2013-11-061-0/+3
* syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority.Ian Lance Taylor2013-10-171-0/+15
* reflect: Use hand-coded .eh_frame section rather than CFI directives.Ian Lance Taylor2013-10-021-0/+12
* libgo: Update Go library to master revision 15489/921e53d4863c.Ian Lance Taylor2013-01-291-0/+9
* runtime: Use dl_iterate_phdr to get TLS size.Ian Lance Taylor2012-06-071-3/+3
* runtime: Fix call to _dl_get_tls_static_info for i386.Ian Lance Taylor2012-06-051-0/+3
* re PR go/52358 (math FAILs on Solaris 8 and 9)Ian Lance Taylor2012-04-271-0/+39
* mksysinfo: More fixes to emulate master Go library.Ian Lance Taylor2012-04-221-0/+3
* syscall: Additional constants, some type corrections.Ian Lance Taylor2012-04-211-0/+33
* syscall: Add more constants.Ian Lance Taylor2012-04-041-0/+3
* mksysinfo.sh: Add some more networking constants.Ian Lance Taylor2012-04-031-0/+3
* libgo: Try to fix use of <ustat.h> for Solaris and older GNU/Linux.Ian Lance Taylor2012-03-021-1/+1
* syscall: Fill out GNU/Linux support.Ian Lance Taylor2012-02-291-0/+21
* libgo: Add mount flags, fallocate, statfs.Ian Lance Taylor2012-02-181-0/+15
* runtime: Support broken makecontext on Solaris 8/9.Ian Lance Taylor2012-02-151-0/+3
* re PR go/52084 (go tests fail to link on powerpc-linux-gnu (undefined referen...Ian Lance Taylor2012-02-121-0/+8
* libgo/configure: Fixes for Solaris 8 and cross-compilation.Ian Lance Taylor2012-02-101-0/+3
* runtime: Add matherr function when appropriate.Ian Lance Taylor2012-02-081-0/+6
* runtime: System-specific hack fix for x86_64 Solaris 10.Ian Lance Taylor2012-02-081-0/+3
* libgo: Build stubs for some syscall functions not on older systems.Ian Lance Taylor2012-01-261-0/+51
* libgo: Update to weekly.2012-01-15.Ian Lance Taylor2012-01-251-0/+3
* libgo: Update to weekly.2011-11-01.Ian Lance Taylor2011-12-021-6/+0
* runtime: If no sem_timedwait, use pthread_cond_timedwait.Ian Lance Taylor2011-11-291-0/+3
* Update Go library to r60.Ian Lance Taylor2011-09-161-0/+15
* libgo: Make os.setenv_c work on systems without setenv.Ian Lance Taylor2011-05-241-0/+3
* libgo: Use MAP_FIXED if necessary to grab arena.Ian Lance Taylor2011-04-051-0/+12
* Support libgo on Solaris.Ian Lance Taylor2011-02-211-0/+3
* Implement __sync_fetch_and_add_4 if necessary.Ian Lance Taylor2011-02-041-0/+4
* Check whether we are using setjmp/longjmp exceptions.Ian Lance Taylor2011-02-031-0/+3
* Test whether libgcc or kernel defines __sync_bool_compare_and_swap_4.Ian Lance Taylor2011-02-011-0/+4
* Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor2010-12-031-0/+119