| Commit message (Expand) | Author | Age | Files | Lines |
* | libgo: adapt Solaris 12 references | Ian Lance Taylor | 2017-11-14 | 1 | -4/+4 |
* | mksysinfo: strip locale structs | Ian Lance Taylor | 2017-09-29 | 1 | -0/+1 |
* | syscall: enable ParseDirent for AIX | Ian Lance Taylor | 2017-09-20 | 1 | -0/+1 |
* | mksysinfo: fix in6_addr in mld_hdr_t for Solaris | Ian Lance Taylor | 2017-08-31 | 1 | -0/+4 |
* | libgo: fix Stat_t on AIX | Ian Lance Taylor | 2017-08-29 | 1 | -0/+1 |
* | syscall: ptrace fixes for s390 | Ian Lance Taylor | 2017-06-27 | 1 | -11/+2 |
* | libgo, syscall: fix ptrace implementation on MIPS | Ian Lance Taylor | 2017-06-21 | 1 | -0/+4 |
* | Big merge of changes to gofrontend repo that were postponed due to the | Ian Lance Taylor | 2017-05-10 | 1 | -0/+25 |
* | re PR go/78172 (gen-sysinfo.go vs AIX cred.h) | Ian Lance Taylor | 2016-11-05 | 1 | -2/+2 |
* | runtime, syscall: force EPOLLET to be positive | Ian Lance Taylor | 2016-10-19 | 1 | -0/+8 |
* | syscall, internal/syscall/unix: Fix getrandom, clone on sparc64 | Ian Lance Taylor | 2016-10-12 | 1 | -0/+2 |
* | libgo: separate mksysinfo inputs into separate Makefile targets | Ian Lance Taylor | 2016-09-27 | 1 | -268/+8 |
* | runtime: use -fgo-c-header to build C header file | Ian Lance Taylor | 2016-08-30 | 1 | -0/+1 |
* | mksysinfo.sh: always define CLONE_NEWNET | Ian Lance Taylor | 2016-08-09 | 1 | -0/+3 |
* | libgo: update to go1.7rc3 | Ian Lance Taylor | 2016-07-22 | 1 | -0/+11 |
* | re PR go/69966 (libgo: Port syscall.SetsockoptUcred from golang) | Ian Lance Taylor | 2016-02-26 | 1 | -1/+9 |
* | syscall: Add definition for NLA_HDRLEN | Ian Lance Taylor | 2015-12-18 | 1 | -3/+10 |
* | libgo: use Solaris sendfile lib, fix Solaris _in6_addr_t fields | Ian Lance Taylor | 2015-11-10 | 1 | -0/+20 |
* | mksysinfo.sh: Make sure that CLONE_NEWUSER is defined. | Ian Lance Taylor | 2015-11-03 | 1 | -0/+5 |
* | mksysinfo.sh: Handle TIOCGPGRP if too complex for -dump-go-spec. | Ian Lance Taylor | 2015-11-02 | 1 | -0/+8 |
* | mksysinfo.sh: Handle TIOCSPGRP if too complex for -fdump-go-spec. | Ian Lance Taylor | 2015-11-01 | 1 | -0/+8 |
* | runtime: Remove now unnecessary pad field from ParFor. | Ian Lance Taylor | 2015-10-31 | 1 | -1/+3 |
* | re PR go/67695 (Please improve POSIX shell compatibility of libgo/mksysinfo.sh) | Ian Lance Taylor | 2015-09-23 | 1 | -1/+1 |
* | syscall: Fix to libgo/mksysinfo.sh | Ian Lance Taylor | 2015-07-29 | 1 | -3/+3 |
* | syscall: Add ioctl consts from if_tun.h | Ian Lance Taylor | 2015-07-25 | 1 | -0/+187 |
* | mksysinfo.sh: Define Solaris zone_net_addr_t struct. | Ian Lance Taylor | 2015-04-08 | 1 | -0/+5 |
* | mksysinfo.sh: Remove _zone_net_addr_t handling. | Ian Lance Taylor | 2015-02-06 | 1 | -5/+0 |
* | mksysinfo: Tolerate missing structures in upcase_fields. | Dominik Vogt | 2014-11-06 | 1 | -4/+4 |
* | libgo: add s390 support | Ian Lance Taylor | 2014-11-04 | 1 | -8/+45 |
* | libgo: Add consts for ioctl | Ian Lance Taylor | 2014-10-28 | 1 | -1/+25 |
* | libgo: Merge to master revision 19184. | Ian Lance Taylor | 2014-06-06 | 1 | -0/+10 |
* | mksysinfo: Define some more non-trivial TIOC constants. | Ian Lance Taylor | 2014-05-07 | 1 | -0/+32 |
* | mksysinfo: Define CLONE flags. | Ian Lance Taylor | 2014-05-07 | 1 | -0/+7 |
* | mksysinfo, net: Always define F_DUPFD_CLOEXEC. | Ian Lance Taylor | 2013-11-11 | 1 | -0/+5 |
* | libgo: Update to October 24 version of master library. | Ian Lance Taylor | 2013-11-06 | 1 | -1/+20 |
* | syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority. | Ian Lance Taylor | 2013-10-17 | 1 | -0/+4 |
* | re PR go/56171 (syscall FAILs on Solaris) | Ian Lance Taylor | 2013-02-11 | 1 | -0/+7 |
* | syscall: Always use _C_int for C libcalls. | Ian Lance Taylor | 2013-02-08 | 1 | -0/+2 |
* | libgo: Update Go library to master revision 15489/921e53d4863c. | Ian Lance Taylor | 2013-01-29 | 1 | -0/+5 |
* | mksysinfo: Fix TIOCNOTTY and TIOCSCTTY for ARM. | Ian Lance Taylor | 2012-12-04 | 1 | -0/+16 |
* | syscall, mksysinfo: Prepare syscall package for 64-bit int. | Ian Lance Taylor | 2012-11-02 | 1 | -1/+12 |
* | mksysinfo: Define SIGPOLL and SIGCLD if necessary. | Ian Lance Taylor | 2012-10-24 | 1 | -0/+10 |
* | mksysinfo: Fix syscall.F_GETLK and friends for 32-bit x86. | Ian Lance Taylor | 2012-08-21 | 1 | -0/+10 |
* | mksysinfo.sh: Fix handling of glibc 2.16 bits/resource.h. | Ian Lance Taylor | 2012-07-09 | 1 | -2/+2 |
* | mksysinfo: Fix for recent change to glibc <sys/resource.h>. | Ian Lance Taylor | 2012-06-05 | 1 | -0/+2 |
* | re PR go/52586 (libgo fails to build for mips*64-linux-gnu (reference to unde... | Ian Lance Taylor | 2012-04-30 | 1 | -0/+8 |
* | mksysinfo, net: Always define syscall.SO_REUSEPORT. | Ian Lance Taylor | 2012-04-26 | 1 | -1/+1 |
* | mksysinfo: Only define PathMax if PATH_MAX is defined. | Ian Lance Taylor | 2012-04-24 | 1 | -1/+2 |
* | mksysinfo: More fixes to emulate master Go library. | Ian Lance Taylor | 2012-04-22 | 1 | -5/+19 |
* | mksysinfo: Define more structs. | Ian Lance Taylor | 2012-04-22 | 1 | -0/+50 |