components/golang/patches/0018-release-branch.go1.5-AUTHORS-add-Oracle-as-corporate.patch
changeset 5331 9c955076ffe3
equal deleted inserted replaced
5330:c36e3195e3e9 5331:9c955076ffe3
       
     1 From 7765a5b7d04b52f122575223400d0b440d868d32 Mon Sep 17 00:00:00 2001
       
     2 From: Brad Fitzpatrick <[email protected]>
       
     3 Date: Tue, 8 Sep 2015 10:28:22 -0700
       
     4 Subject: [PATCH 18/63] [release-branch.go1.5] AUTHORS: add Oracle as corporate
       
     5  copyright holder
       
     6 
       
     7 Some commits made by Aram from his personal email address are
       
     8 actually copyright Oracle:
       
     9 
       
    10 a77fcb3 net: fix comment in sendFile
       
    11 b0e71f4 net: link with networking libraries when net package is in use
       
    12 92e959a syscall, net: use sendfile on Solaris
       
    13 db8d5b7 net: try to fix setKeepAlivePeriod on Solaris
       
    14 fe5ef5c runtime, syscall: link Solaris binaries directly instead of using dlopen/dlsym
       
    15 2b90c3e go/build: enable cgo by default on solaris/amd64
       
    16 2d18ab7 doc/progs: disable cgo tests that use C.Stdout on Solaris
       
    17 2230e9d misc/cgo: add various solaris build lines
       
    18 649c7b6 net: add cgo support for Solaris
       
    19 24396da os/user: small fixes for Solaris
       
    20 121489c runtime/cgo: add cgo support for solaris/amd64
       
    21 83b25d9 cmd/ld: make .rela and .rela.plt sections contiguous
       
    22 c94f1f7 runtime: always load address of libcFunc on Solaris
       
    23 e481aac cmd/6l: use .plt instead of .got on Solaris
       
    24 
       
    25 See bug for clarification.
       
    26 
       
    27 Fixes #12452
       
    28 
       
    29 Change-Id: I0aeb1b46c0c7d09c5c736e383ecf40240d2cf85f
       
    30 Reviewed-on: https://go-review.googlesource.com/14380
       
    31 Reviewed-by: Ian Lance Taylor <[email protected]>
       
    32 Reviewed-on: https://go-review.googlesource.com/14393
       
    33 Reviewed-by: Brad Fitzpatrick <[email protected]>
       
    34 ---
       
    35  AUTHORS | 1 +
       
    36  1 file changed, 1 insertion(+)
       
    37 
       
    38 diff --git a/AUTHORS b/AUTHORS
       
    39 index 6520630..54a10ad 100644
       
    40 --- a/AUTHORS
       
    41 +++ b/AUTHORS
       
    42 @@ -411,6 +411,7 @@ Oliver Hookins <[email protected]>
       
    43  Olivier Antoine <[email protected]>
       
    44  Olivier Duperray <[email protected]>
       
    45  Olivier Saingre <[email protected]>
       
    46 +Oracle
       
    47  Padraig Kitterick <[email protected]>
       
    48  Palm Stone Games
       
    49  Paolo Giarrusso <[email protected]>
       
    50 -- 
       
    51 2.6.1
       
    52