mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-30 20:12:26 -05:00 
			
		
		
		
	[chore]: Bump golang.org/x/net from 0.11.0 to 0.12.0 (#1973)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
					parent
					
						
							
								901770f5c7
							
						
					
				
			
			
				commit
				
					
						6de5ca46f8
					
				
			
		
					 37 changed files with 6940 additions and 1511 deletions
				
			
		
							
								
								
									
										6
									
								
								go.mod
									
										
									
									
									
								
							
							
						
						
									
										6
									
								
								go.mod
									
										
									
									
									
								
							|  | @ -59,10 +59,10 @@ require ( | ||||||
| 	go.opentelemetry.io/otel/sdk v1.16.0 | 	go.opentelemetry.io/otel/sdk v1.16.0 | ||||||
| 	go.opentelemetry.io/otel/trace v1.16.0 | 	go.opentelemetry.io/otel/trace v1.16.0 | ||||||
| 	go.uber.org/automaxprocs v1.5.2 | 	go.uber.org/automaxprocs v1.5.2 | ||||||
| 	golang.org/x/crypto v0.10.0 | 	golang.org/x/crypto v0.11.0 | ||||||
| 	golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 | 	golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 | ||||||
| 	golang.org/x/image v0.9.0 | 	golang.org/x/image v0.9.0 | ||||||
| 	golang.org/x/net v0.11.0 | 	golang.org/x/net v0.12.0 | ||||||
| 	golang.org/x/oauth2 v0.9.0 | 	golang.org/x/oauth2 v0.9.0 | ||||||
| 	golang.org/x/text v0.11.0 | 	golang.org/x/text v0.11.0 | ||||||
| 	gopkg.in/mcuadros/go-syslog.v2 v2.3.0 | 	gopkg.in/mcuadros/go-syslog.v2 v2.3.0 | ||||||
|  | @ -164,7 +164,7 @@ require ( | ||||||
| 	go.opentelemetry.io/proto/otlp v0.19.0 // indirect | 	go.opentelemetry.io/proto/otlp v0.19.0 // indirect | ||||||
| 	golang.org/x/arch v0.3.0 // indirect | 	golang.org/x/arch v0.3.0 // indirect | ||||||
| 	golang.org/x/mod v0.10.0 // indirect | 	golang.org/x/mod v0.10.0 // indirect | ||||||
| 	golang.org/x/sys v0.9.0 // indirect | 	golang.org/x/sys v0.10.0 // indirect | ||||||
| 	golang.org/x/tools v0.6.0 // indirect | 	golang.org/x/tools v0.6.0 // indirect | ||||||
| 	google.golang.org/appengine v1.6.7 // indirect | 	google.golang.org/appengine v1.6.7 // indirect | ||||||
| 	google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect | 	google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect | ||||||
|  |  | ||||||
							
								
								
									
										14
									
								
								go.sum
									
										
									
									
									
								
							
							
						
						
									
										14
									
								
								go.sum
									
										
									
									
									
								
							|  | @ -692,8 +692,8 @@ golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97/go.mod h1:GvvjBRRGRdwPK5y | ||||||
| golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= | golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= | ||||||
| golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= | golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= | ||||||
| golang.org/x/crypto v0.6.0/go.mod h1:OFC/31mSvZgRz0V1QTNCzfAI1aIRzbiufJtkMIlEp58= | golang.org/x/crypto v0.6.0/go.mod h1:OFC/31mSvZgRz0V1QTNCzfAI1aIRzbiufJtkMIlEp58= | ||||||
| golang.org/x/crypto v0.10.0 h1:LKqV2xt9+kDzSTfOhx4FrkEBcMrAgHSYgzywV9zcGmM= | golang.org/x/crypto v0.11.0 h1:6Ewdq3tDic1mg5xRO4milcWCfMVQhI4NkqWWvqejpuA= | ||||||
| golang.org/x/crypto v0.10.0/go.mod h1:o4eNf7Ede1fv+hwOwZsTHl9EsPFO6q6ZvYR8vYfY45I= | golang.org/x/crypto v0.11.0/go.mod h1:xgJhtzW8F9jGdVFWZESrid1U1bjeNy4zgy5cRr/CIio= | ||||||
| golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= | golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= | ||||||
| golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= | golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= | ||||||
| golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= | golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= | ||||||
|  | @ -775,8 +775,8 @@ golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96b | ||||||
| golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= | golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= | ||||||
| golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= | golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= | ||||||
| golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= | golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= | ||||||
| golang.org/x/net v0.11.0 h1:Gi2tvZIJyBtO9SDr1q9h5hEQCp/4L2RQ+ar0qjx2oNU= | golang.org/x/net v0.12.0 h1:cfawfvKITfUsFCeJIHJrbSxpeu/E81khclypR0GVT50= | ||||||
| golang.org/x/net v0.11.0/go.mod h1:2L/ixqYpgIVXmeoSA/4Lu7BzTG4KIyPIryS4IsOd1oQ= | golang.org/x/net v0.12.0/go.mod h1:zEVYFnQC7m/vmpQFELhcD1EWkZlX69l4oqgmer6hfKA= | ||||||
| golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= | golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= | ||||||
| golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= | golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= | ||||||
| golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= | golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= | ||||||
|  | @ -863,13 +863,13 @@ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBc | ||||||
| golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= | golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= | ||||||
| golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= | golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= | ||||||
| golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= | golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= | ||||||
| golang.org/x/sys v0.9.0 h1:KS/R3tvhPqvJvwcKfnBHJwwthS11LRhmM5D59eEXa0s= | golang.org/x/sys v0.10.0 h1:SqMFp9UcQJZa+pmYuAKjd9xq1f0j5rLcDIk0mj4qAsA= | ||||||
| golang.org/x/sys v0.9.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= | golang.org/x/sys v0.10.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= | ||||||
| golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw= | golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw= | ||||||
| golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= | golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= | ||||||
| golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= | golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= | ||||||
| golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= | golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= | ||||||
| golang.org/x/term v0.9.0 h1:GRRCnKYhdQrD8kfRAdQ6Zcw1P0OcELxGLKJvtjVMZ28= | golang.org/x/term v0.10.0 h1:3R7pNqamzBraeqj/Tj8qt1aQ2HpmlC+Cx/qL/7hn4/c= | ||||||
| golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= | golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= | ||||||
| golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= | golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= | ||||||
| golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= | golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								vendor/golang.org/x/crypto/ssh/common.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/crypto/ssh/common.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -85,7 +85,7 @@ var supportedHostKeyAlgos = []string{ | ||||||
| // This is based on RFC 4253, section 6.4, but with hmac-md5 variants removed | // This is based on RFC 4253, section 6.4, but with hmac-md5 variants removed | ||||||
| // because they have reached the end of their useful life. | // because they have reached the end of their useful life. | ||||||
| var supportedMACs = []string{ | var supportedMACs = []string{ | ||||||
| 	"hmac-sha2-512-etm@openssh.com", "hmac-sha2-256-etm@openssh.com", "hmac-sha2-256", "hmac-sha1", "hmac-sha1-96", | 	"hmac-sha2-512-etm@openssh.com", "hmac-sha2-256-etm@openssh.com", "hmac-sha2-256", "hmac-sha2-512", "hmac-sha1", "hmac-sha1-96", | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| var supportedCompressions = []string{compressionNone} | var supportedCompressions = []string{compressionNone} | ||||||
|  |  | ||||||
							
								
								
									
										3
									
								
								vendor/golang.org/x/crypto/ssh/mac.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								vendor/golang.org/x/crypto/ssh/mac.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -53,6 +53,9 @@ var macModes = map[string]*macMode{ | ||||||
| 	"hmac-sha2-256-etm@openssh.com": {32, true, func(key []byte) hash.Hash { | 	"hmac-sha2-256-etm@openssh.com": {32, true, func(key []byte) hash.Hash { | ||||||
| 		return hmac.New(sha256.New, key) | 		return hmac.New(sha256.New, key) | ||||||
| 	}}, | 	}}, | ||||||
|  | 	"hmac-sha2-512": {64, false, func(key []byte) hash.Hash { | ||||||
|  | 		return hmac.New(sha512.New, key) | ||||||
|  | 	}}, | ||||||
| 	"hmac-sha2-256": {32, false, func(key []byte) hash.Hash { | 	"hmac-sha2-256": {32, false, func(key []byte) hash.Hash { | ||||||
| 		return hmac.New(sha256.New, key) | 		return hmac.New(sha256.New, key) | ||||||
| 	}}, | 	}}, | ||||||
|  |  | ||||||
							
								
								
									
										9
									
								
								vendor/golang.org/x/net/html/token.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								vendor/golang.org/x/net/html/token.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -913,7 +913,14 @@ func (z *Tokenizer) readTagAttrKey() { | ||||||
| 		case ' ', '\n', '\r', '\t', '\f', '/': | 		case ' ', '\n', '\r', '\t', '\f', '/': | ||||||
| 			z.pendingAttr[0].end = z.raw.end - 1 | 			z.pendingAttr[0].end = z.raw.end - 1 | ||||||
| 			return | 			return | ||||||
| 		case '=', '>': | 		case '=': | ||||||
|  | 			if z.pendingAttr[0].start+1 == z.raw.end { | ||||||
|  | 				// WHATWG 13.2.5.32, if we see an equals sign before the attribute name | ||||||
|  | 				// begins, we treat it as a character in the attribute name and continue. | ||||||
|  | 				continue | ||||||
|  | 			} | ||||||
|  | 			fallthrough | ||||||
|  | 		case '>': | ||||||
| 			z.raw.end-- | 			z.raw.end-- | ||||||
| 			z.pendingAttr[0].end = z.raw.end | 			z.pendingAttr[0].end = z.raw.end | ||||||
| 			return | 			return | ||||||
|  |  | ||||||
							
								
								
									
										25
									
								
								vendor/golang.org/x/net/http2/transport.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										25
									
								
								vendor/golang.org/x/net/http2/transport.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -1268,22 +1268,7 @@ func (cc *ClientConn) RoundTrip(req *http.Request) (*http.Response, error) { | ||||||
| 
 | 
 | ||||||
| 	cancelRequest := func(cs *clientStream, err error) error { | 	cancelRequest := func(cs *clientStream, err error) error { | ||||||
| 		cs.cc.mu.Lock() | 		cs.cc.mu.Lock() | ||||||
| 		cs.abortStreamLocked(err) |  | ||||||
| 		bodyClosed := cs.reqBodyClosed | 		bodyClosed := cs.reqBodyClosed | ||||||
| 		if cs.ID != 0 { |  | ||||||
| 			// This request may have failed because of a problem with the connection, |  | ||||||
| 			// or for some unrelated reason. (For example, the user might have canceled |  | ||||||
| 			// the request without waiting for a response.) Mark the connection as |  | ||||||
| 			// not reusable, since trying to reuse a dead connection is worse than |  | ||||||
| 			// unnecessarily creating a new one. |  | ||||||
| 			// |  | ||||||
| 			// If cs.ID is 0, then the request was never allocated a stream ID and |  | ||||||
| 			// whatever went wrong was unrelated to the connection. We might have |  | ||||||
| 			// timed out waiting for a stream slot when StrictMaxConcurrentStreams |  | ||||||
| 			// is set, for example, in which case retrying on a different connection |  | ||||||
| 			// will not help. |  | ||||||
| 			cs.cc.doNotReuse = true |  | ||||||
| 		} |  | ||||||
| 		cs.cc.mu.Unlock() | 		cs.cc.mu.Unlock() | ||||||
| 		// Wait for the request body to be closed. | 		// Wait for the request body to be closed. | ||||||
| 		// | 		// | ||||||
|  | @ -1318,11 +1303,14 @@ func (cc *ClientConn) RoundTrip(req *http.Request) (*http.Response, error) { | ||||||
| 				return handleResponseHeaders() | 				return handleResponseHeaders() | ||||||
| 			default: | 			default: | ||||||
| 				waitDone() | 				waitDone() | ||||||
| 				return nil, cancelRequest(cs, cs.abortErr) | 				return nil, cs.abortErr | ||||||
| 			} | 			} | ||||||
| 		case <-ctx.Done(): | 		case <-ctx.Done(): | ||||||
| 			return nil, cancelRequest(cs, ctx.Err()) | 			err := ctx.Err() | ||||||
|  | 			cs.abortStream(err) | ||||||
|  | 			return nil, cancelRequest(cs, err) | ||||||
| 		case <-cs.reqCancel: | 		case <-cs.reqCancel: | ||||||
|  | 			cs.abortStream(errRequestCanceled) | ||||||
| 			return nil, cancelRequest(cs, errRequestCanceled) | 			return nil, cancelRequest(cs, errRequestCanceled) | ||||||
| 		} | 		} | ||||||
| 	} | 	} | ||||||
|  | @ -1880,6 +1868,9 @@ func (cc *ClientConn) encodeHeaders(req *http.Request, addGzipHeader bool, trail | ||||||
| 	if err != nil { | 	if err != nil { | ||||||
| 		return nil, err | 		return nil, err | ||||||
| 	} | 	} | ||||||
|  | 	if !httpguts.ValidHostHeader(host) { | ||||||
|  | 		return nil, errors.New("http2: invalid Host header") | ||||||
|  | 	} | ||||||
| 
 | 
 | ||||||
| 	var path string | 	var path string | ||||||
| 	if req.Method != "CONNECT" { | 	if req.Method != "CONNECT" { | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								vendor/golang.org/x/net/idna/idna9.0.0.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/net/idna/idna9.0.0.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -121,7 +121,7 @@ func CheckJoiners(enable bool) Option { | ||||||
| 	} | 	} | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| // StrictDomainName limits the set of permissable ASCII characters to those | // StrictDomainName limits the set of permissible ASCII characters to those | ||||||
| // allowed in domain names as defined in RFC 1034 (A-Z, a-z, 0-9 and the | // allowed in domain names as defined in RFC 1034 (A-Z, a-z, 0-9 and the | ||||||
| // hyphen). This is set by default for MapForLookup and ValidateForRegistration, | // hyphen). This is set by default for MapForLookup and ValidateForRegistration, | ||||||
| // but is only useful if ValidateLabels is set. | // but is only useful if ValidateLabels is set. | ||||||
|  |  | ||||||
							
								
								
									
										2988
									
								
								vendor/golang.org/x/net/idna/tables13.0.0.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2988
									
								
								vendor/golang.org/x/net/idna/tables13.0.0.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							
							
								
								
									
										5145
									
								
								vendor/golang.org/x/net/idna/tables15.0.0.go
									
										
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										5145
									
								
								vendor/golang.org/x/net/idna/tables15.0.0.go
									
										
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							
							
								
								
									
										21
									
								
								vendor/golang.org/x/net/idna/trie.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										21
									
								
								vendor/golang.org/x/net/idna/trie.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -6,27 +6,6 @@ | ||||||
| 
 | 
 | ||||||
| package idna | package idna | ||||||
| 
 | 
 | ||||||
| // appendMapping appends the mapping for the respective rune. isMapped must be |  | ||||||
| // true. A mapping is a categorization of a rune as defined in UTS #46. |  | ||||||
| func (c info) appendMapping(b []byte, s string) []byte { |  | ||||||
| 	index := int(c >> indexShift) |  | ||||||
| 	if c&xorBit == 0 { |  | ||||||
| 		s := mappings[index:] |  | ||||||
| 		return append(b, s[1:s[0]+1]...) |  | ||||||
| 	} |  | ||||||
| 	b = append(b, s...) |  | ||||||
| 	if c&inlineXOR == inlineXOR { |  | ||||||
| 		// TODO: support and handle two-byte inline masks |  | ||||||
| 		b[len(b)-1] ^= byte(index) |  | ||||||
| 	} else { |  | ||||||
| 		for p := len(b) - int(xorData[index]); p < len(b); p++ { |  | ||||||
| 			index++ |  | ||||||
| 			b[p] ^= xorData[index] |  | ||||||
| 		} |  | ||||||
| 	} |  | ||||||
| 	return b |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| // Sparse block handling code. | // Sparse block handling code. | ||||||
| 
 | 
 | ||||||
| type valueRange struct { | type valueRange struct { | ||||||
|  |  | ||||||
							
								
								
									
										31
									
								
								vendor/golang.org/x/net/idna/trie12.0.0.go
									
										
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								vendor/golang.org/x/net/idna/trie12.0.0.go
									
										
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,31 @@ | ||||||
|  | // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT. | ||||||
|  | 
 | ||||||
|  | // Copyright 2016 The Go Authors. All rights reserved. | ||||||
|  | // Use of this source code is governed by a BSD-style | ||||||
|  | // license that can be found in the LICENSE file. | ||||||
|  | 
 | ||||||
|  | //go:build !go1.16 | ||||||
|  | // +build !go1.16 | ||||||
|  | 
 | ||||||
|  | package idna | ||||||
|  | 
 | ||||||
|  | // appendMapping appends the mapping for the respective rune. isMapped must be | ||||||
|  | // true. A mapping is a categorization of a rune as defined in UTS #46. | ||||||
|  | func (c info) appendMapping(b []byte, s string) []byte { | ||||||
|  | 	index := int(c >> indexShift) | ||||||
|  | 	if c&xorBit == 0 { | ||||||
|  | 		s := mappings[index:] | ||||||
|  | 		return append(b, s[1:s[0]+1]...) | ||||||
|  | 	} | ||||||
|  | 	b = append(b, s...) | ||||||
|  | 	if c&inlineXOR == inlineXOR { | ||||||
|  | 		// TODO: support and handle two-byte inline masks | ||||||
|  | 		b[len(b)-1] ^= byte(index) | ||||||
|  | 	} else { | ||||||
|  | 		for p := len(b) - int(xorData[index]); p < len(b); p++ { | ||||||
|  | 			index++ | ||||||
|  | 			b[p] ^= xorData[index] | ||||||
|  | 		} | ||||||
|  | 	} | ||||||
|  | 	return b | ||||||
|  | } | ||||||
							
								
								
									
										31
									
								
								vendor/golang.org/x/net/idna/trie13.0.0.go
									
										
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								vendor/golang.org/x/net/idna/trie13.0.0.go
									
										
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,31 @@ | ||||||
|  | // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT. | ||||||
|  | 
 | ||||||
|  | // Copyright 2016 The Go Authors. All rights reserved. | ||||||
|  | // Use of this source code is governed by a BSD-style | ||||||
|  | // license that can be found in the LICENSE file. | ||||||
|  | 
 | ||||||
|  | //go:build go1.16 | ||||||
|  | // +build go1.16 | ||||||
|  | 
 | ||||||
|  | package idna | ||||||
|  | 
 | ||||||
|  | // appendMapping appends the mapping for the respective rune. isMapped must be | ||||||
|  | // true. A mapping is a categorization of a rune as defined in UTS #46. | ||||||
|  | func (c info) appendMapping(b []byte, s string) []byte { | ||||||
|  | 	index := int(c >> indexShift) | ||||||
|  | 	if c&xorBit == 0 { | ||||||
|  | 		p := index | ||||||
|  | 		return append(b, mappings[mappingIndex[p]:mappingIndex[p+1]]...) | ||||||
|  | 	} | ||||||
|  | 	b = append(b, s...) | ||||||
|  | 	if c&inlineXOR == inlineXOR { | ||||||
|  | 		// TODO: support and handle two-byte inline masks | ||||||
|  | 		b[len(b)-1] ^= byte(index) | ||||||
|  | 	} else { | ||||||
|  | 		for p := len(b) - int(xorData[index]); p < len(b); p++ { | ||||||
|  | 			index++ | ||||||
|  | 			b[p] ^= xorData[index] | ||||||
|  | 		} | ||||||
|  | 	} | ||||||
|  | 	return b | ||||||
|  | } | ||||||
							
								
								
									
										2
									
								
								vendor/golang.org/x/sys/unix/mkerrors.sh
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/sys/unix/mkerrors.sh
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -519,7 +519,7 @@ ccflags="$@" | ||||||
| 		$2 ~ /^LOCK_(SH|EX|NB|UN)$/ || | 		$2 ~ /^LOCK_(SH|EX|NB|UN)$/ || | ||||||
| 		$2 ~ /^LO_(KEY|NAME)_SIZE$/ || | 		$2 ~ /^LO_(KEY|NAME)_SIZE$/ || | ||||||
| 		$2 ~ /^LOOP_(CLR|CTL|GET|SET)_/ || | 		$2 ~ /^LOOP_(CLR|CTL|GET|SET)_/ || | ||||||
| 		$2 ~ /^(AF|SOCK|SO|SOL|IPPROTO|IP|IPV6|TCP|MCAST|EVFILT|NOTE|SHUT|PROT|MAP|MFD|T?PACKET|MSG|SCM|MCL|DT|MADV|PR|LOCAL|TCPOPT|UDP)_/ || | 		$2 ~ /^(AF|SOCK|SO|SOL|IPPROTO|IP|IPV6|TCP|MCAST|EVFILT|NOTE|SHUT|PROT|MAP|MREMAP|MFD|T?PACKET|MSG|SCM|MCL|DT|MADV|PR|LOCAL|TCPOPT|UDP)_/ || | ||||||
| 		$2 ~ /^NFC_(GENL|PROTO|COMM|RF|SE|DIRECTION|LLCP|SOCKPROTO)_/ || | 		$2 ~ /^NFC_(GENL|PROTO|COMM|RF|SE|DIRECTION|LLCP|SOCKPROTO)_/ || | ||||||
| 		$2 ~ /^NFC_.*_(MAX)?SIZE$/ || | 		$2 ~ /^NFC_.*_(MAX)?SIZE$/ || | ||||||
| 		$2 ~ /^RAW_PAYLOAD_/ || | 		$2 ~ /^RAW_PAYLOAD_/ || | ||||||
|  |  | ||||||
							
								
								
									
										40
									
								
								vendor/golang.org/x/sys/unix/mremap.go
									
										
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								vendor/golang.org/x/sys/unix/mremap.go
									
										
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,40 @@ | ||||||
|  | // Copyright 2023 The Go Authors. All rights reserved. | ||||||
|  | // Use of this source code is governed by a BSD-style | ||||||
|  | // license that can be found in the LICENSE file. | ||||||
|  | 
 | ||||||
|  | //go:build linux | ||||||
|  | // +build linux | ||||||
|  | 
 | ||||||
|  | package unix | ||||||
|  | 
 | ||||||
|  | import "unsafe" | ||||||
|  | 
 | ||||||
|  | type mremapMmapper struct { | ||||||
|  | 	mmapper | ||||||
|  | 	mremap func(oldaddr uintptr, oldlength uintptr, newlength uintptr, flags int, newaddr uintptr) (xaddr uintptr, err error) | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | func (m *mremapMmapper) Mremap(oldData []byte, newLength int, flags int) (data []byte, err error) { | ||||||
|  | 	if newLength <= 0 || len(oldData) == 0 || len(oldData) != cap(oldData) || flags&MREMAP_FIXED != 0 { | ||||||
|  | 		return nil, EINVAL | ||||||
|  | 	} | ||||||
|  | 
 | ||||||
|  | 	pOld := &oldData[cap(oldData)-1] | ||||||
|  | 	m.Lock() | ||||||
|  | 	defer m.Unlock() | ||||||
|  | 	bOld := m.active[pOld] | ||||||
|  | 	if bOld == nil || &bOld[0] != &oldData[0] { | ||||||
|  | 		return nil, EINVAL | ||||||
|  | 	} | ||||||
|  | 	newAddr, errno := m.mremap(uintptr(unsafe.Pointer(&bOld[0])), uintptr(len(bOld)), uintptr(newLength), flags, 0) | ||||||
|  | 	if errno != nil { | ||||||
|  | 		return nil, errno | ||||||
|  | 	} | ||||||
|  | 	bNew := unsafe.Slice((*byte)(unsafe.Pointer(newAddr)), newLength) | ||||||
|  | 	pNew := &bNew[cap(bNew)-1] | ||||||
|  | 	if flags&MREMAP_DONTUNMAP == 0 { | ||||||
|  | 		delete(m.active, pOld) | ||||||
|  | 	} | ||||||
|  | 	m.active[pNew] = bNew | ||||||
|  | 	return bNew, nil | ||||||
|  | } | ||||||
							
								
								
									
										17
									
								
								vendor/golang.org/x/sys/unix/syscall_linux.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										17
									
								
								vendor/golang.org/x/sys/unix/syscall_linux.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -2124,11 +2124,15 @@ func writevRacedetect(iovecs []Iovec, n int) { | ||||||
| 
 | 
 | ||||||
| // mmap varies by architecture; see syscall_linux_*.go. | // mmap varies by architecture; see syscall_linux_*.go. | ||||||
| //sys	munmap(addr uintptr, length uintptr) (err error) | //sys	munmap(addr uintptr, length uintptr) (err error) | ||||||
|  | //sys	mremap(oldaddr uintptr, oldlength uintptr, newlength uintptr, flags int, newaddr uintptr) (xaddr uintptr, err error) | ||||||
| 
 | 
 | ||||||
| var mapper = &mmapper{ | var mapper = &mremapMmapper{ | ||||||
| 	active: make(map[*byte][]byte), | 	mmapper: mmapper{ | ||||||
| 	mmap:   mmap, | 		active: make(map[*byte][]byte), | ||||||
| 	munmap: munmap, | 		mmap:   mmap, | ||||||
|  | 		munmap: munmap, | ||||||
|  | 	}, | ||||||
|  | 	mremap: mremap, | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| func Mmap(fd int, offset int64, length int, prot int, flags int) (data []byte, err error) { | func Mmap(fd int, offset int64, length int, prot int, flags int) (data []byte, err error) { | ||||||
|  | @ -2139,6 +2143,10 @@ func Munmap(b []byte) (err error) { | ||||||
| 	return mapper.Munmap(b) | 	return mapper.Munmap(b) | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | func Mremap(oldData []byte, newLength int, flags int) (data []byte, err error) { | ||||||
|  | 	return mapper.Mremap(oldData, newLength, flags) | ||||||
|  | } | ||||||
|  | 
 | ||||||
| //sys	Madvise(b []byte, advice int) (err error) | //sys	Madvise(b []byte, advice int) (err error) | ||||||
| //sys	Mprotect(b []byte, prot int) (err error) | //sys	Mprotect(b []byte, prot int) (err error) | ||||||
| //sys	Mlock(b []byte) (err error) | //sys	Mlock(b []byte) (err error) | ||||||
|  | @ -2487,7 +2495,6 @@ func Getresgid() (rgid, egid, sgid int) { | ||||||
| // MqTimedreceive | // MqTimedreceive | ||||||
| // MqTimedsend | // MqTimedsend | ||||||
| // MqUnlink | // MqUnlink | ||||||
| // Mremap |  | ||||||
| // Msgctl | // Msgctl | ||||||
| // Msgget | // Msgget | ||||||
| // Msgrcv | // Msgrcv | ||||||
|  |  | ||||||
							
								
								
									
										26
									
								
								vendor/golang.org/x/sys/unix/zerrors_linux.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										26
									
								
								vendor/golang.org/x/sys/unix/zerrors_linux.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -493,6 +493,7 @@ const ( | ||||||
| 	BPF_F_TEST_RUN_ON_CPU                       = 0x1 | 	BPF_F_TEST_RUN_ON_CPU                       = 0x1 | ||||||
| 	BPF_F_TEST_STATE_FREQ                       = 0x8 | 	BPF_F_TEST_STATE_FREQ                       = 0x8 | ||||||
| 	BPF_F_TEST_XDP_LIVE_FRAMES                  = 0x2 | 	BPF_F_TEST_XDP_LIVE_FRAMES                  = 0x2 | ||||||
|  | 	BPF_F_XDP_DEV_BOUND_ONLY                    = 0x40 | ||||||
| 	BPF_F_XDP_HAS_FRAGS                         = 0x20 | 	BPF_F_XDP_HAS_FRAGS                         = 0x20 | ||||||
| 	BPF_H                                       = 0x8 | 	BPF_H                                       = 0x8 | ||||||
| 	BPF_IMM                                     = 0x0 | 	BPF_IMM                                     = 0x0 | ||||||
|  | @ -826,9 +827,9 @@ const ( | ||||||
| 	DM_UUID_FLAG                                = 0x4000 | 	DM_UUID_FLAG                                = 0x4000 | ||||||
| 	DM_UUID_LEN                                 = 0x81 | 	DM_UUID_LEN                                 = 0x81 | ||||||
| 	DM_VERSION                                  = 0xc138fd00 | 	DM_VERSION                                  = 0xc138fd00 | ||||||
| 	DM_VERSION_EXTRA                            = "-ioctl (2022-07-28)" | 	DM_VERSION_EXTRA                            = "-ioctl (2023-03-01)" | ||||||
| 	DM_VERSION_MAJOR                            = 0x4 | 	DM_VERSION_MAJOR                            = 0x4 | ||||||
| 	DM_VERSION_MINOR                            = 0x2f | 	DM_VERSION_MINOR                            = 0x30 | ||||||
| 	DM_VERSION_PATCHLEVEL                       = 0x0 | 	DM_VERSION_PATCHLEVEL                       = 0x0 | ||||||
| 	DT_BLK                                      = 0x6 | 	DT_BLK                                      = 0x6 | ||||||
| 	DT_CHR                                      = 0x2 | 	DT_CHR                                      = 0x2 | ||||||
|  | @ -1197,6 +1198,7 @@ const ( | ||||||
| 	FAN_EVENT_METADATA_LEN                      = 0x18 | 	FAN_EVENT_METADATA_LEN                      = 0x18 | ||||||
| 	FAN_EVENT_ON_CHILD                          = 0x8000000 | 	FAN_EVENT_ON_CHILD                          = 0x8000000 | ||||||
| 	FAN_FS_ERROR                                = 0x8000 | 	FAN_FS_ERROR                                = 0x8000 | ||||||
|  | 	FAN_INFO                                    = 0x20 | ||||||
| 	FAN_MARK_ADD                                = 0x1 | 	FAN_MARK_ADD                                = 0x1 | ||||||
| 	FAN_MARK_DONT_FOLLOW                        = 0x4 | 	FAN_MARK_DONT_FOLLOW                        = 0x4 | ||||||
| 	FAN_MARK_EVICTABLE                          = 0x200 | 	FAN_MARK_EVICTABLE                          = 0x200 | ||||||
|  | @ -1233,6 +1235,8 @@ const ( | ||||||
| 	FAN_REPORT_PIDFD                            = 0x80 | 	FAN_REPORT_PIDFD                            = 0x80 | ||||||
| 	FAN_REPORT_TARGET_FID                       = 0x1000 | 	FAN_REPORT_TARGET_FID                       = 0x1000 | ||||||
| 	FAN_REPORT_TID                              = 0x100 | 	FAN_REPORT_TID                              = 0x100 | ||||||
|  | 	FAN_RESPONSE_INFO_AUDIT_RULE                = 0x1 | ||||||
|  | 	FAN_RESPONSE_INFO_NONE                      = 0x0 | ||||||
| 	FAN_UNLIMITED_MARKS                         = 0x20 | 	FAN_UNLIMITED_MARKS                         = 0x20 | ||||||
| 	FAN_UNLIMITED_QUEUE                         = 0x10 | 	FAN_UNLIMITED_QUEUE                         = 0x10 | ||||||
| 	FD_CLOEXEC                                  = 0x1 | 	FD_CLOEXEC                                  = 0x1 | ||||||
|  | @ -1860,6 +1864,7 @@ const ( | ||||||
| 	MEMWRITEOOB64                               = 0xc0184d15 | 	MEMWRITEOOB64                               = 0xc0184d15 | ||||||
| 	MFD_ALLOW_SEALING                           = 0x2 | 	MFD_ALLOW_SEALING                           = 0x2 | ||||||
| 	MFD_CLOEXEC                                 = 0x1 | 	MFD_CLOEXEC                                 = 0x1 | ||||||
|  | 	MFD_EXEC                                    = 0x10 | ||||||
| 	MFD_HUGETLB                                 = 0x4 | 	MFD_HUGETLB                                 = 0x4 | ||||||
| 	MFD_HUGE_16GB                               = 0x88000000 | 	MFD_HUGE_16GB                               = 0x88000000 | ||||||
| 	MFD_HUGE_16MB                               = 0x60000000 | 	MFD_HUGE_16MB                               = 0x60000000 | ||||||
|  | @ -1875,6 +1880,7 @@ const ( | ||||||
| 	MFD_HUGE_8MB                                = 0x5c000000 | 	MFD_HUGE_8MB                                = 0x5c000000 | ||||||
| 	MFD_HUGE_MASK                               = 0x3f | 	MFD_HUGE_MASK                               = 0x3f | ||||||
| 	MFD_HUGE_SHIFT                              = 0x1a | 	MFD_HUGE_SHIFT                              = 0x1a | ||||||
|  | 	MFD_NOEXEC_SEAL                             = 0x8 | ||||||
| 	MINIX2_SUPER_MAGIC                          = 0x2468 | 	MINIX2_SUPER_MAGIC                          = 0x2468 | ||||||
| 	MINIX2_SUPER_MAGIC2                         = 0x2478 | 	MINIX2_SUPER_MAGIC2                         = 0x2478 | ||||||
| 	MINIX3_SUPER_MAGIC                          = 0x4d5a | 	MINIX3_SUPER_MAGIC                          = 0x4d5a | ||||||
|  | @ -1898,6 +1904,9 @@ const ( | ||||||
| 	MOUNT_ATTR_SIZE_VER0                        = 0x20 | 	MOUNT_ATTR_SIZE_VER0                        = 0x20 | ||||||
| 	MOUNT_ATTR_STRICTATIME                      = 0x20 | 	MOUNT_ATTR_STRICTATIME                      = 0x20 | ||||||
| 	MOUNT_ATTR__ATIME                           = 0x70 | 	MOUNT_ATTR__ATIME                           = 0x70 | ||||||
|  | 	MREMAP_DONTUNMAP                            = 0x4 | ||||||
|  | 	MREMAP_FIXED                                = 0x2 | ||||||
|  | 	MREMAP_MAYMOVE                              = 0x1 | ||||||
| 	MSDOS_SUPER_MAGIC                           = 0x4d44 | 	MSDOS_SUPER_MAGIC                           = 0x4d44 | ||||||
| 	MSG_BATCH                                   = 0x40000 | 	MSG_BATCH                                   = 0x40000 | ||||||
| 	MSG_CMSG_CLOEXEC                            = 0x40000000 | 	MSG_CMSG_CLOEXEC                            = 0x40000000 | ||||||
|  | @ -2204,6 +2213,7 @@ const ( | ||||||
| 	PACKET_USER                                 = 0x6 | 	PACKET_USER                                 = 0x6 | ||||||
| 	PACKET_VERSION                              = 0xa | 	PACKET_VERSION                              = 0xa | ||||||
| 	PACKET_VNET_HDR                             = 0xf | 	PACKET_VNET_HDR                             = 0xf | ||||||
|  | 	PACKET_VNET_HDR_SZ                          = 0x18 | ||||||
| 	PARITY_CRC16_PR0                            = 0x2 | 	PARITY_CRC16_PR0                            = 0x2 | ||||||
| 	PARITY_CRC16_PR0_CCITT                      = 0x4 | 	PARITY_CRC16_PR0_CCITT                      = 0x4 | ||||||
| 	PARITY_CRC16_PR1                            = 0x3 | 	PARITY_CRC16_PR1                            = 0x3 | ||||||
|  | @ -2221,6 +2231,7 @@ const ( | ||||||
| 	PERF_ATTR_SIZE_VER5                         = 0x70 | 	PERF_ATTR_SIZE_VER5                         = 0x70 | ||||||
| 	PERF_ATTR_SIZE_VER6                         = 0x78 | 	PERF_ATTR_SIZE_VER6                         = 0x78 | ||||||
| 	PERF_ATTR_SIZE_VER7                         = 0x80 | 	PERF_ATTR_SIZE_VER7                         = 0x80 | ||||||
|  | 	PERF_ATTR_SIZE_VER8                         = 0x88 | ||||||
| 	PERF_AUX_FLAG_COLLISION                     = 0x8 | 	PERF_AUX_FLAG_COLLISION                     = 0x8 | ||||||
| 	PERF_AUX_FLAG_CORESIGHT_FORMAT_CORESIGHT    = 0x0 | 	PERF_AUX_FLAG_CORESIGHT_FORMAT_CORESIGHT    = 0x0 | ||||||
| 	PERF_AUX_FLAG_CORESIGHT_FORMAT_RAW          = 0x100 | 	PERF_AUX_FLAG_CORESIGHT_FORMAT_RAW          = 0x100 | ||||||
|  | @ -2361,6 +2372,7 @@ const ( | ||||||
| 	PR_FP_EXC_UND                               = 0x40000 | 	PR_FP_EXC_UND                               = 0x40000 | ||||||
| 	PR_FP_MODE_FR                               = 0x1 | 	PR_FP_MODE_FR                               = 0x1 | ||||||
| 	PR_FP_MODE_FRE                              = 0x2 | 	PR_FP_MODE_FRE                              = 0x2 | ||||||
|  | 	PR_GET_AUXV                                 = 0x41555856 | ||||||
| 	PR_GET_CHILD_SUBREAPER                      = 0x25 | 	PR_GET_CHILD_SUBREAPER                      = 0x25 | ||||||
| 	PR_GET_DUMPABLE                             = 0x3 | 	PR_GET_DUMPABLE                             = 0x3 | ||||||
| 	PR_GET_ENDIAN                               = 0x13 | 	PR_GET_ENDIAN                               = 0x13 | ||||||
|  | @ -2369,6 +2381,8 @@ const ( | ||||||
| 	PR_GET_FP_MODE                              = 0x2e | 	PR_GET_FP_MODE                              = 0x2e | ||||||
| 	PR_GET_IO_FLUSHER                           = 0x3a | 	PR_GET_IO_FLUSHER                           = 0x3a | ||||||
| 	PR_GET_KEEPCAPS                             = 0x7 | 	PR_GET_KEEPCAPS                             = 0x7 | ||||||
|  | 	PR_GET_MDWE                                 = 0x42 | ||||||
|  | 	PR_GET_MEMORY_MERGE                         = 0x44 | ||||||
| 	PR_GET_NAME                                 = 0x10 | 	PR_GET_NAME                                 = 0x10 | ||||||
| 	PR_GET_NO_NEW_PRIVS                         = 0x27 | 	PR_GET_NO_NEW_PRIVS                         = 0x27 | ||||||
| 	PR_GET_PDEATHSIG                            = 0x2 | 	PR_GET_PDEATHSIG                            = 0x2 | ||||||
|  | @ -2389,6 +2403,7 @@ const ( | ||||||
| 	PR_MCE_KILL_GET                             = 0x22 | 	PR_MCE_KILL_GET                             = 0x22 | ||||||
| 	PR_MCE_KILL_LATE                            = 0x0 | 	PR_MCE_KILL_LATE                            = 0x0 | ||||||
| 	PR_MCE_KILL_SET                             = 0x1 | 	PR_MCE_KILL_SET                             = 0x1 | ||||||
|  | 	PR_MDWE_REFUSE_EXEC_GAIN                    = 0x1 | ||||||
| 	PR_MPX_DISABLE_MANAGEMENT                   = 0x2c | 	PR_MPX_DISABLE_MANAGEMENT                   = 0x2c | ||||||
| 	PR_MPX_ENABLE_MANAGEMENT                    = 0x2b | 	PR_MPX_ENABLE_MANAGEMENT                    = 0x2b | ||||||
| 	PR_MTE_TAG_MASK                             = 0x7fff8 | 	PR_MTE_TAG_MASK                             = 0x7fff8 | ||||||
|  | @ -2423,6 +2438,8 @@ const ( | ||||||
| 	PR_SET_FP_MODE                              = 0x2d | 	PR_SET_FP_MODE                              = 0x2d | ||||||
| 	PR_SET_IO_FLUSHER                           = 0x39 | 	PR_SET_IO_FLUSHER                           = 0x39 | ||||||
| 	PR_SET_KEEPCAPS                             = 0x8 | 	PR_SET_KEEPCAPS                             = 0x8 | ||||||
|  | 	PR_SET_MDWE                                 = 0x41 | ||||||
|  | 	PR_SET_MEMORY_MERGE                         = 0x43 | ||||||
| 	PR_SET_MM                                   = 0x23 | 	PR_SET_MM                                   = 0x23 | ||||||
| 	PR_SET_MM_ARG_END                           = 0x9 | 	PR_SET_MM_ARG_END                           = 0x9 | ||||||
| 	PR_SET_MM_ARG_START                         = 0x8 | 	PR_SET_MM_ARG_START                         = 0x8 | ||||||
|  | @ -2506,6 +2523,7 @@ const ( | ||||||
| 	PTRACE_GETSIGMASK                           = 0x420a | 	PTRACE_GETSIGMASK                           = 0x420a | ||||||
| 	PTRACE_GET_RSEQ_CONFIGURATION               = 0x420f | 	PTRACE_GET_RSEQ_CONFIGURATION               = 0x420f | ||||||
| 	PTRACE_GET_SYSCALL_INFO                     = 0x420e | 	PTRACE_GET_SYSCALL_INFO                     = 0x420e | ||||||
|  | 	PTRACE_GET_SYSCALL_USER_DISPATCH_CONFIG     = 0x4211 | ||||||
| 	PTRACE_INTERRUPT                            = 0x4207 | 	PTRACE_INTERRUPT                            = 0x4207 | ||||||
| 	PTRACE_KILL                                 = 0x8 | 	PTRACE_KILL                                 = 0x8 | ||||||
| 	PTRACE_LISTEN                               = 0x4208 | 	PTRACE_LISTEN                               = 0x4208 | ||||||
|  | @ -2536,6 +2554,7 @@ const ( | ||||||
| 	PTRACE_SETREGSET                            = 0x4205 | 	PTRACE_SETREGSET                            = 0x4205 | ||||||
| 	PTRACE_SETSIGINFO                           = 0x4203 | 	PTRACE_SETSIGINFO                           = 0x4203 | ||||||
| 	PTRACE_SETSIGMASK                           = 0x420b | 	PTRACE_SETSIGMASK                           = 0x420b | ||||||
|  | 	PTRACE_SET_SYSCALL_USER_DISPATCH_CONFIG     = 0x4210 | ||||||
| 	PTRACE_SINGLESTEP                           = 0x9 | 	PTRACE_SINGLESTEP                           = 0x9 | ||||||
| 	PTRACE_SYSCALL                              = 0x18 | 	PTRACE_SYSCALL                              = 0x18 | ||||||
| 	PTRACE_SYSCALL_INFO_ENTRY                   = 0x1 | 	PTRACE_SYSCALL_INFO_ENTRY                   = 0x1 | ||||||
|  | @ -3072,7 +3091,7 @@ const ( | ||||||
| 	TASKSTATS_GENL_NAME                         = "TASKSTATS" | 	TASKSTATS_GENL_NAME                         = "TASKSTATS" | ||||||
| 	TASKSTATS_GENL_VERSION                      = 0x1 | 	TASKSTATS_GENL_VERSION                      = 0x1 | ||||||
| 	TASKSTATS_TYPE_MAX                          = 0x6 | 	TASKSTATS_TYPE_MAX                          = 0x6 | ||||||
| 	TASKSTATS_VERSION                           = 0xd | 	TASKSTATS_VERSION                           = 0xe | ||||||
| 	TCIFLUSH                                    = 0x0 | 	TCIFLUSH                                    = 0x0 | ||||||
| 	TCIOFF                                      = 0x2 | 	TCIOFF                                      = 0x2 | ||||||
| 	TCIOFLUSH                                   = 0x2 | 	TCIOFLUSH                                   = 0x2 | ||||||
|  | @ -3238,6 +3257,7 @@ const ( | ||||||
| 	TP_STATUS_COPY                              = 0x2 | 	TP_STATUS_COPY                              = 0x2 | ||||||
| 	TP_STATUS_CSUMNOTREADY                      = 0x8 | 	TP_STATUS_CSUMNOTREADY                      = 0x8 | ||||||
| 	TP_STATUS_CSUM_VALID                        = 0x80 | 	TP_STATUS_CSUM_VALID                        = 0x80 | ||||||
|  | 	TP_STATUS_GSO_TCP                           = 0x100 | ||||||
| 	TP_STATUS_KERNEL                            = 0x0 | 	TP_STATUS_KERNEL                            = 0x0 | ||||||
| 	TP_STATUS_LOSING                            = 0x4 | 	TP_STATUS_LOSING                            = 0x4 | ||||||
| 	TP_STATUS_SENDING                           = 0x2 | 	TP_STATUS_SENDING                           = 0x2 | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -443,6 +443,7 @@ const ( | ||||||
| 	TIOCSWINSZ                       = 0x5414 | 	TIOCSWINSZ                       = 0x5414 | ||||||
| 	TIOCVHANGUP                      = 0x5437 | 	TIOCVHANGUP                      = 0x5437 | ||||||
| 	TOSTOP                           = 0x100 | 	TOSTOP                           = 0x100 | ||||||
|  | 	TPIDR2_MAGIC                     = 0x54504902 | ||||||
| 	TUNATTACHFILTER                  = 0x401054d5 | 	TUNATTACHFILTER                  = 0x401054d5 | ||||||
| 	TUNDETACHFILTER                  = 0x401054d6 | 	TUNDETACHFILTER                  = 0x401054d6 | ||||||
| 	TUNGETDEVNETNS                   = 0x54e3 | 	TUNGETDEVNETNS                   = 0x54e3 | ||||||
|  | @ -515,6 +516,7 @@ const ( | ||||||
| 	XCASE                            = 0x4 | 	XCASE                            = 0x4 | ||||||
| 	XTABS                            = 0x1800 | 	XTABS                            = 0x1800 | ||||||
| 	ZA_MAGIC                         = 0x54366345 | 	ZA_MAGIC                         = 0x54366345 | ||||||
|  | 	ZT_MAGIC                         = 0x5a544e01 | ||||||
| 	_HIDIOCGRAWNAME                  = 0x80804804 | 	_HIDIOCGRAWNAME                  = 0x80804804 | ||||||
| 	_HIDIOCGRAWPHYS                  = 0x80404805 | 	_HIDIOCGRAWPHYS                  = 0x80404805 | ||||||
| 	_HIDIOCGRAWUNIQ                  = 0x80404808 | 	_HIDIOCGRAWUNIQ                  = 0x80404808 | ||||||
|  |  | ||||||
							
								
								
									
										11
									
								
								vendor/golang.org/x/sys/unix/zsyscall_linux.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								vendor/golang.org/x/sys/unix/zsyscall_linux.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -1868,6 +1868,17 @@ func munmap(addr uintptr, length uintptr) (err error) { | ||||||
| 
 | 
 | ||||||
| // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT | // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT | ||||||
| 
 | 
 | ||||||
|  | func mremap(oldaddr uintptr, oldlength uintptr, newlength uintptr, flags int, newaddr uintptr) (xaddr uintptr, err error) { | ||||||
|  | 	r0, _, e1 := Syscall6(SYS_MREMAP, uintptr(oldaddr), uintptr(oldlength), uintptr(newlength), uintptr(flags), uintptr(newaddr), 0) | ||||||
|  | 	xaddr = uintptr(r0) | ||||||
|  | 	if e1 != 0 { | ||||||
|  | 		err = errnoErr(e1) | ||||||
|  | 	} | ||||||
|  | 	return | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT | ||||||
|  | 
 | ||||||
| func Madvise(b []byte, advice int) (err error) { | func Madvise(b []byte, advice int) (err error) { | ||||||
| 	var _p0 unsafe.Pointer | 	var _p0 unsafe.Pointer | ||||||
| 	if len(b) > 0 { | 	if len(b) > 0 { | ||||||
|  |  | ||||||
							
								
								
									
										1
									
								
								vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -372,6 +372,7 @@ const ( | ||||||
| 	SYS_LANDLOCK_CREATE_RULESET = 444 | 	SYS_LANDLOCK_CREATE_RULESET = 444 | ||||||
| 	SYS_LANDLOCK_ADD_RULE       = 445 | 	SYS_LANDLOCK_ADD_RULE       = 445 | ||||||
| 	SYS_LANDLOCK_RESTRICT_SELF  = 446 | 	SYS_LANDLOCK_RESTRICT_SELF  = 446 | ||||||
|  | 	SYS_MEMFD_SECRET            = 447 | ||||||
| 	SYS_PROCESS_MRELEASE        = 448 | 	SYS_PROCESS_MRELEASE        = 448 | ||||||
| 	SYS_FUTEX_WAITV             = 449 | 	SYS_FUTEX_WAITV             = 449 | ||||||
| 	SYS_SET_MEMPOLICY_HOME_NODE = 450 | 	SYS_SET_MEMPOLICY_HOME_NODE = 450 | ||||||
|  |  | ||||||
							
								
								
									
										35
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										35
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -1538,6 +1538,10 @@ const ( | ||||||
| 	IFLA_GRO_MAX_SIZE                          = 0x3a | 	IFLA_GRO_MAX_SIZE                          = 0x3a | ||||||
| 	IFLA_TSO_MAX_SIZE                          = 0x3b | 	IFLA_TSO_MAX_SIZE                          = 0x3b | ||||||
| 	IFLA_TSO_MAX_SEGS                          = 0x3c | 	IFLA_TSO_MAX_SEGS                          = 0x3c | ||||||
|  | 	IFLA_ALLMULTI                              = 0x3d | ||||||
|  | 	IFLA_DEVLINK_PORT                          = 0x3e | ||||||
|  | 	IFLA_GSO_IPV4_MAX_SIZE                     = 0x3f | ||||||
|  | 	IFLA_GRO_IPV4_MAX_SIZE                     = 0x40 | ||||||
| 	IFLA_PROTO_DOWN_REASON_UNSPEC              = 0x0 | 	IFLA_PROTO_DOWN_REASON_UNSPEC              = 0x0 | ||||||
| 	IFLA_PROTO_DOWN_REASON_MASK                = 0x1 | 	IFLA_PROTO_DOWN_REASON_MASK                = 0x1 | ||||||
| 	IFLA_PROTO_DOWN_REASON_VALUE               = 0x2 | 	IFLA_PROTO_DOWN_REASON_VALUE               = 0x2 | ||||||
|  | @ -1968,7 +1972,7 @@ const ( | ||||||
| 	NFT_MSG_GETFLOWTABLE              = 0x17 | 	NFT_MSG_GETFLOWTABLE              = 0x17 | ||||||
| 	NFT_MSG_DELFLOWTABLE              = 0x18 | 	NFT_MSG_DELFLOWTABLE              = 0x18 | ||||||
| 	NFT_MSG_GETRULE_RESET             = 0x19 | 	NFT_MSG_GETRULE_RESET             = 0x19 | ||||||
| 	NFT_MSG_MAX                       = 0x1a | 	NFT_MSG_MAX                       = 0x21 | ||||||
| 	NFTA_LIST_UNSPEC                  = 0x0 | 	NFTA_LIST_UNSPEC                  = 0x0 | ||||||
| 	NFTA_LIST_ELEM                    = 0x1 | 	NFTA_LIST_ELEM                    = 0x1 | ||||||
| 	NFTA_HOOK_UNSPEC                  = 0x0 | 	NFTA_HOOK_UNSPEC                  = 0x0 | ||||||
|  | @ -3651,7 +3655,7 @@ const ( | ||||||
| 	ETHTOOL_MSG_PSE_GET                       = 0x24 | 	ETHTOOL_MSG_PSE_GET                       = 0x24 | ||||||
| 	ETHTOOL_MSG_PSE_SET                       = 0x25 | 	ETHTOOL_MSG_PSE_SET                       = 0x25 | ||||||
| 	ETHTOOL_MSG_RSS_GET                       = 0x26 | 	ETHTOOL_MSG_RSS_GET                       = 0x26 | ||||||
| 	ETHTOOL_MSG_USER_MAX                      = 0x26 | 	ETHTOOL_MSG_USER_MAX                      = 0x2b | ||||||
| 	ETHTOOL_MSG_KERNEL_NONE                   = 0x0 | 	ETHTOOL_MSG_KERNEL_NONE                   = 0x0 | ||||||
| 	ETHTOOL_MSG_STRSET_GET_REPLY              = 0x1 | 	ETHTOOL_MSG_STRSET_GET_REPLY              = 0x1 | ||||||
| 	ETHTOOL_MSG_LINKINFO_GET_REPLY            = 0x2 | 	ETHTOOL_MSG_LINKINFO_GET_REPLY            = 0x2 | ||||||
|  | @ -3691,7 +3695,7 @@ const ( | ||||||
| 	ETHTOOL_MSG_MODULE_NTF                    = 0x24 | 	ETHTOOL_MSG_MODULE_NTF                    = 0x24 | ||||||
| 	ETHTOOL_MSG_PSE_GET_REPLY                 = 0x25 | 	ETHTOOL_MSG_PSE_GET_REPLY                 = 0x25 | ||||||
| 	ETHTOOL_MSG_RSS_GET_REPLY                 = 0x26 | 	ETHTOOL_MSG_RSS_GET_REPLY                 = 0x26 | ||||||
| 	ETHTOOL_MSG_KERNEL_MAX                    = 0x26 | 	ETHTOOL_MSG_KERNEL_MAX                    = 0x2b | ||||||
| 	ETHTOOL_A_HEADER_UNSPEC                   = 0x0 | 	ETHTOOL_A_HEADER_UNSPEC                   = 0x0 | ||||||
| 	ETHTOOL_A_HEADER_DEV_INDEX                = 0x1 | 	ETHTOOL_A_HEADER_DEV_INDEX                = 0x1 | ||||||
| 	ETHTOOL_A_HEADER_DEV_NAME                 = 0x2 | 	ETHTOOL_A_HEADER_DEV_NAME                 = 0x2 | ||||||
|  | @ -3795,7 +3799,7 @@ const ( | ||||||
| 	ETHTOOL_A_RINGS_TCP_DATA_SPLIT            = 0xb | 	ETHTOOL_A_RINGS_TCP_DATA_SPLIT            = 0xb | ||||||
| 	ETHTOOL_A_RINGS_CQE_SIZE                  = 0xc | 	ETHTOOL_A_RINGS_CQE_SIZE                  = 0xc | ||||||
| 	ETHTOOL_A_RINGS_TX_PUSH                   = 0xd | 	ETHTOOL_A_RINGS_TX_PUSH                   = 0xd | ||||||
| 	ETHTOOL_A_RINGS_MAX                       = 0xd | 	ETHTOOL_A_RINGS_MAX                       = 0x10 | ||||||
| 	ETHTOOL_A_CHANNELS_UNSPEC                 = 0x0 | 	ETHTOOL_A_CHANNELS_UNSPEC                 = 0x0 | ||||||
| 	ETHTOOL_A_CHANNELS_HEADER                 = 0x1 | 	ETHTOOL_A_CHANNELS_HEADER                 = 0x1 | ||||||
| 	ETHTOOL_A_CHANNELS_RX_MAX                 = 0x2 | 	ETHTOOL_A_CHANNELS_RX_MAX                 = 0x2 | ||||||
|  | @ -3833,14 +3837,14 @@ const ( | ||||||
| 	ETHTOOL_A_COALESCE_RATE_SAMPLE_INTERVAL   = 0x17 | 	ETHTOOL_A_COALESCE_RATE_SAMPLE_INTERVAL   = 0x17 | ||||||
| 	ETHTOOL_A_COALESCE_USE_CQE_MODE_TX        = 0x18 | 	ETHTOOL_A_COALESCE_USE_CQE_MODE_TX        = 0x18 | ||||||
| 	ETHTOOL_A_COALESCE_USE_CQE_MODE_RX        = 0x19 | 	ETHTOOL_A_COALESCE_USE_CQE_MODE_RX        = 0x19 | ||||||
| 	ETHTOOL_A_COALESCE_MAX                    = 0x19 | 	ETHTOOL_A_COALESCE_MAX                    = 0x1c | ||||||
| 	ETHTOOL_A_PAUSE_UNSPEC                    = 0x0 | 	ETHTOOL_A_PAUSE_UNSPEC                    = 0x0 | ||||||
| 	ETHTOOL_A_PAUSE_HEADER                    = 0x1 | 	ETHTOOL_A_PAUSE_HEADER                    = 0x1 | ||||||
| 	ETHTOOL_A_PAUSE_AUTONEG                   = 0x2 | 	ETHTOOL_A_PAUSE_AUTONEG                   = 0x2 | ||||||
| 	ETHTOOL_A_PAUSE_RX                        = 0x3 | 	ETHTOOL_A_PAUSE_RX                        = 0x3 | ||||||
| 	ETHTOOL_A_PAUSE_TX                        = 0x4 | 	ETHTOOL_A_PAUSE_TX                        = 0x4 | ||||||
| 	ETHTOOL_A_PAUSE_STATS                     = 0x5 | 	ETHTOOL_A_PAUSE_STATS                     = 0x5 | ||||||
| 	ETHTOOL_A_PAUSE_MAX                       = 0x5 | 	ETHTOOL_A_PAUSE_MAX                       = 0x6 | ||||||
| 	ETHTOOL_A_PAUSE_STAT_UNSPEC               = 0x0 | 	ETHTOOL_A_PAUSE_STAT_UNSPEC               = 0x0 | ||||||
| 	ETHTOOL_A_PAUSE_STAT_PAD                  = 0x1 | 	ETHTOOL_A_PAUSE_STAT_PAD                  = 0x1 | ||||||
| 	ETHTOOL_A_PAUSE_STAT_TX_FRAMES            = 0x2 | 	ETHTOOL_A_PAUSE_STAT_TX_FRAMES            = 0x2 | ||||||
|  | @ -4490,7 +4494,7 @@ const ( | ||||||
| 	NL80211_ATTR_MAC_HINT                                   = 0xc8 | 	NL80211_ATTR_MAC_HINT                                   = 0xc8 | ||||||
| 	NL80211_ATTR_MAC_MASK                                   = 0xd7 | 	NL80211_ATTR_MAC_MASK                                   = 0xd7 | ||||||
| 	NL80211_ATTR_MAX_AP_ASSOC_STA                           = 0xca | 	NL80211_ATTR_MAX_AP_ASSOC_STA                           = 0xca | ||||||
| 	NL80211_ATTR_MAX                                        = 0x141 | 	NL80211_ATTR_MAX                                        = 0x145 | ||||||
| 	NL80211_ATTR_MAX_CRIT_PROT_DURATION                     = 0xb4 | 	NL80211_ATTR_MAX_CRIT_PROT_DURATION                     = 0xb4 | ||||||
| 	NL80211_ATTR_MAX_CSA_COUNTERS                           = 0xce | 	NL80211_ATTR_MAX_CSA_COUNTERS                           = 0xce | ||||||
| 	NL80211_ATTR_MAX_MATCH_SETS                             = 0x85 | 	NL80211_ATTR_MAX_MATCH_SETS                             = 0x85 | ||||||
|  | @ -4719,7 +4723,7 @@ const ( | ||||||
| 	NL80211_BAND_ATTR_HT_CAPA                               = 0x4 | 	NL80211_BAND_ATTR_HT_CAPA                               = 0x4 | ||||||
| 	NL80211_BAND_ATTR_HT_MCS_SET                            = 0x3 | 	NL80211_BAND_ATTR_HT_MCS_SET                            = 0x3 | ||||||
| 	NL80211_BAND_ATTR_IFTYPE_DATA                           = 0x9 | 	NL80211_BAND_ATTR_IFTYPE_DATA                           = 0x9 | ||||||
| 	NL80211_BAND_ATTR_MAX                                   = 0xb | 	NL80211_BAND_ATTR_MAX                                   = 0xd | ||||||
| 	NL80211_BAND_ATTR_RATES                                 = 0x2 | 	NL80211_BAND_ATTR_RATES                                 = 0x2 | ||||||
| 	NL80211_BAND_ATTR_VHT_CAPA                              = 0x8 | 	NL80211_BAND_ATTR_VHT_CAPA                              = 0x8 | ||||||
| 	NL80211_BAND_ATTR_VHT_MCS_SET                           = 0x7 | 	NL80211_BAND_ATTR_VHT_MCS_SET                           = 0x7 | ||||||
|  | @ -4860,7 +4864,7 @@ const ( | ||||||
| 	NL80211_CMD_LEAVE_IBSS                                  = 0x2c | 	NL80211_CMD_LEAVE_IBSS                                  = 0x2c | ||||||
| 	NL80211_CMD_LEAVE_MESH                                  = 0x45 | 	NL80211_CMD_LEAVE_MESH                                  = 0x45 | ||||||
| 	NL80211_CMD_LEAVE_OCB                                   = 0x6d | 	NL80211_CMD_LEAVE_OCB                                   = 0x6d | ||||||
| 	NL80211_CMD_MAX                                         = 0x98 | 	NL80211_CMD_MAX                                         = 0x99 | ||||||
| 	NL80211_CMD_MICHAEL_MIC_FAILURE                         = 0x29 | 	NL80211_CMD_MICHAEL_MIC_FAILURE                         = 0x29 | ||||||
| 	NL80211_CMD_MODIFY_LINK_STA                             = 0x97 | 	NL80211_CMD_MODIFY_LINK_STA                             = 0x97 | ||||||
| 	NL80211_CMD_NAN_MATCH                                   = 0x78 | 	NL80211_CMD_NAN_MATCH                                   = 0x78 | ||||||
|  | @ -5841,6 +5845,8 @@ const ( | ||||||
| 	TUN_F_TSO6    = 0x4 | 	TUN_F_TSO6    = 0x4 | ||||||
| 	TUN_F_TSO_ECN = 0x8 | 	TUN_F_TSO_ECN = 0x8 | ||||||
| 	TUN_F_UFO     = 0x10 | 	TUN_F_UFO     = 0x10 | ||||||
|  | 	TUN_F_USO4    = 0x20 | ||||||
|  | 	TUN_F_USO6    = 0x40 | ||||||
| ) | ) | ||||||
| 
 | 
 | ||||||
| const ( | const ( | ||||||
|  | @ -5850,9 +5856,10 @@ const ( | ||||||
| ) | ) | ||||||
| 
 | 
 | ||||||
| const ( | const ( | ||||||
| 	VIRTIO_NET_HDR_GSO_NONE  = 0x0 | 	VIRTIO_NET_HDR_GSO_NONE   = 0x0 | ||||||
| 	VIRTIO_NET_HDR_GSO_TCPV4 = 0x1 | 	VIRTIO_NET_HDR_GSO_TCPV4  = 0x1 | ||||||
| 	VIRTIO_NET_HDR_GSO_UDP   = 0x3 | 	VIRTIO_NET_HDR_GSO_UDP    = 0x3 | ||||||
| 	VIRTIO_NET_HDR_GSO_TCPV6 = 0x4 | 	VIRTIO_NET_HDR_GSO_TCPV6  = 0x4 | ||||||
| 	VIRTIO_NET_HDR_GSO_ECN   = 0x80 | 	VIRTIO_NET_HDR_GSO_UDP_L4 = 0x5 | ||||||
|  | 	VIRTIO_NET_HDR_GSO_ECN    = 0x80 | ||||||
| ) | ) | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_386.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_386.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -337,6 +337,8 @@ type Taskstats struct { | ||||||
| 	Ac_exe_inode              uint64 | 	Ac_exe_inode              uint64 | ||||||
| 	Wpcopy_count              uint64 | 	Wpcopy_count              uint64 | ||||||
| 	Wpcopy_delay_total        uint64 | 	Wpcopy_delay_total        uint64 | ||||||
|  | 	Irq_count                 uint64 | ||||||
|  | 	Irq_delay_total           uint64 | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| type cpuMask uint32 | type cpuMask uint32 | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -350,6 +350,8 @@ type Taskstats struct { | ||||||
| 	Ac_exe_inode              uint64 | 	Ac_exe_inode              uint64 | ||||||
| 	Wpcopy_count              uint64 | 	Wpcopy_count              uint64 | ||||||
| 	Wpcopy_delay_total        uint64 | 	Wpcopy_delay_total        uint64 | ||||||
|  | 	Irq_count                 uint64 | ||||||
|  | 	Irq_delay_total           uint64 | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| type cpuMask uint64 | type cpuMask uint64 | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_arm.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_arm.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -328,6 +328,8 @@ type Taskstats struct { | ||||||
| 	Ac_exe_inode              uint64 | 	Ac_exe_inode              uint64 | ||||||
| 	Wpcopy_count              uint64 | 	Wpcopy_count              uint64 | ||||||
| 	Wpcopy_delay_total        uint64 | 	Wpcopy_delay_total        uint64 | ||||||
|  | 	Irq_count                 uint64 | ||||||
|  | 	Irq_delay_total           uint64 | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| type cpuMask uint32 | type cpuMask uint32 | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -329,6 +329,8 @@ type Taskstats struct { | ||||||
| 	Ac_exe_inode              uint64 | 	Ac_exe_inode              uint64 | ||||||
| 	Wpcopy_count              uint64 | 	Wpcopy_count              uint64 | ||||||
| 	Wpcopy_delay_total        uint64 | 	Wpcopy_delay_total        uint64 | ||||||
|  | 	Irq_count                 uint64 | ||||||
|  | 	Irq_delay_total           uint64 | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| type cpuMask uint64 | type cpuMask uint64 | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_loong64.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_loong64.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -330,6 +330,8 @@ type Taskstats struct { | ||||||
| 	Ac_exe_inode              uint64 | 	Ac_exe_inode              uint64 | ||||||
| 	Wpcopy_count              uint64 | 	Wpcopy_count              uint64 | ||||||
| 	Wpcopy_delay_total        uint64 | 	Wpcopy_delay_total        uint64 | ||||||
|  | 	Irq_count                 uint64 | ||||||
|  | 	Irq_delay_total           uint64 | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| type cpuMask uint64 | type cpuMask uint64 | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_mips.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_mips.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -333,6 +333,8 @@ type Taskstats struct { | ||||||
| 	Ac_exe_inode              uint64 | 	Ac_exe_inode              uint64 | ||||||
| 	Wpcopy_count              uint64 | 	Wpcopy_count              uint64 | ||||||
| 	Wpcopy_delay_total        uint64 | 	Wpcopy_delay_total        uint64 | ||||||
|  | 	Irq_count                 uint64 | ||||||
|  | 	Irq_delay_total           uint64 | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| type cpuMask uint32 | type cpuMask uint32 | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -332,6 +332,8 @@ type Taskstats struct { | ||||||
| 	Ac_exe_inode              uint64 | 	Ac_exe_inode              uint64 | ||||||
| 	Wpcopy_count              uint64 | 	Wpcopy_count              uint64 | ||||||
| 	Wpcopy_delay_total        uint64 | 	Wpcopy_delay_total        uint64 | ||||||
|  | 	Irq_count                 uint64 | ||||||
|  | 	Irq_delay_total           uint64 | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| type cpuMask uint64 | type cpuMask uint64 | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -332,6 +332,8 @@ type Taskstats struct { | ||||||
| 	Ac_exe_inode              uint64 | 	Ac_exe_inode              uint64 | ||||||
| 	Wpcopy_count              uint64 | 	Wpcopy_count              uint64 | ||||||
| 	Wpcopy_delay_total        uint64 | 	Wpcopy_delay_total        uint64 | ||||||
|  | 	Irq_count                 uint64 | ||||||
|  | 	Irq_delay_total           uint64 | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| type cpuMask uint64 | type cpuMask uint64 | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -333,6 +333,8 @@ type Taskstats struct { | ||||||
| 	Ac_exe_inode              uint64 | 	Ac_exe_inode              uint64 | ||||||
| 	Wpcopy_count              uint64 | 	Wpcopy_count              uint64 | ||||||
| 	Wpcopy_delay_total        uint64 | 	Wpcopy_delay_total        uint64 | ||||||
|  | 	Irq_count                 uint64 | ||||||
|  | 	Irq_delay_total           uint64 | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| type cpuMask uint32 | type cpuMask uint32 | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -340,6 +340,8 @@ type Taskstats struct { | ||||||
| 	Ac_exe_inode              uint64 | 	Ac_exe_inode              uint64 | ||||||
| 	Wpcopy_count              uint64 | 	Wpcopy_count              uint64 | ||||||
| 	Wpcopy_delay_total        uint64 | 	Wpcopy_delay_total        uint64 | ||||||
|  | 	Irq_count                 uint64 | ||||||
|  | 	Irq_delay_total           uint64 | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| type cpuMask uint32 | type cpuMask uint32 | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -339,6 +339,8 @@ type Taskstats struct { | ||||||
| 	Ac_exe_inode              uint64 | 	Ac_exe_inode              uint64 | ||||||
| 	Wpcopy_count              uint64 | 	Wpcopy_count              uint64 | ||||||
| 	Wpcopy_delay_total        uint64 | 	Wpcopy_delay_total        uint64 | ||||||
|  | 	Irq_count                 uint64 | ||||||
|  | 	Irq_delay_total           uint64 | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| type cpuMask uint64 | type cpuMask uint64 | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -339,6 +339,8 @@ type Taskstats struct { | ||||||
| 	Ac_exe_inode              uint64 | 	Ac_exe_inode              uint64 | ||||||
| 	Wpcopy_count              uint64 | 	Wpcopy_count              uint64 | ||||||
| 	Wpcopy_delay_total        uint64 | 	Wpcopy_delay_total        uint64 | ||||||
|  | 	Irq_count                 uint64 | ||||||
|  | 	Irq_delay_total           uint64 | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| type cpuMask uint64 | type cpuMask uint64 | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -357,6 +357,8 @@ type Taskstats struct { | ||||||
| 	Ac_exe_inode              uint64 | 	Ac_exe_inode              uint64 | ||||||
| 	Wpcopy_count              uint64 | 	Wpcopy_count              uint64 | ||||||
| 	Wpcopy_delay_total        uint64 | 	Wpcopy_delay_total        uint64 | ||||||
|  | 	Irq_count                 uint64 | ||||||
|  | 	Irq_delay_total           uint64 | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| type cpuMask uint64 | type cpuMask uint64 | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -352,6 +352,8 @@ type Taskstats struct { | ||||||
| 	Ac_exe_inode              uint64 | 	Ac_exe_inode              uint64 | ||||||
| 	Wpcopy_count              uint64 | 	Wpcopy_count              uint64 | ||||||
| 	Wpcopy_delay_total        uint64 | 	Wpcopy_delay_total        uint64 | ||||||
|  | 	Irq_count                 uint64 | ||||||
|  | 	Irq_delay_total           uint64 | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| type cpuMask uint64 | type cpuMask uint64 | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -334,6 +334,8 @@ type Taskstats struct { | ||||||
| 	Ac_exe_inode              uint64 | 	Ac_exe_inode              uint64 | ||||||
| 	Wpcopy_count              uint64 | 	Wpcopy_count              uint64 | ||||||
| 	Wpcopy_delay_total        uint64 | 	Wpcopy_delay_total        uint64 | ||||||
|  | 	Irq_count                 uint64 | ||||||
|  | 	Irq_delay_total           uint64 | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| type cpuMask uint64 | type cpuMask uint64 | ||||||
|  |  | ||||||
							
								
								
									
										4
									
								
								vendor/golang.org/x/sys/windows/service.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/golang.org/x/sys/windows/service.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -218,6 +218,10 @@ type SERVICE_FAILURE_ACTIONS struct { | ||||||
| 	Actions      *SC_ACTION | 	Actions      *SC_ACTION | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | type SERVICE_FAILURE_ACTIONS_FLAG struct { | ||||||
|  | 	FailureActionsOnNonCrashFailures int32 | ||||||
|  | } | ||||||
|  | 
 | ||||||
| type SC_ACTION struct { | type SC_ACTION struct { | ||||||
| 	Type  uint32 | 	Type  uint32 | ||||||
| 	Delay uint32 | 	Delay uint32 | ||||||
|  |  | ||||||
							
								
								
									
										6
									
								
								vendor/modules.txt
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								vendor/modules.txt
									
										
									
									
										vendored
									
									
								
							|  | @ -835,7 +835,7 @@ go.uber.org/automaxprocs/maxprocs | ||||||
| # golang.org/x/arch v0.3.0 | # golang.org/x/arch v0.3.0 | ||||||
| ## explicit; go 1.17 | ## explicit; go 1.17 | ||||||
| golang.org/x/arch/x86/x86asm | golang.org/x/arch/x86/x86asm | ||||||
| # golang.org/x/crypto v0.10.0 | # golang.org/x/crypto v0.11.0 | ||||||
| ## explicit; go 1.17 | ## explicit; go 1.17 | ||||||
| golang.org/x/crypto/acme | golang.org/x/crypto/acme | ||||||
| golang.org/x/crypto/acme/autocert | golang.org/x/crypto/acme/autocert | ||||||
|  | @ -872,7 +872,7 @@ golang.org/x/image/webp | ||||||
| # golang.org/x/mod v0.10.0 | # golang.org/x/mod v0.10.0 | ||||||
| ## explicit; go 1.17 | ## explicit; go 1.17 | ||||||
| golang.org/x/mod/semver | golang.org/x/mod/semver | ||||||
| # golang.org/x/net v0.11.0 | # golang.org/x/net v0.12.0 | ||||||
| ## explicit; go 1.17 | ## explicit; go 1.17 | ||||||
| golang.org/x/net/bpf | golang.org/x/net/bpf | ||||||
| golang.org/x/net/context | golang.org/x/net/context | ||||||
|  | @ -894,7 +894,7 @@ golang.org/x/net/trace | ||||||
| ## explicit; go 1.17 | ## explicit; go 1.17 | ||||||
| golang.org/x/oauth2 | golang.org/x/oauth2 | ||||||
| golang.org/x/oauth2/internal | golang.org/x/oauth2/internal | ||||||
| # golang.org/x/sys v0.9.0 | # golang.org/x/sys v0.10.0 | ||||||
| ## explicit; go 1.17 | ## explicit; go 1.17 | ||||||
| golang.org/x/sys/cpu | golang.org/x/sys/cpu | ||||||
| golang.org/x/sys/execabs | golang.org/x/sys/execabs | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue