summaryrefslogtreecommitdiffstats
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* 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
* libgo: Update to weekly.2011-11-01.ian2011-12-02168-1605/+2239
* merge.sh: Add files, add revision option, handle middle dot.ian2011-12-021-9/+35
* runtime: Remove temporary runtime_cond_wait function.ian2011-12-012-27/+0
* runtime: Rename sigignore to sig_ignore for Solaris.ian2011-12-011-2/+2
* compiler/runtime: Copy channel implementation from master library.ian2011-12-0120-2384/+1280
* runtime: Copy runtime_panicstring from master library.ian2011-11-3031-92/+83
* libgo: update to weekly.2011-10-25ian2011-11-2939-3367/+4628
* runtime: If no sem_timedwait, use pthread_cond_timedwait.ian2011-11-295-11/+114
* runtime: If O_CLOEXEC is not defined, define it as 0.ian2011-11-291-0/+4
* runtime: Multiplex goroutines onto OS threads.ian2011-11-2838-1235/+2065
* runtime: New lock/note implementation.ian2011-11-2221-293/+705
* runtime: Use some of 6g runtime.c for easier merging.ian2011-11-149-74/+257
* Introduce G structure and thread-local global g.ian2011-11-1114-133/+102
* syscall: Remove Linux system calls not available in older glibcs.ian2011-11-021-6/+9
* exp/terminal: Use tcgetattr/tcsetattr rather than ioctl.ian2011-11-022-8/+13
* libgo/Makefile: Fix dependency.ian2011-11-022-2/+2
* runtime: Don't ask mmap for wrapping memory.ian2011-11-011-0/+2
* runtime: Correct test of mmap return value.ian2011-11-011-1/+6
* syscall: Portability code for epoll_event on GNU/Linux.ian2011-11-016-13/+301
* syscall: Use sched_yield rather than pthread_yield.ian2011-10-311-2/+2
* syscall: Fix Errstr on systems without strerror_r.ian2011-10-311-2/+2
* syscall: Remove a couple more 3-parameter match's in mksyscall.awk.ian2011-10-311-2/+2
* syscalls: Rewrite awk script to work with nawk.ian2011-10-271-15/+45
OpenPOWER on IntegriCloud