Restart Init

This commit is contained in:
Simon Martens
2026-02-18 13:41:44 +01:00
parent 938cdeb27b
commit 4f4288905d
2955 changed files with 4795 additions and 53375 deletions

View File

@@ -0,0 +1 @@
v1 ee0434e186119a768edaf698b8538d21355de27ebb501738b5f28abe3c6e59bb f5af47691b4c804b373b947595ee26ab1bac9fe817cd4070f2411b2f1d9a4b78 11 1771415367663430622

View File

@@ -0,0 +1 @@
v1 ee3aa571d73e0d09b77360da7f42a8de5524ea6233d582e840f64dcd404d523e f3a59b3bf87f6a44fa771660ee5c9fe45bb418d24359c3f8324243f1ce8bd5e0 148012 1771415368945927240

View File

@@ -0,0 +1,3 @@
./ecdsa.go
./ecdsa_legacy.go
./notboring.go

View File

@@ -0,0 +1 @@
v1 ee5767976436358547d0713cad10bf5306999294b48417230844fcfba49a2d30 eed383dfac517bb38a921cfd945ffaee5b0a851f0edebb50e12f0c4cb90233e7 15466 1771415367595839401

View File

@@ -0,0 +1 @@
v1 ee87ff7f62748983fcabc305aa5c59a80d344cb1f64bbc9a24090dd1f0431285 3ae2e0fe5320ca39bc7b494ab9944e7017cf87c975b20774f088cada654b7654 25 1771415369114905506

View File

@@ -0,0 +1 @@
v1 eeb5720cfa5f8320a543e87e1c499d60c41c3ac322ac83499008b0c1ffb0acc4 4387888640a5047654cea6ec999675ce44c36a8b32985584d05304d392cc554d 1323454 1771416840740238833

View File

@@ -0,0 +1 @@
v1 eece6eb241183d1733a41a7c5b0725a26269f99722dd4774b84a4f6687f8f37c fb72f819e4707effc262e2c976ec1c1cdcaf2c181cfdeabe094e5bbb6383526d 153240 1771415367619852531

View File

@@ -0,0 +1 @@
v1 eed5a97bad5ac275ec091504d66755362201bcbb085bab4a5a786a1041590f7e 322aca18a13d9037c5ca3dfb2ad5e23e043e844044bcd4b902b31f0cba8cf349 6657 1771415367629939168

View File

@@ -0,0 +1,23 @@
// Code generated by cmd/cgo; DO NOT EDIT.
//line /usr/lib/go/src/net/cgo_linux.go:1:1
// Copyright 2011 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 !android && cgo && !netgo
package net
/*
#include <netdb.h>
*/
import _ "unsafe"
// NOTE(rsc): In theory there are approximately balanced
// arguments for and against including AI_ADDRCONFIG
// in the flags (it includes IPv4 results only on IPv4 systems,
// and similarly for IPv6), but in practice setting it causes
// getaddrinfo to return the wrong canonical name on Linux.
// So definitely leave it out.
const cgoAddrInfoFlags = ( /*line :20:26*/_Ciconst_AI_CANONNAME /*line :20:39*/) | ( /*line :20:43*/_Ciconst_AI_V4MAPPED /*line :20:55*/) | ( /*line :20:59*/_Ciconst_AI_ALL /*line :20:66*/)