summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* mksysinfo: Define more structs.ian2012-04-221-0/+50
* * godump.c (go_output_typedef): Dump size of structs.ian2012-04-222-46/+33
* syscall: Additional constants, some type corrections.ian2012-04-216-7/+95
* net, syscall: Use native endianness for GNU/Linux netlink code.ian2012-04-207-67/+14
* compiler, runtime: Add explicit checks for zero and overflow division.ian2012-04-201-1/+7
* net/http: Ignore sigaltstack when running strace in test.ian2012-04-201-1/+1
* debug/dwarf: Fix address lookups for different types of lines.ian2012-04-201-0/+4
* runtime: Disable memory profiling in gc_test.ian2012-04-201-0/+2
* runtime: Ignore stack sizes when deciding when to GC.ian2012-04-204-3/+19
* gotest: Don't get confused by data tables named Test on PPC.ian2012-04-201-3/+3
* syscall: Add more constants.ian2012-04-044-10/+21
* syscall, net: Fix GNU/Linux netlink code for big-endian systems.ian2012-04-037-21/+67
* mksysinfo.sh: Add some more networking constants.ian2012-04-034-3/+17
* gotest: Fix finding functions on PPC.ian2012-04-033-5/+20
* libgo: Update to weekly.2012-03-27 aka go1 release.ian2012-03-3017-122/+225
* File removed in weekly.2012-03-22 release.ian2012-03-301-0/+0
* libgo: Update to weekly.2012-03-22.ian2012-03-3051-168/+612
* libgo: Update to weekly.2012-03-13.ian2012-03-30137-1633/+4853
* syscall: Convert errno to error after Exitsyscall.ian2012-03-301-1/+12
* compiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} return uintptr.ian2012-03-292-2/+2
* mksysinfo: Fix use of _in6_addr in _zone_net_addr_t.ian2012-03-281-0/+5
* syscall: Fix errno handling in syscall.Syscall and friends.ian2012-03-231-0/+4
* libgo: Export {enter,exit}syscall and use it for getaddrinfo.ian2012-03-136-13/+18
* PR go/52557ian2012-03-131-1/+10
* debug/dwarf: Support DWARF versions 3 and 4.ian2012-03-097-40/+108
* debug/elf: Don't crash if line numbers are not available.ian2012-03-091-1/+1
* libgo: Implement and use runtime.Caller, runtime.Func.FileLine.ian2012-03-0729-68/+861
* libgo: Update to weekly.2012-03-04 release.ian2012-03-06147-2021/+3079
* runtime: Implement runtime.Callers.ian2012-03-051-0/+9
* PR go/52342ian2012-03-051-1/+6
* libgo: Fix Solaris ustat.h test.ian2012-03-052-2/+8
* libgo: Try to fix use of <ustat.h> for Solaris and older GNU/Linux.ian2012-03-024-3/+53
* runtime: Add type casts to fix Solaris build.ian2012-03-021-2/+2
* libgo: Update to weekly.2012-02-22 release.ian2012-03-02208-1993/+5192
* libgo: Update to weekly.2012-02-14 release.ian2012-03-02262-8661/+11079
* mksysinfo: Define MADV_ constants for madvise.ian2012-03-011-0/+2
* syscall: Fill out GNU/Linux support.ian2012-02-2910-47/+269
* runtime: Call exit rather than _exit.ian2012-02-281-1/+1
* runtime: Fix typo in go-nosys.c.ian2012-02-251-1/+1
* libgo: Add mount flags, fallocate, statfs.ian2012-02-186-13/+89
* PR go/52266ian2012-02-172-410/+406
* PR go/51874ian2012-02-162-8/+2
* runtime: Support broken makecontext on Solaris 8/9.ian2012-02-154-0/+41
* PR go/48407ian2012-02-141-1/+22
* PR go/48410ian2012-02-145-35/+38
* syscall: Change Dup2 to only return an error.ian2012-02-144-18/+15
* PR go/48501ian2012-02-141-1/+4
* PR go/50654ian2012-02-141-12/+31
* net: Don't run UDP multicast tests on Alpha GNU/Linux.ian2012-02-141-1/+1
* PR go/52084ian2012-02-124-1/+152