summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* net: give C.getaddrinfo a hint that we only want SOCK_STREAM answersian2013-08-091-1/+2
* syscall: Change AWK split call to use []+ rather than []*.ian2013-08-021-2/+2
* runtime: Handle allocating memory in cgo/SWIG function.ian2013-07-241-2/+19
* runtime: Check _end rather than end to find end of program.ian2013-07-241-2/+2
* net: Only use GNU/Linux unix socket abstract paths on GNU/Linux.ian2013-07-245-47/+49
* runtime: Move new 1.1.1 functions from thread-linux.c to runtime.c.ian2013-07-242-46/+47
* net/http: Don't try to trace sendfile64 on alpha.ian2013-07-241-1/+6
* log/syslog: Restore interface to make this work on Solaris again.ian2013-07-233-13/+31
* net: Remove Solaris-specific version of listenerSockaddr.ian2013-07-231-29/+0
* runtime: Declare epoll_create1 if necessary.ian2013-07-231-0/+4
* runtime: Support cgo callbacks from threads started by C.ian2013-07-235-20/+131
* runtime: Ignore SIGPROF if not on a Go thread.ian2013-07-231-6/+7
* runtime: Fix build on non-split-stack systems.ian2013-07-161-2/+6
* libgo: Update to Go 1.1.1.ian2013-07-16620-122654/+23893
* compiler, runtime: Use function descriptors.ian2013-06-1816-53/+104
* runtime, testing/quick: libffi doesn't handle complex on Alpha.ian2013-03-012-3/+16
* runtime: Don't block SIGTRAP while creating a new thread.ian2013-02-281-0/+6
* PR go/56171ian2013-02-206-29/+103
* PR go/56320ian2013-02-201-3/+4
* runtime: Do not reserve huge amount of swap on 32 bit architectures.ian2013-02-151-1/+9
* PR go/56171ian2013-02-115-3/+67
* compiler, libgo: Permit testing package when test imports it circularly.ian2013-02-1015-255/+68
* PR go/56017ian2013-02-092-2/+8
* PR go/56017ian2013-02-091-0/+1
* syscall: Always use _C_int for C libcalls.ian2013-02-0810-48/+50
* runtime: Change main in goc2c to return int.ian2013-02-071-1/+1
* PR go/56173ian2013-02-071-2/+12
* libgo: Correct test for whether to use DejaGNU.ian2013-02-072-2/+2
* PR go/56172ian2013-02-071-1/+1
* PR go/56172ian2013-02-064-7/+34
* PR go/56172ian2013-02-051-1/+1
* PR go/56017ian2013-02-055-12/+26
* PR go/56171ian2013-02-023-4/+32
* runtime: Correct handling of runtime.Callers skip parameter.ian2013-02-021-2/+3
* runtime: Correct test for morestack.S.ian2013-02-011-1/+1
* runtime: Recognize morestack.S if there is no function name.ian2013-01-311-1/+12
* runtime: Remove confusion about split stack functions in backtrace.ian2013-01-311-2/+10
* runtime: Block signals when creating a new thread.ian2013-01-311-1/+13
* runtime: Don't allocate when doing a backtrace.ian2013-01-311-2/+8
* runtime: In backtraces, get inline functions, skip split-stack fns.ian2013-01-307-53/+143
* libgo: Update Go library to master revision 15502/229081515358.ian2013-01-3017-98/+158
* libgo: Update Go library to master revision 15489/921e53d4863c.ian2013-01-29290-49301/+60967
* runtime: SPARCv9 fixes for lfstack.ian2013-01-291-1/+4
* libgo: Add --enable-werror configure option.ian2013-01-262-5/+17
* PR other/56076ian2013-01-251-2/+11
* PR go/46986ian2013-01-2435-116/+131
* PR go/46986ian2013-01-243-8/+8
* libgo: Update to revision 15193:6fdc1974457c of master library.ian2012-12-22104-685/+2433
* compiler: Error if name defined in both package and file blocks.ian2012-12-211-5/+5
* libgo: Link against libatomic_convenience.la.ian2012-12-182-8/+9