| Commit message (Expand) | Author | Age | Files | Lines |
* | compiler: Remove old handling of unsafe.Pointer in type assertions. | ian | 2012-08-23 | 1 | -1/+1 |
* | mksysinfo: Fix syscall.F_GETLK and friends for 32-bit x86. | ian | 2012-08-21 | 1 | -0/+10 |
* | runtime: use sched_getaffinity for runtime.NumCPU() on Linux | ian | 2012-08-10 | 1 | -32/+21 |
* | runtime: support NumCPU() on more platforms | ian | 2012-08-07 | 10 | -42/+210 |
* | runtime, runtime/pprof: Fix runtime/pprof test to pass, enable it. | ian | 2012-07-26 | 6 | -10/+15 |
* | runtime: correct a logic error in hashmap growth. | ian | 2012-07-23 | 1 | -2/+2 |
* | mksysinfo.sh: Fix handling of glibc 2.16 bits/resource.h. | ian | 2012-07-09 | 1 | -2/+2 |
* | gotest: Only look in data segment for ppc64, not ppc*. | ian | 2012-06-25 | 1 | -1/+1 |
* | libgo: Update to Go 1.0.2 release. | ian | 2012-06-25 | 59 | -169/+1088 |
* | compiler, reflect: Quote package path with tabs. | ian | 2012-06-14 | 1 | -1/+1 |
* | libgo: Make the subdirectory in the CHECK target. | ian | 2012-06-14 | 2 | -216/+2 |
* | os/user: Use Entersyscall. | ian | 2012-06-13 | 1 | -1/+6 |
* | os: Use Entersyscall when reading directories. | ian | 2012-06-13 | 1 | -2/+9 |
* | compiler, reflect: Handle package path like gc compiler. | ian | 2012-06-12 | 3 | -4/+24 |
* | runtime: Fix printing of names in stack dumps. | ian | 2012-06-07 | 1 | -2/+2 |
* | runtime: Use dl_iterate_phdr to get TLS size. | ian | 2012-06-07 | 4 | -36/+63 |
* | runtime: Comment out code adding TLS size to stack size. | ian | 2012-06-05 | 1 | -0/+2 |
* | runtime: Fix call to _dl_get_tls_static_info for i386. | ian | 2012-06-05 | 4 | -3/+31 |
* | mksysinfo: Fix for recent change to glibc <sys/resource.h>. | ian | 2012-06-05 | 1 | -0/+2 |
* | runtime: Better SWIG interface for allocating Go memory from C/C++. | ian | 2012-06-04 | 3 | -3/+149 |
* | runtime: More efficient implementation of trampolines. | ian | 2012-05-25 | 3 | -26/+88 |
* | runtime: Fix cast error in print.c on 32-bit systems. | ian | 2012-05-25 | 1 | -1/+1 |
* | runtime: Make runtime.Stack actually work. | ian | 2012-05-24 | 4 | -66/+61 |
* | runtime: Correct definition of __go_file_line to match declaration. | ian | 2012-05-24 | 1 | -1/+1 |
* | runtime: Copy runtime_printf from other Go library. | ian | 2012-05-24 | 1 | -0/+310 |
* | runtime: Copy runtime_printf from other Go library. | ian | 2012-05-24 | 14 | -185/+106 |
* | runtime: Tweak runtime.Callers for Go 1 compatibility. | ian | 2012-05-22 | 1 | -1/+4 |
* | runtime: Use getcontext, not setjmp, to save regs for GC. | ian | 2012-05-22 | 2 | -7/+4 |
* | runtime: Print stack trace on panic or signal. | ian | 2012-05-17 | 8 | -61/+262 |
* | log/syslog: Fix name of C function syslog_c. | ian | 2012-05-16 | 1 | -1/+1 |
* | debug/dwarf: Fix handling of LineSetFile. | ian | 2012-05-16 | 1 | -1/+1 |
* | runtime: Make all variables used across getcontext volatile. | ian | 2012-05-15 | 1 | -10/+17 |
* | libgo: Use -fgo-pkgpath. | ian | 2012-05-14 | 36 | -475/+524 |
* | libgo: Update to Go 1.0.1 release. | ian | 2012-05-04 | 46 | -97/+430 |
* | PR go/52586 | ian | 2012-04-30 | 2 | -1/+13 |
* | PR go/52358 | ian | 2012-04-27 | 4 | -0/+175 |
* | PR go/52358 | ian | 2012-04-27 | 1 | -1/+12 |
* | runtime: Correct syscall.Setenv for systems that don't have setenv. | ian | 2012-04-27 | 1 | -1/+1 |
* | mksysinfo, net: Always define syscall.SO_REUSEPORT. | ian | 2012-04-26 | 2 | -4/+6 |
* | PR go/52341 | ian | 2012-04-25 | 1 | -2/+3 |
* | PR go/52583 | ian | 2012-04-25 | 7 | -9/+166 |
* | gotest: Remove race in use of ../testdata. | ian | 2012-04-24 | 1 | -14/+16 |
* | mksysinfo: Only define PathMax if PATH_MAX is defined. | ian | 2012-04-24 | 1 | -1/+2 |
* | * go-lang.c (go_langhook_init): Set MPFR precision to 256. | ian | 2012-04-23 | 1 | -1/+1 |
* | libgo: Make sure log/syslog subdirectory exists before using it. | ian | 2012-04-23 | 2 | -0/+2 |
* | mksysinfo: More fixes to emulate master Go library. | ian | 2012-04-22 | 8 | -13/+30 |
* | mksysinfo: Define more structs. | ian | 2012-04-22 | 1 | -0/+50 |
* | * godump.c (go_output_typedef): Dump size of structs. | ian | 2012-04-22 | 2 | -46/+33 |
* | syscall: Additional constants, some type corrections. | ian | 2012-04-21 | 6 | -7/+95 |
* | net, syscall: Use native endianness for GNU/Linux netlink code. | ian | 2012-04-20 | 7 | -67/+14 |