summaryrefslogtreecommitdiffstats
path: root/libgo
Commit message (Collapse)AuthorAgeFilesLines
...
* mksysinfo: Pick up TIOCGWINSZ even if expression is too complex.ian2012-01-131-0/+16
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183169 138bc75d-0d04-0410-961f-82ee72b054a4
* mksysinfo: Make sure EPOLL_CLOEXEC is defined.ian2012-01-131-1/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183168 138bc75d-0d04-0410-961f-82ee72b054a4
* libgo: Update to weekly.2011-12-22.ian2012-01-13194-1286/+3633
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183150 138bc75d-0d04-0410-961f-82ee72b054a4
* libgo: Update to weekly.2011-12-14.ian2012-01-12165-1655/+3421
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183118 138bc75d-0d04-0410-961f-82ee72b054a4
* compiler, runtime: Implement struct and array comparisons.ian2012-01-0611-59/+305
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182971 138bc75d-0d04-0410-961f-82ee72b054a4
* libgo: Use -std=gnu99 on Solaris 10.ian2011-12-222-4/+4
| | | | | | | From Rainer Orth. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182637 138bc75d-0d04-0410-961f-82ee72b054a4
* runtime: Fix missing USING_SPLIT_STACK ifdef.ian2011-12-221-1/+5
| | | | | | | From Uros Bizjak. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182633 138bc75d-0d04-0410-961f-82ee72b054a4
* runtime: Catch signals on altstack, disable splitstack signal blocking.ian2011-12-216-133/+340
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182607 138bc75d-0d04-0410-961f-82ee72b054a4
* libgo/runtime: Don't define _GNU_SOURCE in source code.ian2011-12-202-3/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182550 138bc75d-0d04-0410-961f-82ee72b054a4
* syscall: Don't define IPMreq in socket_irix.go.ian2011-12-201-40/+32
| | | | | | | From Rainer Orth. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182549 138bc75d-0d04-0410-961f-82ee72b054a4
* libgo: Fix use of -D_GNU_SOURCE and friends when building libgo.ian2011-12-206-16/+11
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182548 138bc75d-0d04-0410-961f-82ee72b054a4
* os: Fix fileInfoFromStat for Solaris.ian2011-12-163-2/+66
| | | | | | | From Rainer Orth. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182402 138bc75d-0d04-0410-961f-82ee72b054a4
* syscall: Move Errno into its own file, for RTEMS.ian2011-12-154-22/+28
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182356 138bc75d-0d04-0410-961f-82ee72b054a4
* libgo: Update to weekly.2011-12-06.ian2011-12-14137-1308/+1418
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182338 138bc75d-0d04-0410-961f-82ee72b054a4
* runtime: Bump memory limit in gc_test.ian2011-12-141-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182332 138bc75d-0d04-0410-961f-82ee72b054a4
* runtime: Change gc_test to test only newly allocated memory.ian2011-12-131-4/+12
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182315 138bc75d-0d04-0410-961f-82ee72b054a4
* mksysinfo.sh: Ensure that IPV6 constants and types are defined.ian2011-12-131-7/+17
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182314 138bc75d-0d04-0410-961f-82ee72b054a4
* syscall: Don't build wait status functions on RTEMS.ian2011-12-133-7/+33
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182313 138bc75d-0d04-0410-961f-82ee72b054a4
* runtime: RTEMS build fixes.ian2011-12-132-0/+7
| | | | | | | From Joel Sherrill. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182309 138bc75d-0d04-0410-961f-82ee72b054a4
* libgo: Solaris compatibility patches.ian2011-12-132-3/+4
| | | | | | | From Rainer Orth. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182296 138bc75d-0d04-0410-961f-82ee72b054a4
* libgo: Update to weekly.2011-12-02.ian2011-12-13232-4636/+6587
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182295 138bc75d-0d04-0410-961f-82ee72b054a4
* libgo: Update to weekly.2011-11-18.ian2011-12-12223-3972/+6346
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182266 138bc75d-0d04-0410-961f-82ee72b054a4
* net/http: delete temporary files.ian2011-12-121-0/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182256 138bc75d-0d04-0410-961f-82ee72b054a4
* syslog: Fix name of C syslog function.ian2011-12-091-1/+1
| | | | | | | From Rainer Orth. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182168 138bc75d-0d04-0410-961f-82ee72b054a4
* runtime: make print() built-in write to stderr.ian2011-12-091-12/+12
| | | | | | | Fixes issue 2294. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182167 138bc75d-0d04-0410-961f-82ee72b054a4
* libgo: Add back tests of syscall time.ian2011-12-073-9/+33
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182075 138bc75d-0d04-0410-961f-82ee72b054a4
* libgo: Remove debug/proc, os.Error.ian2011-12-077-395/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182074 138bc75d-0d04-0410-961f-82ee72b054a4
* libgo: Update to weekly 2011-11-09.ian2011-12-07378-2331/+4913
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182073 138bc75d-0d04-0410-961f-82ee72b054a4
* libgo: Remove more os.Error cases.ian2011-12-063-16/+15
| | | | | | | From Rainer Orth. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182060 138bc75d-0d04-0410-961f-82ee72b054a4
* libgo: Update to weekly.2011-11-02.ian2011-12-03487-4191/+4020
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181964 138bc75d-0d04-0410-961f-82ee72b054a4
* libgo: Generate dependencies automatically.ian2011-12-036-598/+1308
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181955 138bc75d-0d04-0410-961f-82ee72b054a4
* libgo: Update to weekly.2011-11-01.ian2011-12-02168-1605/+2239
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181938 138bc75d-0d04-0410-961f-82ee72b054a4
* merge.sh: Add files, add revision option, handle middle dot.ian2011-12-021-9/+35
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181937 138bc75d-0d04-0410-961f-82ee72b054a4
* runtime: Remove temporary runtime_cond_wait function.ian2011-12-012-27/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181897 138bc75d-0d04-0410-961f-82ee72b054a4
* runtime: Rename sigignore to sig_ignore for Solaris.ian2011-12-011-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181885 138bc75d-0d04-0410-961f-82ee72b054a4
* compiler/runtime: Copy channel implementation from master library.ian2011-12-0120-2384/+1280
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181874 138bc75d-0d04-0410-961f-82ee72b054a4
* runtime: Copy runtime_panicstring from master library.ian2011-11-3031-92/+83
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181830 138bc75d-0d04-0410-961f-82ee72b054a4
* libgo: update to weekly.2011-10-25ian2011-11-2939-3367/+4628
| | | | | | | Changes were mainly straightforward to merge. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181824 138bc75d-0d04-0410-961f-82ee72b054a4
* runtime: If no sem_timedwait, use pthread_cond_timedwait.ian2011-11-295-11/+114
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181821 138bc75d-0d04-0410-961f-82ee72b054a4
* runtime: If O_CLOEXEC is not defined, define it as 0.ian2011-11-291-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181814 138bc75d-0d04-0410-961f-82ee72b054a4
* runtime: Multiplex goroutines onto OS threads.ian2011-11-2838-1235/+2065
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181772 138bc75d-0d04-0410-961f-82ee72b054a4
* runtime: New lock/note implementation.ian2011-11-2221-293/+705
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181633 138bc75d-0d04-0410-961f-82ee72b054a4
* runtime: Use some of 6g runtime.c for easier merging.ian2011-11-149-74/+257
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181368 138bc75d-0d04-0410-961f-82ee72b054a4
* Introduce G structure and thread-local global g.ian2011-11-1114-133/+102
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181301 138bc75d-0d04-0410-961f-82ee72b054a4
* syscall: Remove Linux system calls not available in older glibcs.ian2011-11-021-6/+9
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180784 138bc75d-0d04-0410-961f-82ee72b054a4
* exp/terminal: Use tcgetattr/tcsetattr rather than ioctl.ian2011-11-022-8/+13
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180780 138bc75d-0d04-0410-961f-82ee72b054a4
* libgo/Makefile: Fix dependency.ian2011-11-022-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180778 138bc75d-0d04-0410-961f-82ee72b054a4
* runtime: Don't ask mmap for wrapping memory.ian2011-11-011-0/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180732 138bc75d-0d04-0410-961f-82ee72b054a4
* runtime: Correct test of mmap return value.ian2011-11-011-1/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180731 138bc75d-0d04-0410-961f-82ee72b054a4
* syscall: Portability code for epoll_event on GNU/Linux.ian2011-11-016-13/+301
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180729 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud