aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)AuthorFilesLines
2012-05-22runtime: Tweak runtime.Callers for Go 1 compatibility.Ian Lance Taylor1-1/+4
2012-05-22runtime: Use getcontext, not setjmp, to save regs for GC.Ian Lance Taylor2-7/+4
2012-05-17runtime: Print stack trace on panic or signal.Ian Lance Taylor8-61/+262
2012-05-16log/syslog: Fix name of C function syslog_c.Ian Lance Taylor1-1/+1
2012-05-16debug/dwarf: Fix handling of LineSetFile.Ian Lance Taylor1-1/+1
2012-05-15runtime: Make all variables used across getcontext volatile.Ian Lance Taylor1-10/+17
2012-05-14libgo: Use -fgo-pkgpath.Ian Lance Taylor36-475/+524
2012-05-04libgo: Update to Go 1.0.1 release.Ian Lance Taylor46-97/+430
2012-04-30re PR go/52586 (libgo fails to build for mips*64-linux-gnu (reference to unde...Ian Lance Taylor2-1/+13
2012-04-27re PR go/52358 (math FAILs on Solaris 8 and 9)Ian Lance Taylor4-0/+175
2012-04-27re PR go/52358 (math FAILs on Solaris 8 and 9)Ian Lance Taylor1-1/+12
2012-04-27runtime: Correct syscall.Setenv for systems that don't have setenv.Ian Lance Taylor1-1/+1
2012-04-26mksysinfo, net: Always define syscall.SO_REUSEPORT.Ian Lance Taylor2-4/+6
2012-04-25re PR go/52341 (crypto/rand FAILs before Solaris 11)Ian Lance Taylor1-2/+3
2012-04-25re PR go/52583 (Several new go testsuite failues on Solaris)Ian Lance Taylor7-9/+166
2012-04-24gotest: Remove race in use of ../testdata.Ian Lance Taylor1-14/+16
2012-04-24mksysinfo: Only define PathMax if PATH_MAX is defined.Ian Lance Taylor1-1/+2
2012-04-23go-lang.c (go_langhook_init): Set MPFR precision to 256.Ian Lance Taylor1-1/+1
2012-04-23libgo: Make sure log/syslog subdirectory exists before using it.Ian Lance Taylor2-0/+2
2012-04-22mksysinfo: More fixes to emulate master Go library.Ian Lance Taylor8-13/+30
2012-04-22mksysinfo: Define more structs.Ian Lance Taylor1-0/+50
2012-04-22godump.c (go_output_typedef): Dump size of structs.Ian Lance Taylor2-46/+33
2012-04-21syscall: Additional constants, some type corrections.Ian Lance Taylor6-7/+95
2012-04-20net, syscall: Use native endianness for GNU/Linux netlink code.Ian Lance Taylor7-67/+14
2012-04-20compiler, runtime: Add explicit checks for zero and overflow division.Ian Lance Taylor1-1/+7
2012-04-20net/http: Ignore sigaltstack when running strace in test.Ian Lance Taylor1-1/+1
2012-04-20debug/dwarf: Fix address lookups for different types of lines.Ian Lance Taylor1-0/+4
2012-04-20runtime: Disable memory profiling in gc_test.Ian Lance Taylor1-0/+2
2012-04-20runtime: Ignore stack sizes when deciding when to GC.Ian Lance Taylor4-3/+19
2012-04-20gotest: Don't get confused by data tables named Test on PPC.Ian Lance Taylor1-3/+3
2012-04-04syscall: Add more constants.Ian Lance Taylor4-10/+21
2012-04-03syscall, net: Fix GNU/Linux netlink code for big-endian systems.Ian Lance Taylor7-21/+67
2012-04-03mksysinfo.sh: Add some more networking constants.Ian Lance Taylor4-3/+17
2012-04-03gotest: Fix finding functions on PPC.Ian Lance Taylor3-5/+20
2012-03-30libgo: Update to weekly.2012-03-27 aka go1 release.Ian Lance Taylor17-122/+225
2012-03-30File removed in weekly.2012-03-22 release.Ian Lance Taylor1-0/+0
2012-03-30libgo: Update to weekly.2012-03-22.Ian Lance Taylor51-168/+612
2012-03-30libgo: Update to weekly.2012-03-13.Ian Lance Taylor137-1633/+4853
2012-03-30syscall: Convert errno to error after Exitsyscall.Ian Lance Taylor1-1/+12
2012-03-29compiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} return uintptr.Ian Lance Taylor2-2/+2
2012-03-28mksysinfo: Fix use of _in6_addr in _zone_net_addr_t.Ian Lance Taylor1-0/+5
2012-03-23syscall: Fix errno handling in syscall.Syscall and friends.Ian Lance Taylor1-0/+4
2012-03-13libgo: Export {enter,exit}syscall and use it for getaddrinfo.Ian Lance Taylor6-13/+18
2012-03-13re PR go/52557 (Timex undefined on arm-linux-gnueabi)Ian Lance Taylor1-1/+10
2012-03-09debug/dwarf: Support DWARF versions 3 and 4.Ian Lance Taylor7-40/+108
2012-03-09debug/elf: Don't crash if line numbers are not available.Ian Lance Taylor1-1/+1
2012-03-07libgo: Implement and use runtime.Caller, runtime.Func.FileLine.Ian Lance Taylor29-68/+861
2012-03-06libgo: Update to weekly.2012-03-04 release.Ian Lance Taylor147-2021/+3079
2012-03-05runtime: Implement runtime.Callers.Ian Lance Taylor1-0/+9
2012-03-05re PR go/52342 (64-bit go.test/test/chan/doubleselect.go times out on Solaris...Ian Lance Taylor1-1/+6