summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
...
* os: Use Entersyscall when reading directories.Ian Lance Taylor2012-06-131-2/+9
* compiler, reflect: Handle package path like gc compiler.Ian Lance Taylor2012-06-123-4/+24
* runtime: Fix printing of names in stack dumps.Ian Lance Taylor2012-06-071-2/+2
* runtime: Use dl_iterate_phdr to get TLS size.Ian Lance Taylor2012-06-074-36/+63
* runtime: Comment out code adding TLS size to stack size.Ian Lance Taylor2012-06-051-0/+2
* runtime: Fix call to _dl_get_tls_static_info for i386.Ian Lance Taylor2012-06-054-3/+31
* mksysinfo: Fix for recent change to glibc <sys/resource.h>.Ian Lance Taylor2012-06-051-0/+2
* runtime: Better SWIG interface for allocating Go memory from C/C++.Ian Lance Taylor2012-06-043-3/+149
* runtime: More efficient implementation of trampolines.Ian Lance Taylor2012-05-253-26/+88
* runtime: Fix cast error in print.c on 32-bit systems.Ian Lance Taylor2012-05-251-1/+1
* runtime: Make runtime.Stack actually work.Ian Lance Taylor2012-05-244-66/+61
* runtime: Correct definition of __go_file_line to match declaration.Ian Lance Taylor2012-05-241-1/+1
* runtime: Copy runtime_printf from other Go library.Ian Lance Taylor2012-05-241-0/+310
* runtime: Copy runtime_printf from other Go library.Ian Lance Taylor2012-05-2414-185/+106
* runtime: Tweak runtime.Callers for Go 1 compatibility.Ian Lance Taylor2012-05-221-1/+4
* runtime: Use getcontext, not setjmp, to save regs for GC.Ian Lance Taylor2012-05-222-7/+4
* runtime: Print stack trace on panic or signal.Ian Lance Taylor2012-05-178-61/+262
* log/syslog: Fix name of C function syslog_c.Ian Lance Taylor2012-05-161-1/+1
* debug/dwarf: Fix handling of LineSetFile.Ian Lance Taylor2012-05-161-1/+1
* runtime: Make all variables used across getcontext volatile.Ian Lance Taylor2012-05-151-10/+17
* libgo: Use -fgo-pkgpath.Ian Lance Taylor2012-05-1436-475/+524
* libgo: Update to Go 1.0.1 release.Ian Lance Taylor2012-05-0446-97/+430
* re PR go/52586 (libgo fails to build for mips*64-linux-gnu (reference to unde...Ian Lance Taylor2012-04-302-1/+13
* re PR go/52358 (math FAILs on Solaris 8 and 9)Ian Lance Taylor2012-04-274-0/+175
* re PR go/52358 (math FAILs on Solaris 8 and 9)Ian Lance Taylor2012-04-271-1/+12
* runtime: Correct syscall.Setenv for systems that don't have setenv.Ian Lance Taylor2012-04-271-1/+1
* mksysinfo, net: Always define syscall.SO_REUSEPORT.Ian Lance Taylor2012-04-262-4/+6
* re PR go/52341 (crypto/rand FAILs before Solaris 11)Ian Lance Taylor2012-04-251-2/+3
* re PR go/52583 (Several new go testsuite failues on Solaris)Ian Lance Taylor2012-04-257-9/+166
* gotest: Remove race in use of ../testdata.Ian Lance Taylor2012-04-241-14/+16
* mksysinfo: Only define PathMax if PATH_MAX is defined.Ian Lance Taylor2012-04-241-1/+2
* go-lang.c (go_langhook_init): Set MPFR precision to 256.Ian Lance Taylor2012-04-231-1/+1
* libgo: Make sure log/syslog subdirectory exists before using it.Ian Lance Taylor2012-04-232-0/+2
* mksysinfo: More fixes to emulate master Go library.Ian Lance Taylor2012-04-228-13/+30
* mksysinfo: Define more structs.Ian Lance Taylor2012-04-221-0/+50
* godump.c (go_output_typedef): Dump size of structs.Ian Lance Taylor2012-04-222-46/+33
* syscall: Additional constants, some type corrections.Ian Lance Taylor2012-04-216-7/+95
* net, syscall: Use native endianness for GNU/Linux netlink code.Ian Lance Taylor2012-04-207-67/+14
* compiler, runtime: Add explicit checks for zero and overflow division.Ian Lance Taylor2012-04-201-1/+7
* net/http: Ignore sigaltstack when running strace in test.Ian Lance Taylor2012-04-201-1/+1
* debug/dwarf: Fix address lookups for different types of lines.Ian Lance Taylor2012-04-201-0/+4
* runtime: Disable memory profiling in gc_test.Ian Lance Taylor2012-04-201-0/+2
* runtime: Ignore stack sizes when deciding when to GC.Ian Lance Taylor2012-04-204-3/+19
* gotest: Don't get confused by data tables named Test on PPC.Ian Lance Taylor2012-04-201-3/+3
* syscall: Add more constants.Ian Lance Taylor2012-04-044-10/+21
* syscall, net: Fix GNU/Linux netlink code for big-endian systems.Ian Lance Taylor2012-04-037-21/+67
* mksysinfo.sh: Add some more networking constants.Ian Lance Taylor2012-04-034-3/+17
* gotest: Fix finding functions on PPC.Ian Lance Taylor2012-04-033-5/+20
* libgo: Update to weekly.2012-03-27 aka go1 release.Ian Lance Taylor2012-03-3017-122/+225
* File removed in weekly.2012-03-22 release.Ian Lance Taylor2012-03-301-0/+0