| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Fix TCP keepalive handling for Solaris. | ian | 2013-11-11 | 3 | -1/+31 |
* | mksysinfo, net: Always define F_DUPFD_CLOEXEC. | ian | 2013-11-11 | 2 | -1/+6 |
* | os: Do not try to run go command in test. | ian | 2013-11-11 | 1 | -0/+1 |
* | runtime: Correct flag (FlagNoGC => FlagNoInvokeGC). | ian | 2013-11-09 | 1 | -1/+1 |
* | runtime: Fixes for Alpha. | ian | 2013-11-07 | 2 | -1/+4 |
* | libgo: Update to October 24 version of master library. | ian | 2013-11-06 | 596 | -7420/+31983 |
* | runtime: Fix typo in dup3 fallback implementation. | ian | 2013-10-18 | 1 | -1/+1 |
* | syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority. | ian | 2013-10-17 | 7 | -2/+99 |
* | runtime: Fix build on systems without split stack. | ian | 2013-10-16 | 1 | -0/+2 |
* | runtime: Don't clobber saved context when catching signal. | ian | 2013-10-14 | 1 | -2/+3 |
* | runtime: Report len out of range for large len when making slice. | ian | 2013-10-11 | 1 | -1/+4 |
* | compiler, runtime: Fix complex division of NaN / 0. | ian | 2013-10-09 | 3 | -1/+57 |
* | runtime: Do not report thunks and recover functions in backtrace. | ian | 2013-10-09 | 1 | -0/+15 |
* | reflect: Use C style comments in 386 assembly for Solaris assembler. | ian | 2013-10-07 | 1 | -23/+24 |
* | reflect: Fix calling Interface method on value created by MakeFunc. | ian | 2013-10-04 | 2 | -1/+25 |
* | runtime: Fix append of slice with elements of zero size. | ian | 2013-10-02 | 1 | -6/+6 |
* | reflect: Use hand-coded .eh_frame section rather than CFI directives. | ian | 2013-10-02 | 5 | -21/+331 |
* | reflect: Fix reflect.Call with function following non-pointer. | ian | 2013-10-01 | 2 | -2/+13 |
* | reflect: Copy stack values onto heap in amd64 MakeFunc. | ian | 2013-09-27 | 1 | -2/+8 |
* | reflect: Implement MakeFunc for 386. | ian | 2013-09-27 | 6 | -5/+264 |
* | reflect: Implement MakeFunc for amd64. | ian | 2013-09-27 | 8 | -88/+676 |
* | reflect: Fix bug calling method on indirect value. | ian | 2013-09-17 | 1 | -1/+7 |
* | compiler, runtime: Use runtime functions to pass closure value. | ian | 2013-09-03 | 6 | -27/+36 |
* | libgo: Update libtool.m4 from upstream to recognize powerpcle. | ian | 2013-08-23 | 2 | -8/+20 |
* | net: give C.getaddrinfo a hint that we only want SOCK_STREAM answers | ian | 2013-08-09 | 1 | -1/+2 |
* | syscall: Change AWK split call to use []+ rather than []*. | ian | 2013-08-02 | 1 | -2/+2 |
* | runtime: Handle allocating memory in cgo/SWIG function. | ian | 2013-07-24 | 1 | -2/+19 |
* | runtime: Check _end rather than end to find end of program. | ian | 2013-07-24 | 1 | -2/+2 |
* | net: Only use GNU/Linux unix socket abstract paths on GNU/Linux. | ian | 2013-07-24 | 5 | -47/+49 |
* | runtime: Move new 1.1.1 functions from thread-linux.c to runtime.c. | ian | 2013-07-24 | 2 | -46/+47 |
* | net/http: Don't try to trace sendfile64 on alpha. | ian | 2013-07-24 | 1 | -1/+6 |
* | log/syslog: Restore interface to make this work on Solaris again. | ian | 2013-07-23 | 3 | -13/+31 |
* | net: Remove Solaris-specific version of listenerSockaddr. | ian | 2013-07-23 | 1 | -29/+0 |
* | runtime: Declare epoll_create1 if necessary. | ian | 2013-07-23 | 1 | -0/+4 |
* | runtime: Support cgo callbacks from threads started by C. | ian | 2013-07-23 | 5 | -20/+131 |
* | runtime: Ignore SIGPROF if not on a Go thread. | ian | 2013-07-23 | 1 | -6/+7 |
* | runtime: Fix build on non-split-stack systems. | ian | 2013-07-16 | 1 | -2/+6 |
* | libgo: Update to Go 1.1.1. | ian | 2013-07-16 | 620 | -122654/+23893 |
* | compiler, runtime: Use function descriptors. | ian | 2013-06-18 | 16 | -53/+104 |
* | runtime, testing/quick: libffi doesn't handle complex on Alpha. | ian | 2013-03-01 | 2 | -3/+16 |
* | runtime: Don't block SIGTRAP while creating a new thread. | ian | 2013-02-28 | 1 | -0/+6 |
* | PR go/56171 | ian | 2013-02-20 | 6 | -29/+103 |
* | PR go/56320 | ian | 2013-02-20 | 1 | -3/+4 |
* | runtime: Do not reserve huge amount of swap on 32 bit architectures. | ian | 2013-02-15 | 1 | -1/+9 |
* | PR go/56171 | ian | 2013-02-11 | 5 | -3/+67 |
* | compiler, libgo: Permit testing package when test imports it circularly. | ian | 2013-02-10 | 15 | -255/+68 |
* | PR go/56017 | ian | 2013-02-09 | 2 | -2/+8 |
* | PR go/56017 | ian | 2013-02-09 | 1 | -0/+1 |
* | syscall: Always use _C_int for C libcalls. | ian | 2013-02-08 | 10 | -48/+50 |
* | runtime: Change main in goc2c to return int. | ian | 2013-02-07 | 1 | -1/+1 |