summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
...
* runtime: Correct ENOSYS functions.ian2012-02-021-16/+32
* syscall: Add syscall.Times.ian2012-02-022-6/+15
* os/exec: Make sure file descriptor is not closed early.ian2012-02-011-0/+1
* libgo: Update to weekly.2012-01-27.ian2012-02-01277-24843/+15442
* syscall: Add Gettid on GNU/Linux systems.ian2012-01-311-3/+4
* syscall: Don't use PtraceRegs if it is not defined.ian2012-01-314-40/+62
* syscall: Support socket control messages.ian2012-01-305-15/+71
* syscall: Define IPV6 constants for Irix.ian2012-01-271-0/+9
* libgo: Fix merge errors shown on Solaris.ian2012-01-275-9/+14
* libgo: Build stubs for some syscall functions not on older systems.ian2012-01-266-411/+695
* libgo/mksysinfo: Always define IPV6_TCLASS.ian2012-01-261-1/+1
* libgo/mksysinfo: Correct typo.ian2012-01-261-1/+1
* libgo: Update to weekly.2012-01-20.ian2012-01-25198-1948/+5120
* libgo: Update to weekly.2012-01-15.ian2012-01-25192-3901/+7842
* compiler: Give an error if a variable is defined but not used.ian2012-01-233-13/+10
* runtime: Make builtin print exactly match gc builtin print.ian2012-01-211-10/+87
* libgo: Solaris and Irix compatibility patches.ian2012-01-175-4/+10
* mksysinfo: Fix Alpha GNU/Linux compatibility patch.ian2012-01-171-1/+1
* libgo: Only build iopl and ioperm on 386, amd64, alpha GNU/Linux.ian2012-01-134-10/+43
* mksysinfo: Pick up TIOCGWINSZ even if expression is too complex.ian2012-01-131-0/+16
* mksysinfo: Make sure EPOLL_CLOEXEC is defined.ian2012-01-131-1/+4
* libgo: Update to weekly.2011-12-22.ian2012-01-13194-1286/+3633
* libgo: Update to weekly.2011-12-14.ian2012-01-12165-1655/+3421
* compiler, runtime: Implement struct and array comparisons.ian2012-01-0611-59/+305
* libgo: Use -std=gnu99 on Solaris 10.ian2011-12-222-4/+4
* runtime: Fix missing USING_SPLIT_STACK ifdef.ian2011-12-221-1/+5
* runtime: Catch signals on altstack, disable splitstack signal blocking.ian2011-12-216-133/+340
* libgo/runtime: Don't define _GNU_SOURCE in source code.ian2011-12-202-3/+0
* syscall: Don't define IPMreq in socket_irix.go.ian2011-12-201-40/+32
* libgo: Fix use of -D_GNU_SOURCE and friends when building libgo.ian2011-12-206-16/+11
* os: Fix fileInfoFromStat for Solaris.ian2011-12-163-2/+66
* syscall: Move Errno into its own file, for RTEMS.ian2011-12-154-22/+28
* libgo: Update to weekly.2011-12-06.ian2011-12-14137-1308/+1418
* runtime: Bump memory limit in gc_test.ian2011-12-141-1/+1
* runtime: Change gc_test to test only newly allocated memory.ian2011-12-131-4/+12
* mksysinfo.sh: Ensure that IPV6 constants and types are defined.ian2011-12-131-7/+17
* syscall: Don't build wait status functions on RTEMS.ian2011-12-133-7/+33
* runtime: RTEMS build fixes.ian2011-12-132-0/+7
* libgo: Solaris compatibility patches.ian2011-12-132-3/+4
* libgo: Update to weekly.2011-12-02.ian2011-12-13232-4636/+6587
* libgo: Update to weekly.2011-11-18.ian2011-12-12223-3972/+6346
* net/http: delete temporary files.ian2011-12-121-0/+3
* syslog: Fix name of C syslog function.ian2011-12-091-1/+1
* runtime: make print() built-in write to stderr.ian2011-12-091-12/+12
* libgo: Add back tests of syscall time.ian2011-12-073-9/+33
* libgo: Remove debug/proc, os.Error.ian2011-12-077-395/+3
* libgo: Update to weekly 2011-11-09.ian2011-12-07378-2331/+4913
* libgo: Remove more os.Error cases.ian2011-12-063-16/+15
* libgo: Update to weekly.2011-11-02.ian2011-12-03487-4191/+4020
* libgo: Generate dependencies automatically.ian2011-12-036-598/+1308