Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-02 | syscall: Remove Linux system calls not available in older glibcs. | Ian Lance Taylor | 1 | -6/+9 | |
From-SVN: r180784 | |||||
2011-11-02 | exp/terminal: Use tcgetattr/tcsetattr rather than ioctl. | Ian Lance Taylor | 2 | -8/+13 | |
From-SVN: r180780 | |||||
2011-11-01 | syscall: Portability code for epoll_event on GNU/Linux. | Ian Lance Taylor | 1 | -9/+0 | |
From-SVN: r180729 | |||||
2011-10-31 | syscall: Fix Errstr on systems without strerror_r. | Ian Lance Taylor | 1 | -2/+2 | |
From-SVN: r180714 | |||||
2011-10-31 | syscall: Remove a couple more 3-parameter match's in mksyscall.awk. | Ian Lance Taylor | 1 | -2/+2 | |
From-SVN: r180712 | |||||
2011-10-27 | syscalls: Rewrite awk script to work with nawk. | Ian Lance Taylor | 1 | -15/+45 | |
From-SVN: r180559 | |||||
2011-10-26 | Update Go library to last weekly. | Ian Lance Taylor | 494 | -12110/+42089 | |
From-SVN: r180552 | |||||
2011-10-25 | Solaris/Irix compatibility patches. | Ian Lance Taylor | 9 | -6/+49 | |
From-SVN: r180440 | |||||
2011-10-25 | Fix Solaris build. | Ian Lance Taylor | 1 | -1/+1 | |
From Rainer Orth. From-SVN: r180439 | |||||
2011-10-24 | Error if naked return when result variables are shadowed. | Ian Lance Taylor | 3 | -18/+23 | |
From-SVN: r180401 | |||||
2011-10-24 | Some minor fixes to the rewritten syscall library. | Ian Lance Taylor | 2 | -6/+8 | |
From-SVN: r180363 | |||||
2011-10-23 | Implement new syscall package. | Ian Lance Taylor | 44 | -14/+4386 | |
Calls to library functions now use entersyscall and exitsyscall as appropriate. This is a first step toward multiplexing goroutines onto threads. From-SVN: r180345 | |||||
2011-10-22 | Update Go library to r60.3 release. | Ian Lance Taylor | 11 | -1561/+277 | |
From-SVN: r180327 | |||||
2011-09-22 | Update Go library to release r60.1. | Ian Lance Taylor | 13 | -23/+743 | |
From-SVN: r179076 | |||||
2011-09-22 | Add html/testdata files accidentally omitted. | Ian Lance Taylor | 23 | -0/+5051 | |
From-SVN: r179075 | |||||
2011-09-16 | Update Go library to r60. | Ian Lance Taylor | 680 | -29718/+56764 | |
From-SVN: r178910 | |||||
2011-07-06 | json: fix test when rand returns 0. | Ian Lance Taylor | 1 | -0/+3 | |
Fixes using gccgo when optimizing, which changes the order of calls to rand. Same patch proposed upstream. From-SVN: r175927 | |||||
2011-05-31 | os: Correct Ctime_ns calculation. | Ian Lance Taylor | 1 | -1/+1 | |
From-SVN: r174501 | |||||
2011-05-25 | re PR go/48502 (os_test.TestStartProcess FAILs on Solaris 2) | Ian Lance Taylor | 1 | -1/+2 | |
PR go/48502 libgo/os: Fix test to run on Solaris. Patch brought over from upstream library. From-SVN: r174167 | |||||
2011-05-24 | libgo: Solaris/Irix portability fixes. | Ian Lance Taylor | 1 | -1/+1 | |
From Rainer Orth. From-SVN: r174144 | |||||
2011-05-20 | Update to current version of Go library. | Ian Lance Taylor | 318 | -4606/+18044 | |
From-SVN: r173931 | |||||
2011-04-29 | libgo http/cgi: Pass down environment variables for irix and solaris. | Ian Lance Taylor | 1 | -0/+2 | |
From-SVN: r173181 | |||||
2011-04-25 | libgo/time: Support Irix 6 location of zoneinfo files. | Ian Lance Taylor | 1 | -6/+10 | |
From-SVN: r172936 | |||||
2011-04-25 | libgo: Irix 6 patches. | Ian Lance Taylor | 1 | -0/+0 | |
From Rainer Orth. From-SVN: r172935 | |||||
2011-04-23 | re PR go/48553 (fmt FAILs on 32-bit Solaris 2 with stack overflow) | Ian Lance Taylor | 1 | -1/+3 | |
PR go/48553 libgo: Bring over patch to lower recursion depth in fmt. From-SVN: r172883 | |||||
2011-04-22 | re PR go/48503 (http/cgi FAILs if libgcc_s.so.1 isn't in default ld.so.1 ↵ | Ian Lance Taylor | 1 | -3/+31 | |
search path) PR go/48503 libgo: Bring over http/cgi environment inheritance patches. From-SVN: r172864 | |||||
2011-04-07 | libgo: Update to current Go library. | Ian Lance Taylor | 102 | -3059/+4428 | |
From-SVN: r172106 | |||||
2011-04-01 | libgo: Support for alpha. | Ian Lance Taylor | 1 | -0/+209 | |
From Uros Bizjak. From-SVN: r171860 | |||||
2011-03-31 | re PR go/47515 (Issues porting libgo to IRIX 6.5) | Ian Lance Taylor | 1 | -0/+17 | |
PR go/47515 libgo: Add Irix support. From Rainer Orth. From-SVN: r171806 | |||||
2011-03-31 | re PR go/48242 (gotest needs timeout mechanism) | Ian Lance Taylor | 1 | -0/+24 | |
PR go/48242 libgo: Add timeout for tests. From-SVN: r171803 | |||||
2011-03-31 | libgo: Remove unnecessary EINTR checks. | Ian Lance Taylor | 1 | -7/+7 | |
We always use SA_RESTART with signals, so read/write/etc. should never return EINTR. From-SVN: r171802 | |||||
2011-03-30 | Update to current Go library. | Ian Lance Taylor | 106 | -661/+1869 | |
From-SVN: r171732 | |||||
2011-03-28 | re PR go/48312 (http, rpc, websocket tests hang on Solaris 2/x86) | Ian Lance Taylor | 5 | -9/+20 | |
PR go/48312 Fix fd_select.go for changes in FD handling. We have to wake up the goroutine waiting in select each time we change the set of descriptors we are waiting for, unlike epoll. From-SVN: r171623 | |||||
2011-03-28 | Rename net/fd_rtems.go to net/fd_select.go. | Ian Lance Taylor | 1 | -0/+0 | |
From-SVN: r171621 | |||||
2011-03-24 | Update to current version of Go library. | Ian Lance Taylor | 156 | -2593/+8541 | |
From-SVN: r171427 | |||||
2011-03-23 | Missed test data in libgo update. | Ian Lance Taylor | 3 | -0/+0 | |
From-SVN: r171362 | |||||
2011-03-23 | Somehow missed this addition when updating the library. | Ian Lance Taylor | 1 | -0/+0 | |
From-SVN: r171361 | |||||
2011-03-16 | Update to current version of Go library (revision 94d654be2064). | Ian Lance Taylor | 259 | -3984/+14755 | |
From-SVN: r171076 | |||||
2011-03-09 | Solaris specific syslog support. | Ian Lance Taylor | 4 | -24/+117 | |
From-SVN: r170837 | |||||
2011-03-09 | re PR go/48019 (Need to handle EINTR in libgo testsuite) | Ian Lance Taylor | 1 | -0/+3 | |
PR go/48019 Ignore EINTR in socket connect. From-SVN: r170811 | |||||
2011-03-07 | Solaris libgo testsuite fixes. | Ian Lance Taylor | 2 | -3/+1 | |
From-SVN: r170762 | |||||
2011-02-21 | Support libgo on Solaris. | Ian Lance Taylor | 3 | -1/+24 | |
From Rainer Orth. From-SVN: r170355 | |||||
2011-01-29 | time: Look for zoneinfo files in Solaris directory. | Ian Lance Taylor | 1 | -1/+6 | |
From-SVN: r169380 | |||||
2011-01-28 | Add Solaris version of os.Hostname. | Ian Lance Taylor | 1 | -0/+25 | |
From-SVN: r169350 | |||||
2011-01-28 | When closing a file, call closedir if we called opendir. | Ian Lance Taylor | 1 | -0/+7 | |
Fixes Go issue 1448. From-SVN: r169344 | |||||
2011-01-26 | netchan: Avoid race condition in test. | Ian Lance Taylor | 1 | -2/+2 | |
Copied from master library. From-SVN: r169311 | |||||
2011-01-26 | net: Check for EINTR. | Ian Lance Taylor | 1 | -7/+7 | |
From-SVN: r169309 | |||||
2011-01-26 | Update some net tests from master sources. | Ian Lance Taylor | 2 | -13/+37 | |
From-SVN: r169298 | |||||
2011-01-24 | Recognize m68k, mips, PPC. Don't require arch syscall files to exist. | Ian Lance Taylor | 6 | -30/+0 | |
From-SVN: r169185 | |||||
2011-01-21 | Fix race condition in test case. | Ian Lance Taylor | 1 | -7/+7 | |
Brought over from master repository. From-SVN: r169106 |