Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/AnonR/smanonr..../lib/golang/api
File: go1.4.txt
# CL 134210043 archive/zip: add Writer.Flush, Brad Fitzpatrick <bradfitz@golang.org>
[0] Fix | Delete
pkg archive/zip, method (*Writer) Flush() error
[1] Fix | Delete
[2] Fix | Delete
# CL 97140043 compress/flate: add Reset() to allow reusing large buffers to compress multiple buffers, James Robinson <jamesr@google.com>
[3] Fix | Delete
pkg compress/flate, type Resetter interface { Reset }
[4] Fix | Delete
pkg compress/flate, type Resetter interface, Reset(io.Reader, []uint8) error
[5] Fix | Delete
pkg compress/zlib, type Resetter interface { Reset }
[6] Fix | Delete
pkg compress/zlib, type Resetter interface, Reset(io.Reader, []uint8) error
[7] Fix | Delete
[8] Fix | Delete
# CL 159120044 compress/gzip: allow stopping at end of first stream, Russ Cox <rsc@golang.org>
[9] Fix | Delete
pkg compress/gzip, method (*Reader) Multistream(bool)
[10] Fix | Delete
[11] Fix | Delete
# CL 138800043 crypto: Add SHA3 functions in go.crypto/sha3 to the Hash enum., David Leon Gil <coruus@gmail.com>
[12] Fix | Delete
pkg crypto, const SHA3_224 = 10
[13] Fix | Delete
pkg crypto, const SHA3_224 Hash
[14] Fix | Delete
pkg crypto, const SHA3_256 = 11
[15] Fix | Delete
pkg crypto, const SHA3_256 Hash
[16] Fix | Delete
pkg crypto, const SHA3_384 = 12
[17] Fix | Delete
pkg crypto, const SHA3_384 Hash
[18] Fix | Delete
pkg crypto, const SHA3_512 = 13
[19] Fix | Delete
pkg crypto, const SHA3_512 Hash
[20] Fix | Delete
[21] Fix | Delete
# CL 114680043 crypto: add Signer, Adam Langley <agl@golang.org>
[22] Fix | Delete
pkg crypto, method (Hash) HashFunc() Hash
[23] Fix | Delete
pkg crypto, type Signer interface { Public, Sign }
[24] Fix | Delete
pkg crypto, type Signer interface, Public() PublicKey
[25] Fix | Delete
pkg crypto, type Signer interface, Sign(io.Reader, []uint8, SignerOpts) ([]uint8, error)
[26] Fix | Delete
pkg crypto, type SignerOpts interface { HashFunc }
[27] Fix | Delete
pkg crypto, type SignerOpts interface, HashFunc() Hash
[28] Fix | Delete
pkg crypto/ecdsa, method (*PrivateKey) Public() crypto.PublicKey
[29] Fix | Delete
pkg crypto/ecdsa, method (*PrivateKey) Sign(io.Reader, []uint8, crypto.SignerOpts) ([]uint8, error)
[30] Fix | Delete
pkg crypto/rsa, method (*PSSOptions) HashFunc() crypto.Hash
[31] Fix | Delete
pkg crypto/rsa, method (*PrivateKey) Public() crypto.PublicKey
[32] Fix | Delete
pkg crypto/rsa, method (*PrivateKey) Sign(io.Reader, []uint8, crypto.SignerOpts) ([]uint8, error)
[33] Fix | Delete
pkg crypto/rsa, type PSSOptions struct, Hash crypto.Hash
[34] Fix | Delete
[35] Fix | Delete
# CL 157090043 crypto/tls: support TLS_FALLBACK_SCSV as a server., Adam Langley <agl@golang.org>
[36] Fix | Delete
pkg crypto/tls, const TLS_FALLBACK_SCSV = 22016
[37] Fix | Delete
pkg crypto/tls, const TLS_FALLBACK_SCSV uint16
[38] Fix | Delete
[39] Fix | Delete
# CL 107400043 crypto/tls: Added dynamic alternative to NameToCertificate map for SNI, Percy Wegmann <ox.to.a.cart@gmail.com>
[40] Fix | Delete
pkg crypto/tls, type ClientHelloInfo struct
[41] Fix | Delete
pkg crypto/tls, type ClientHelloInfo struct, CipherSuites []uint16
[42] Fix | Delete
pkg crypto/tls, type ClientHelloInfo struct, ServerName string
[43] Fix | Delete
pkg crypto/tls, type ClientHelloInfo struct, SupportedCurves []CurveID
[44] Fix | Delete
pkg crypto/tls, type ClientHelloInfo struct, SupportedPoints []uint8
[45] Fix | Delete
pkg crypto/tls, type Config struct, GetCertificate func(*ClientHelloInfo) (*Certificate, error)
[46] Fix | Delete
pkg crypto/tls, type ConnectionState struct, TLSUnique []uint8
[47] Fix | Delete
[48] Fix | Delete
# CL 153420045 crypto/x509: continue to recognise MaxPathLen of zero as "no value"., Adam Langley <agl@golang.org>
[49] Fix | Delete
pkg crypto/x509, type Certificate struct, MaxPathLenZero bool
[50] Fix | Delete
[51] Fix | Delete
# CL 158950043 database/sql: add Drivers, returning list of registered drivers, Russ Cox <rsc@golang.org>
[52] Fix | Delete
pkg database/sql, func Drivers() []string
[53] Fix | Delete
[54] Fix | Delete
# CL 117280043 debug/dwarf: fix Reader panic on DW_TAG_unspecified_type, Derek Parker <parkerderek86@gmail.com>
[55] Fix | Delete
pkg debug/dwarf, method (*UnspecifiedType) Basic() *BasicType
[56] Fix | Delete
pkg debug/dwarf, method (*UnspecifiedType) Common() *CommonType
[57] Fix | Delete
pkg debug/dwarf, method (*UnspecifiedType) Size() int64
[58] Fix | Delete
pkg debug/dwarf, method (*UnspecifiedType) String() string
[59] Fix | Delete
pkg debug/dwarf, type UnspecifiedType struct
[60] Fix | Delete
pkg debug/dwarf, type UnspecifiedType struct, embedded BasicType
[61] Fix | Delete
[62] Fix | Delete
# CL 132000043 debug/elf: support arm64 relocations, Michael Hudson-Doyle <michael.hudson@linaro.org>
[63] Fix | Delete
pkg debug/elf, const EM_AARCH64 = 183
[64] Fix | Delete
pkg debug/elf, const EM_AARCH64 Machine
[65] Fix | Delete
pkg debug/elf, const R_AARCH64_ABS16 = 259
[66] Fix | Delete
pkg debug/elf, const R_AARCH64_ABS16 R_AARCH64
[67] Fix | Delete
pkg debug/elf, const R_AARCH64_ABS32 = 258
[68] Fix | Delete
pkg debug/elf, const R_AARCH64_ABS32 R_AARCH64
[69] Fix | Delete
pkg debug/elf, const R_AARCH64_ABS64 = 257
[70] Fix | Delete
pkg debug/elf, const R_AARCH64_ABS64 R_AARCH64
[71] Fix | Delete
pkg debug/elf, const R_AARCH64_ADD_ABS_LO12_NC = 277
[72] Fix | Delete
pkg debug/elf, const R_AARCH64_ADD_ABS_LO12_NC R_AARCH64
[73] Fix | Delete
pkg debug/elf, const R_AARCH64_ADR_GOT_PAGE = 311
[74] Fix | Delete
pkg debug/elf, const R_AARCH64_ADR_GOT_PAGE R_AARCH64
[75] Fix | Delete
pkg debug/elf, const R_AARCH64_ADR_PREL_LO21 = 274
[76] Fix | Delete
pkg debug/elf, const R_AARCH64_ADR_PREL_LO21 R_AARCH64
[77] Fix | Delete
pkg debug/elf, const R_AARCH64_ADR_PREL_PG_HI21 = 275
[78] Fix | Delete
pkg debug/elf, const R_AARCH64_ADR_PREL_PG_HI21 R_AARCH64
[79] Fix | Delete
pkg debug/elf, const R_AARCH64_ADR_PREL_PG_HI21_NC = 276
[80] Fix | Delete
pkg debug/elf, const R_AARCH64_ADR_PREL_PG_HI21_NC R_AARCH64
[81] Fix | Delete
pkg debug/elf, const R_AARCH64_CALL26 = 283
[82] Fix | Delete
pkg debug/elf, const R_AARCH64_CALL26 R_AARCH64
[83] Fix | Delete
pkg debug/elf, const R_AARCH64_CONDBR19 = 280
[84] Fix | Delete
pkg debug/elf, const R_AARCH64_CONDBR19 R_AARCH64
[85] Fix | Delete
pkg debug/elf, const R_AARCH64_COPY = 1024
[86] Fix | Delete
pkg debug/elf, const R_AARCH64_COPY R_AARCH64
[87] Fix | Delete
pkg debug/elf, const R_AARCH64_GLOB_DAT = 1025
[88] Fix | Delete
pkg debug/elf, const R_AARCH64_GLOB_DAT R_AARCH64
[89] Fix | Delete
pkg debug/elf, const R_AARCH64_GOT_LD_PREL19 = 309
[90] Fix | Delete
pkg debug/elf, const R_AARCH64_GOT_LD_PREL19 R_AARCH64
[91] Fix | Delete
pkg debug/elf, const R_AARCH64_IRELATIVE = 1032
[92] Fix | Delete
pkg debug/elf, const R_AARCH64_IRELATIVE R_AARCH64
[93] Fix | Delete
pkg debug/elf, const R_AARCH64_JUMP26 = 282
[94] Fix | Delete
pkg debug/elf, const R_AARCH64_JUMP26 R_AARCH64
[95] Fix | Delete
pkg debug/elf, const R_AARCH64_JUMP_SLOT = 1026
[96] Fix | Delete
pkg debug/elf, const R_AARCH64_JUMP_SLOT R_AARCH64
[97] Fix | Delete
pkg debug/elf, const R_AARCH64_LD64_GOT_LO12_NC = 312
[98] Fix | Delete
pkg debug/elf, const R_AARCH64_LD64_GOT_LO12_NC R_AARCH64
[99] Fix | Delete
pkg debug/elf, const R_AARCH64_LDST128_ABS_LO12_NC = 299
[100] Fix | Delete
pkg debug/elf, const R_AARCH64_LDST128_ABS_LO12_NC R_AARCH64
[101] Fix | Delete
pkg debug/elf, const R_AARCH64_LDST16_ABS_LO12_NC = 284
[102] Fix | Delete
pkg debug/elf, const R_AARCH64_LDST16_ABS_LO12_NC R_AARCH64
[103] Fix | Delete
pkg debug/elf, const R_AARCH64_LDST32_ABS_LO12_NC = 285
[104] Fix | Delete
pkg debug/elf, const R_AARCH64_LDST32_ABS_LO12_NC R_AARCH64
[105] Fix | Delete
pkg debug/elf, const R_AARCH64_LDST64_ABS_LO12_NC = 286
[106] Fix | Delete
pkg debug/elf, const R_AARCH64_LDST64_ABS_LO12_NC R_AARCH64
[107] Fix | Delete
pkg debug/elf, const R_AARCH64_LDST8_ABS_LO12_NC = 278
[108] Fix | Delete
pkg debug/elf, const R_AARCH64_LDST8_ABS_LO12_NC R_AARCH64
[109] Fix | Delete
pkg debug/elf, const R_AARCH64_LD_PREL_LO19 = 273
[110] Fix | Delete
pkg debug/elf, const R_AARCH64_LD_PREL_LO19 R_AARCH64
[111] Fix | Delete
pkg debug/elf, const R_AARCH64_MOVW_SABS_G0 = 270
[112] Fix | Delete
pkg debug/elf, const R_AARCH64_MOVW_SABS_G0 R_AARCH64
[113] Fix | Delete
pkg debug/elf, const R_AARCH64_MOVW_SABS_G1 = 271
[114] Fix | Delete
pkg debug/elf, const R_AARCH64_MOVW_SABS_G1 R_AARCH64
[115] Fix | Delete
pkg debug/elf, const R_AARCH64_MOVW_SABS_G2 = 272
[116] Fix | Delete
pkg debug/elf, const R_AARCH64_MOVW_SABS_G2 R_AARCH64
[117] Fix | Delete
pkg debug/elf, const R_AARCH64_MOVW_UABS_G0 = 263
[118] Fix | Delete
pkg debug/elf, const R_AARCH64_MOVW_UABS_G0 R_AARCH64
[119] Fix | Delete
pkg debug/elf, const R_AARCH64_MOVW_UABS_G0_NC = 264
[120] Fix | Delete
pkg debug/elf, const R_AARCH64_MOVW_UABS_G0_NC R_AARCH64
[121] Fix | Delete
pkg debug/elf, const R_AARCH64_MOVW_UABS_G1 = 265
[122] Fix | Delete
pkg debug/elf, const R_AARCH64_MOVW_UABS_G1 R_AARCH64
[123] Fix | Delete
pkg debug/elf, const R_AARCH64_MOVW_UABS_G1_NC = 266
[124] Fix | Delete
pkg debug/elf, const R_AARCH64_MOVW_UABS_G1_NC R_AARCH64
[125] Fix | Delete
pkg debug/elf, const R_AARCH64_MOVW_UABS_G2 = 267
[126] Fix | Delete
pkg debug/elf, const R_AARCH64_MOVW_UABS_G2 R_AARCH64
[127] Fix | Delete
pkg debug/elf, const R_AARCH64_MOVW_UABS_G2_NC = 268
[128] Fix | Delete
pkg debug/elf, const R_AARCH64_MOVW_UABS_G2_NC R_AARCH64
[129] Fix | Delete
pkg debug/elf, const R_AARCH64_MOVW_UABS_G3 = 269
[130] Fix | Delete
pkg debug/elf, const R_AARCH64_MOVW_UABS_G3 R_AARCH64
[131] Fix | Delete
pkg debug/elf, const R_AARCH64_NONE = 0
[132] Fix | Delete
pkg debug/elf, const R_AARCH64_NONE R_AARCH64
[133] Fix | Delete
pkg debug/elf, const R_AARCH64_NULL = 256
[134] Fix | Delete
pkg debug/elf, const R_AARCH64_NULL R_AARCH64
[135] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_ABS16 = 2
[136] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_ABS16 R_AARCH64
[137] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_ABS32 = 1
[138] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_ABS32 R_AARCH64
[139] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_ADD_ABS_LO12_NC = 12
[140] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_ADD_ABS_LO12_NC R_AARCH64
[141] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_ADR_GOT_PAGE = 26
[142] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_ADR_GOT_PAGE R_AARCH64
[143] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_ADR_PREL_LO21 = 10
[144] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_ADR_PREL_LO21 R_AARCH64
[145] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_ADR_PREL_PG_HI21 = 11
[146] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_ADR_PREL_PG_HI21 R_AARCH64
[147] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_CALL26 = 21
[148] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_CALL26 R_AARCH64
[149] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_CONDBR19 = 19
[150] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_CONDBR19 R_AARCH64
[151] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_COPY = 180
[152] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_COPY R_AARCH64
[153] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_GLOB_DAT = 181
[154] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_GLOB_DAT R_AARCH64
[155] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_GOT_LD_PREL19 = 25
[156] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_GOT_LD_PREL19 R_AARCH64
[157] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_IRELATIVE = 188
[158] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_IRELATIVE R_AARCH64
[159] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_JUMP26 = 20
[160] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_JUMP26 R_AARCH64
[161] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_JUMP_SLOT = 182
[162] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_JUMP_SLOT R_AARCH64
[163] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_LD32_GOT_LO12_NC = 27
[164] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_LD32_GOT_LO12_NC R_AARCH64
[165] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_LDST128_ABS_LO12_NC = 17
[166] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_LDST128_ABS_LO12_NC R_AARCH64
[167] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_LDST16_ABS_LO12_NC = 14
[168] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_LDST16_ABS_LO12_NC R_AARCH64
[169] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_LDST32_ABS_LO12_NC = 15
[170] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_LDST32_ABS_LO12_NC R_AARCH64
[171] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_LDST64_ABS_LO12_NC = 16
[172] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_LDST64_ABS_LO12_NC R_AARCH64
[173] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_LDST8_ABS_LO12_NC = 13
[174] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_LDST8_ABS_LO12_NC R_AARCH64
[175] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_LD_PREL_LO19 = 9
[176] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_LD_PREL_LO19 R_AARCH64
[177] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_MOVW_SABS_G0 = 8
[178] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_MOVW_SABS_G0 R_AARCH64
[179] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_MOVW_UABS_G0 = 5
[180] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_MOVW_UABS_G0 R_AARCH64
[181] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_MOVW_UABS_G0_NC = 6
[182] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_MOVW_UABS_G0_NC R_AARCH64
[183] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_MOVW_UABS_G1 = 7
[184] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_MOVW_UABS_G1 R_AARCH64
[185] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_PREL16 = 4
[186] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_PREL16 R_AARCH64
[187] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_PREL32 = 3
[188] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_PREL32 R_AARCH64
[189] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_RELATIVE = 183
[190] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_RELATIVE R_AARCH64
[191] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSDESC = 187
[192] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSDESC R_AARCH64
[193] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSDESC_ADD_LO12_NC = 126
[194] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSDESC_ADD_LO12_NC R_AARCH64
[195] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSDESC_ADR_PAGE21 = 124
[196] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSDESC_ADR_PAGE21 R_AARCH64
[197] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSDESC_ADR_PREL21 = 123
[198] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSDESC_ADR_PREL21 R_AARCH64
[199] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSDESC_CALL = 127
[200] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSDESC_CALL R_AARCH64
[201] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSDESC_LD32_LO12_NC = 125
[202] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSDESC_LD32_LO12_NC R_AARCH64
[203] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSDESC_LD_PREL19 = 122
[204] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSDESC_LD_PREL19 R_AARCH64
[205] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSGD_ADD_LO12_NC = 82
[206] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSGD_ADD_LO12_NC R_AARCH64
[207] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSGD_ADR_PAGE21 = 81
[208] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSGD_ADR_PAGE21 R_AARCH64
[209] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSIE_ADR_GOTTPREL_PAGE21 = 103
[210] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSIE_ADR_GOTTPREL_PAGE21 R_AARCH64
[211] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSIE_LD32_GOTTPREL_LO12_NC = 104
[212] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSIE_LD32_GOTTPREL_LO12_NC R_AARCH64
[213] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSIE_LD_GOTTPREL_PREL19 = 105
[214] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSIE_LD_GOTTPREL_PREL19 R_AARCH64
[215] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSLE_ADD_TPREL_HI12 = 109
[216] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSLE_ADD_TPREL_HI12 R_AARCH64
[217] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSLE_ADD_TPREL_LO12 = 110
[218] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSLE_ADD_TPREL_LO12 R_AARCH64
[219] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSLE_ADD_TPREL_LO12_NC = 111
[220] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSLE_ADD_TPREL_LO12_NC R_AARCH64
[221] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSLE_MOVW_TPREL_G0 = 107
[222] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSLE_MOVW_TPREL_G0 R_AARCH64
[223] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSLE_MOVW_TPREL_G0_NC = 108
[224] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSLE_MOVW_TPREL_G0_NC R_AARCH64
[225] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSLE_MOVW_TPREL_G1 = 106
[226] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLSLE_MOVW_TPREL_G1 R_AARCH64
[227] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLS_DTPMOD = 184
[228] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLS_DTPMOD R_AARCH64
[229] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLS_DTPREL = 185
[230] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLS_DTPREL R_AARCH64
[231] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLS_TPREL = 186
[232] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TLS_TPREL R_AARCH64
[233] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TSTBR14 = 18
[234] Fix | Delete
pkg debug/elf, const R_AARCH64_P32_TSTBR14 R_AARCH64
[235] Fix | Delete
pkg debug/elf, const R_AARCH64_PREL16 = 262
[236] Fix | Delete
pkg debug/elf, const R_AARCH64_PREL16 R_AARCH64
[237] Fix | Delete
pkg debug/elf, const R_AARCH64_PREL32 = 261
[238] Fix | Delete
pkg debug/elf, const R_AARCH64_PREL32 R_AARCH64
[239] Fix | Delete
pkg debug/elf, const R_AARCH64_PREL64 = 260
[240] Fix | Delete
pkg debug/elf, const R_AARCH64_PREL64 R_AARCH64
[241] Fix | Delete
pkg debug/elf, const R_AARCH64_RELATIVE = 1027
[242] Fix | Delete
pkg debug/elf, const R_AARCH64_RELATIVE R_AARCH64
[243] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSDESC = 1031
[244] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSDESC R_AARCH64
[245] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSDESC_ADD = 568
[246] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSDESC_ADD R_AARCH64
[247] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSDESC_ADD_LO12_NC = 564
[248] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSDESC_ADD_LO12_NC R_AARCH64
[249] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSDESC_ADR_PAGE21 = 562
[250] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSDESC_ADR_PAGE21 R_AARCH64
[251] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSDESC_ADR_PREL21 = 561
[252] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSDESC_ADR_PREL21 R_AARCH64
[253] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSDESC_CALL = 569
[254] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSDESC_CALL R_AARCH64
[255] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSDESC_LD64_LO12_NC = 563
[256] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSDESC_LD64_LO12_NC R_AARCH64
[257] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSDESC_LDR = 567
[258] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSDESC_LDR R_AARCH64
[259] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSDESC_LD_PREL19 = 560
[260] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSDESC_LD_PREL19 R_AARCH64
[261] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSDESC_OFF_G0_NC = 566
[262] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSDESC_OFF_G0_NC R_AARCH64
[263] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSDESC_OFF_G1 = 565
[264] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSDESC_OFF_G1 R_AARCH64
[265] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSGD_ADD_LO12_NC = 514
[266] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSGD_ADD_LO12_NC R_AARCH64
[267] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSGD_ADR_PAGE21 = 513
[268] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSGD_ADR_PAGE21 R_AARCH64
[269] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21 = 541
[270] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21 R_AARCH64
[271] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC = 542
[272] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC R_AARCH64
[273] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSIE_LD_GOTTPREL_PREL19 = 543
[274] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSIE_LD_GOTTPREL_PREL19 R_AARCH64
[275] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC = 540
[276] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC R_AARCH64
[277] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSIE_MOVW_GOTTPREL_G1 = 539
[278] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSIE_MOVW_GOTTPREL_G1 R_AARCH64
[279] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSLE_ADD_TPREL_HI12 = 549
[280] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSLE_ADD_TPREL_HI12 R_AARCH64
[281] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSLE_ADD_TPREL_LO12 = 550
[282] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSLE_ADD_TPREL_LO12 R_AARCH64
[283] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSLE_ADD_TPREL_LO12_NC = 551
[284] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSLE_ADD_TPREL_LO12_NC R_AARCH64
[285] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G0 = 547
[286] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G0 R_AARCH64
[287] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G0_NC = 548
[288] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G0_NC R_AARCH64
[289] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G1 = 545
[290] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G1 R_AARCH64
[291] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G1_NC = 546
[292] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G1_NC R_AARCH64
[293] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G2 = 544
[294] Fix | Delete
pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G2 R_AARCH64
[295] Fix | Delete
pkg debug/elf, const R_AARCH64_TLS_DTPMOD64 = 1028
[296] Fix | Delete
pkg debug/elf, const R_AARCH64_TLS_DTPMOD64 R_AARCH64
[297] Fix | Delete
pkg debug/elf, const R_AARCH64_TLS_DTPREL64 = 1029
[298] Fix | Delete
pkg debug/elf, const R_AARCH64_TLS_DTPREL64 R_AARCH64
[299] Fix | Delete
pkg debug/elf, const R_AARCH64_TLS_TPREL64 = 1030
[300] Fix | Delete
pkg debug/elf, const R_AARCH64_TLS_TPREL64 R_AARCH64
[301] Fix | Delete
pkg debug/elf, const R_AARCH64_TSTBR14 = 279
[302] Fix | Delete
pkg debug/elf, const R_AARCH64_TSTBR14 R_AARCH64
[303] Fix | Delete
pkg debug/elf, method (R_AARCH64) GoString() string
[304] Fix | Delete
pkg debug/elf, method (R_AARCH64) String() string
[305] Fix | Delete
pkg debug/elf, type R_AARCH64 int
[306] Fix | Delete
[307] Fix | Delete
# CL 107530043 debug/elf: add (*File).DynamicSymbols, ErrNoSymbols, and tests for (*File).Symbols and (*File).DynamicSymbols, and formalize symbol order., Pietro Gagliardi <pietro10@mac.com>
[308] Fix | Delete
pkg debug/elf, method (*File) DynamicSymbols() ([]Symbol, error)
[309] Fix | Delete
pkg debug/elf, var ErrNoSymbols error
[310] Fix | Delete
[311] Fix | Delete
# CL 106460044 debug/plan9obj, cmd/addr2line: on Plan 9 use a.out header, Aram Hăvărneanu <aram@mgk.ro>
[312] Fix | Delete
pkg debug/plan9obj, type FileHeader struct, HdrSize uint64
[313] Fix | Delete
pkg debug/plan9obj, type FileHeader struct, LoadAddress uint64
[314] Fix | Delete
[315] Fix | Delete
# CL 122960043 encoding/xml: add InputOffset method to Decoder, Russ Cox <rsc@golang.org>
[316] Fix | Delete
pkg encoding/xml, method (*Decoder) InputOffset() int64
[317] Fix | Delete
[318] Fix | Delete
# CL 124940043 cmd/go, go/build: implement import comment checking, Russ Cox <rsc@golang.org>
[319] Fix | Delete
pkg go/build, const ImportComment = 4
[320] Fix | Delete
pkg go/build, const ImportComment ImportMode
[321] Fix | Delete
pkg go/build, type Package struct, ImportComment string
[322] Fix | Delete
[323] Fix | Delete
# CL 155050043 go/build: Return MultiplePackageError on importing a dir containing multiple packages, Jens Frederich <jfrederich@gmail.com>
[324] Fix | Delete
pkg go/build, method (*MultiplePackageError) Error() string
[325] Fix | Delete
pkg go/build, type MultiplePackageError struct
[326] Fix | Delete
pkg go/build, type MultiplePackageError struct, Dir string
[327] Fix | Delete
pkg go/build, type MultiplePackageError struct, Files []string
[328] Fix | Delete
pkg go/build, type MultiplePackageError struct, Packages []string
[329] Fix | Delete
[330] Fix | Delete
# CL 135110044 go/token: implement PositionFor accessors, Robert Griesemer <gri@golang.org>
[331] Fix | Delete
pkg go/token, method (*File) PositionFor(Pos, bool) Position
[332] Fix | Delete
pkg go/token, method (*FileSet) PositionFor(Pos, bool) Position
[333] Fix | Delete
[334] Fix | Delete
# CL 109000049 image: add RGBAAt, Gray16At, etc., ChaiShushan <chaishushan@gmail.com>
[335] Fix | Delete
pkg image, method (*Alpha) AlphaAt(int, int) color.Alpha
[336] Fix | Delete
pkg image, method (*Alpha16) Alpha16At(int, int) color.Alpha16
[337] Fix | Delete
pkg image, method (*Gray) GrayAt(int, int) color.Gray
[338] Fix | Delete
pkg image, method (*Gray16) Gray16At(int, int) color.Gray16
[339] Fix | Delete
pkg image, method (*NRGBA) NRGBAAt(int, int) color.NRGBA
[340] Fix | Delete
pkg image, method (*NRGBA64) NRGBA64At(int, int) color.NRGBA64
[341] Fix | Delete
pkg image, method (*RGBA) RGBAAt(int, int) color.RGBA
[342] Fix | Delete
pkg image, method (*RGBA64) RGBA64At(int, int) color.RGBA64
[343] Fix | Delete
pkg image, method (*YCbCr) YCbCrAt(int, int) color.YCbCr
[344] Fix | Delete
[345] Fix | Delete
# CL 129190043 png: make the encoder configurable, Jeff R. Allen <jra@nella.org>
[346] Fix | Delete
pkg image/png, const BestCompression = -3
[347] Fix | Delete
pkg image/png, const BestCompression CompressionLevel
[348] Fix | Delete
pkg image/png, const BestSpeed = -2
[349] Fix | Delete
pkg image/png, const BestSpeed CompressionLevel
[350] Fix | Delete
pkg image/png, const DefaultCompression = 0
[351] Fix | Delete
pkg image/png, const DefaultCompression CompressionLevel
[352] Fix | Delete
pkg image/png, const NoCompression = -1
[353] Fix | Delete
pkg image/png, const NoCompression CompressionLevel
[354] Fix | Delete
pkg image/png, method (*Encoder) Encode(io.Writer, image.Image) error
[355] Fix | Delete
pkg image/png, type CompressionLevel int
[356] Fix | Delete
pkg image/png, type Encoder struct
[357] Fix | Delete
pkg image/png, type Encoder struct, CompressionLevel CompressionLevel
[358] Fix | Delete
[359] Fix | Delete
# CL 101750048 math: implement Nextafter32, Robert Griesemer <gri@golang.org>
[360] Fix | Delete
pkg math, func Nextafter32(float32, float32) float32
[361] Fix | Delete
[362] Fix | Delete
# CL 93550043 math/big: implement Rat.Float32, Robert Griesemer <gri@golang.org>
[363] Fix | Delete
pkg math/big, method (*Rat) Float32() (float32, bool)
[364] Fix | Delete
[365] Fix | Delete
# CL 76540043 net/http: add BasicAuth method to *http.Request, Kelsey Hightower <kelsey.hightower@gmail.com>
[366] Fix | Delete
pkg net/http, method (*Request) BasicAuth() (string, string, bool)
[367] Fix | Delete
[368] Fix | Delete
# CL 137940043 net/http: add Transport.DialTLS hook, Brad Fitzpatrick <bradfitz@golang.org>
[369] Fix | Delete
pkg net/http, type Transport struct, DialTLS func(string, string) (net.Conn, error)
[370] Fix | Delete
[371] Fix | Delete
# CL 132750043 net/http/httputil: Pass a Logger to ReverseProxy, allowing the user to control logging., Mark Theunissen <mark.theunissen@gmail.com>
[372] Fix | Delete
pkg net/http/httputil, type ReverseProxy struct, ErrorLog *log.Logger
[373] Fix | Delete
[374] Fix | Delete
# CL 148370043 os, syscall: add Unsetenv, Brad Fitzpatrick <bradfitz@golang.org>
[375] Fix | Delete
pkg os, func Unsetenv(string) error
[376] Fix | Delete
pkg syscall, func Unsetenv(string) error
[377] Fix | Delete
[378] Fix | Delete
# CL 144020043 reflect: add Type.Comparable, Russ Cox <rsc@golang.org>
[379] Fix | Delete
pkg reflect, type Type interface, Comparable() bool
[380] Fix | Delete
[381] Fix | Delete
# CL 153670043 runtime: add PauseEnd array to MemStats and GCStats, Jens Frederich <jfrederich@gmail.com>
[382] Fix | Delete
pkg runtime, type MemStats struct, PauseEnd [256]uint64
[383] Fix | Delete
pkg runtime/debug, type GCStats struct, PauseEnd []time.Time
[384] Fix | Delete
[385] Fix | Delete
# CL 136710045 sync/atomic: add Value, Dmitriy Vyukov <dvyukov@google.com>
[386] Fix | Delete
pkg sync/atomic, method (*Value) Load() interface{}
[387] Fix | Delete
pkg sync/atomic, method (*Value) Store(interface{})
[388] Fix | Delete
pkg sync/atomic, type Value struct
[389] Fix | Delete
[390] Fix | Delete
# CL 126190043 syscall: support UID/GID map files for Linux user namespaces, Mrunal Patel <mrunalp@gmail.com>
[391] Fix | Delete
pkg syscall (linux-386), type SysProcAttr struct, GidMappings []SysProcIDMap
[392] Fix | Delete
pkg syscall (linux-386), type SysProcAttr struct, UidMappings []SysProcIDMap
[393] Fix | Delete
pkg syscall (linux-386), type SysProcIDMap struct
[394] Fix | Delete
pkg syscall (linux-386), type SysProcIDMap struct, ContainerID int
[395] Fix | Delete
pkg syscall (linux-386), type SysProcIDMap struct, HostID int
[396] Fix | Delete
pkg syscall (linux-386), type SysProcIDMap struct, Size int
[397] Fix | Delete
pkg syscall (linux-386-cgo), type SysProcAttr struct, GidMappings []SysProcIDMap
[398] Fix | Delete
pkg syscall (linux-386-cgo), type SysProcAttr struct, UidMappings []SysProcIDMap
[399] Fix | Delete
pkg syscall (linux-386-cgo), type SysProcIDMap struct
[400] Fix | Delete
pkg syscall (linux-386-cgo), type SysProcIDMap struct, ContainerID int
[401] Fix | Delete
pkg syscall (linux-386-cgo), type SysProcIDMap struct, HostID int
[402] Fix | Delete
pkg syscall (linux-386-cgo), type SysProcIDMap struct, Size int
[403] Fix | Delete
pkg syscall (linux-amd64), type SysProcAttr struct, GidMappings []SysProcIDMap
[404] Fix | Delete
pkg syscall (linux-amd64), type SysProcAttr struct, UidMappings []SysProcIDMap
[405] Fix | Delete
pkg syscall (linux-amd64), type SysProcIDMap struct
[406] Fix | Delete
pkg syscall (linux-amd64), type SysProcIDMap struct, ContainerID int
[407] Fix | Delete
pkg syscall (linux-amd64), type SysProcIDMap struct, HostID int
[408] Fix | Delete
pkg syscall (linux-amd64), type SysProcIDMap struct, Size int
[409] Fix | Delete
pkg syscall (linux-amd64-cgo), type SysProcAttr struct, GidMappings []SysProcIDMap
[410] Fix | Delete
pkg syscall (linux-amd64-cgo), type SysProcAttr struct, UidMappings []SysProcIDMap
[411] Fix | Delete
pkg syscall (linux-amd64-cgo), type SysProcIDMap struct
[412] Fix | Delete
pkg syscall (linux-amd64-cgo), type SysProcIDMap struct, ContainerID int
[413] Fix | Delete
pkg syscall (linux-amd64-cgo), type SysProcIDMap struct, HostID int
[414] Fix | Delete
pkg syscall (linux-amd64-cgo), type SysProcIDMap struct, Size int
[415] Fix | Delete
pkg syscall (linux-arm), type SysProcAttr struct, GidMappings []SysProcIDMap
[416] Fix | Delete
pkg syscall (linux-arm), type SysProcAttr struct, UidMappings []SysProcIDMap
[417] Fix | Delete
pkg syscall (linux-arm), type SysProcIDMap struct
[418] Fix | Delete
pkg syscall (linux-arm), type SysProcIDMap struct, ContainerID int
[419] Fix | Delete
pkg syscall (linux-arm), type SysProcIDMap struct, HostID int
[420] Fix | Delete
pkg syscall (linux-arm), type SysProcIDMap struct, Size int
[421] Fix | Delete
pkg syscall (linux-arm-cgo), type SysProcAttr struct, GidMappings []SysProcIDMap
[422] Fix | Delete
pkg syscall (linux-arm-cgo), type SysProcAttr struct, UidMappings []SysProcIDMap
[423] Fix | Delete
pkg syscall (linux-arm-cgo), type SysProcIDMap struct
[424] Fix | Delete
pkg syscall (linux-arm-cgo), type SysProcIDMap struct, ContainerID int
[425] Fix | Delete
pkg syscall (linux-arm-cgo), type SysProcIDMap struct, HostID int
[426] Fix | Delete
pkg syscall (linux-arm-cgo), type SysProcIDMap struct, Size int
[427] Fix | Delete
[428] Fix | Delete
# CL 122200043 net: fix CNAME resolving on Windows, Egon Elbre <egonelbre@gmail.com>
[429] Fix | Delete
pkg syscall (windows-386), const DNS_INFO_NO_RECORDS = 9501
[430] Fix | Delete
pkg syscall (windows-386), const DNS_INFO_NO_RECORDS ideal-int
[431] Fix | Delete
pkg syscall (windows-386), const DnsSectionAdditional = 3
[432] Fix | Delete
pkg syscall (windows-386), const DnsSectionAdditional ideal-int
[433] Fix | Delete
pkg syscall (windows-386), const DnsSectionAnswer = 1
[434] Fix | Delete
pkg syscall (windows-386), const DnsSectionAnswer ideal-int
[435] Fix | Delete
pkg syscall (windows-386), const DnsSectionAuthority = 2
[436] Fix | Delete
pkg syscall (windows-386), const DnsSectionAuthority ideal-int
[437] Fix | Delete
pkg syscall (windows-386), const DnsSectionQuestion = 0
[438] Fix | Delete
pkg syscall (windows-386), const DnsSectionQuestion ideal-int
[439] Fix | Delete
pkg syscall (windows-386), func DnsNameCompare(*uint16, *uint16) bool
[440] Fix | Delete
pkg syscall (windows-amd64), const DNS_INFO_NO_RECORDS = 9501
[441] Fix | Delete
pkg syscall (windows-amd64), const DNS_INFO_NO_RECORDS ideal-int
[442] Fix | Delete
pkg syscall (windows-amd64), const DnsSectionAdditional = 3
[443] Fix | Delete
pkg syscall (windows-amd64), const DnsSectionAdditional ideal-int
[444] Fix | Delete
pkg syscall (windows-amd64), const DnsSectionAnswer = 1
[445] Fix | Delete
pkg syscall (windows-amd64), const DnsSectionAnswer ideal-int
[446] Fix | Delete
pkg syscall (windows-amd64), const DnsSectionAuthority = 2
[447] Fix | Delete
pkg syscall (windows-amd64), const DnsSectionAuthority ideal-int
[448] Fix | Delete
pkg syscall (windows-amd64), const DnsSectionQuestion = 0
[449] Fix | Delete
pkg syscall (windows-amd64), const DnsSectionQuestion ideal-int
[450] Fix | Delete
pkg syscall (windows-amd64), func DnsNameCompare(*uint16, *uint16) bool
[451] Fix | Delete
[452] Fix | Delete
# CL 86160044 os: Implement symlink support for Windows, Michael Fraenkel <michael.fraenkel@gmail.com>
[453] Fix | Delete
pkg syscall (windows-386), const ERROR_PRIVILEGE_NOT_HELD = 1314
[454] Fix | Delete
pkg syscall (windows-386), const ERROR_PRIVILEGE_NOT_HELD Errno
[455] Fix | Delete
pkg syscall (windows-amd64), const ERROR_PRIVILEGE_NOT_HELD = 1314
[456] Fix | Delete
pkg syscall (windows-amd64), const ERROR_PRIVILEGE_NOT_HELD Errno
[457] Fix | Delete
[458] Fix | Delete
# CL 86160044 os: Implement symlink support for Windows, Michael Fraenkel <michael.fraenkel@gmail.com>
[459] Fix | Delete
pkg syscall (windows-386), const FILE_ATTRIBUTE_REPARSE_POINT = 1024
[460] Fix | Delete
pkg syscall (windows-386), const FILE_ATTRIBUTE_REPARSE_POINT ideal-int
[461] Fix | Delete
pkg syscall (windows-386), const FILE_FLAG_OPEN_REPARSE_POINT = 2097152
[462] Fix | Delete
pkg syscall (windows-386), const FILE_FLAG_OPEN_REPARSE_POINT ideal-int
[463] Fix | Delete
pkg syscall (windows-386), const FSCTL_GET_REPARSE_POINT = 589992
[464] Fix | Delete
pkg syscall (windows-386), const FSCTL_GET_REPARSE_POINT ideal-int
[465] Fix | Delete
pkg syscall (windows-386), const IO_REPARSE_TAG_SYMLINK = 2684354572
[466] Fix | Delete
pkg syscall (windows-386), const IO_REPARSE_TAG_SYMLINK ideal-int
[467] Fix | Delete
pkg syscall (windows-386), const MAXIMUM_REPARSE_DATA_BUFFER_SIZE = 16384
[468] Fix | Delete
pkg syscall (windows-386), const MAXIMUM_REPARSE_DATA_BUFFER_SIZE ideal-int
[469] Fix | Delete
pkg syscall (windows-386), const SYMBOLIC_LINK_FLAG_DIRECTORY = 1
[470] Fix | Delete
pkg syscall (windows-386), const SYMBOLIC_LINK_FLAG_DIRECTORY ideal-int
[471] Fix | Delete
pkg syscall (windows-386), func CreateHardLink(*uint16, *uint16, uintptr) error
[472] Fix | Delete
pkg syscall (windows-386), func CreateSymbolicLink(*uint16, *uint16, uint32) error
[473] Fix | Delete
pkg syscall (windows-386), func DeviceIoControl(Handle, uint32, *uint8, uint32, *uint8, uint32, *uint32, *Overlapped) error
[474] Fix | Delete
pkg syscall (windows-386), func LoadCreateSymbolicLink() error
[475] Fix | Delete
pkg syscall (windows-amd64), const FILE_ATTRIBUTE_REPARSE_POINT = 1024
[476] Fix | Delete
pkg syscall (windows-amd64), const FILE_ATTRIBUTE_REPARSE_POINT ideal-int
[477] Fix | Delete
pkg syscall (windows-amd64), const FILE_FLAG_OPEN_REPARSE_POINT = 2097152
[478] Fix | Delete
pkg syscall (windows-amd64), const FILE_FLAG_OPEN_REPARSE_POINT ideal-int
[479] Fix | Delete
pkg syscall (windows-amd64), const FSCTL_GET_REPARSE_POINT = 589992
[480] Fix | Delete
pkg syscall (windows-amd64), const FSCTL_GET_REPARSE_POINT ideal-int
[481] Fix | Delete
pkg syscall (windows-amd64), const IO_REPARSE_TAG_SYMLINK = 2684354572
[482] Fix | Delete
pkg syscall (windows-amd64), const IO_REPARSE_TAG_SYMLINK ideal-int
[483] Fix | Delete
pkg syscall (windows-amd64), const MAXIMUM_REPARSE_DATA_BUFFER_SIZE = 16384
[484] Fix | Delete
pkg syscall (windows-amd64), const MAXIMUM_REPARSE_DATA_BUFFER_SIZE ideal-int
[485] Fix | Delete
pkg syscall (windows-amd64), const SYMBOLIC_LINK_FLAG_DIRECTORY = 1
[486] Fix | Delete
pkg syscall (windows-amd64), const SYMBOLIC_LINK_FLAG_DIRECTORY ideal-int
[487] Fix | Delete
pkg syscall (windows-amd64), func CreateHardLink(*uint16, *uint16, uintptr) error
[488] Fix | Delete
pkg syscall (windows-amd64), func CreateSymbolicLink(*uint16, *uint16, uint32) error
[489] Fix | Delete
pkg syscall (windows-amd64), func DeviceIoControl(Handle, uint32, *uint8, uint32, *uint8, uint32, *uint32, *Overlapped) error
[490] Fix | Delete
pkg syscall (windows-amd64), func LoadCreateSymbolicLink() error
[491] Fix | Delete
[492] Fix | Delete
# CL 149510043 net: disable SIO_UDP_CONNRESET behavior on windows., Ron Hashimoto <mail@h2so5.net>
[493] Fix | Delete
pkg syscall (windows-386), const SIO_UDP_CONNRESET = 2550136844
[494] Fix | Delete
pkg syscall (windows-386), const SIO_UDP_CONNRESET ideal-int
[495] Fix | Delete
pkg syscall (windows-amd64), const SIO_UDP_CONNRESET = 2550136844
[496] Fix | Delete
pkg syscall (windows-amd64), const SIO_UDP_CONNRESET ideal-int
[497] Fix | Delete
[498] Fix | Delete
# CL 102320044 syscall: implement syscall.Getppid() on Windows, Alan Shreve <alan@inconshreveable.com>
[499] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function