Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Merkel (0.22 sec)

  1. src/cmd/cgo/internal/test/issue1435.go

    			//    os.IsNotExist(err),
    			//    "... : no such process",
    			//    "... : bad file descriptor.
    			continue
    		}
    		lines := strings.Split(string(d), "\n")
    		for _, line := range lines {
    			// Different kernel vintages pad differently.
    			line = strings.TrimSpace(line)
    			if strings.HasPrefix(line, "Pid:\t") {
    				// On loaded systems, it is possible
    				// for a TID to be reused really
    				// quickly. As such, we need to
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Jul 28 21:31:41 GMT 2023
    - 7.5K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg syscall (freebsd-386), type BpfZbuf struct, Buflen uint32
    pkg syscall (freebsd-386), type BpfZbufHeader struct
    pkg syscall (freebsd-386), type BpfZbufHeader struct, Kernel_gen uint32
    pkg syscall (freebsd-386), type BpfZbufHeader struct, Kernel_len uint32
    pkg syscall (freebsd-386), type BpfZbufHeader struct, User_gen uint32
    pkg syscall (freebsd-386), type BpfZbufHeader struct, X_bzh_pad [5]uint32
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  3. api/go1.14.txt

    pkg syscall (freebsd-arm64), type BpfZbuf struct, Buflen uint64
    pkg syscall (freebsd-arm64), type BpfZbufHeader struct
    pkg syscall (freebsd-arm64), type BpfZbufHeader struct, Kernel_gen uint32
    pkg syscall (freebsd-arm64), type BpfZbufHeader struct, Kernel_len uint32
    pkg syscall (freebsd-arm64), type BpfZbufHeader struct, User_gen uint32
    pkg syscall (freebsd-arm64), type BpfZbufHeader struct, X_bzh_pad [5]uint32
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg syscall (linux-386), const RTPROT_DHCP = 16
    pkg syscall (linux-386), const RTPROT_DNROUTED = 13
    pkg syscall (linux-386), const RTPROT_GATED = 8
    pkg syscall (linux-386), const RTPROT_KERNEL = 2
    pkg syscall (linux-386), const RTPROT_MRT = 10
    pkg syscall (linux-386), const RTPROT_NTK = 15
    pkg syscall (linux-386), const RTPROT_RA = 9
    pkg syscall (linux-386), const RTPROT_REDIRECT = 1
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  5. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), type BpfZbuf struct, Buflen uint32
    pkg syscall (freebsd-386-cgo), type BpfZbufHeader struct
    pkg syscall (freebsd-386-cgo), type BpfZbufHeader struct, Kernel_gen uint32
    pkg syscall (freebsd-386-cgo), type BpfZbufHeader struct, Kernel_len uint32
    pkg syscall (freebsd-386-cgo), type BpfZbufHeader struct, User_gen uint32
    pkg syscall (freebsd-386-cgo), type BpfZbufHeader struct, X_bzh_pad [5]uint32
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  6. doc/godebug.md

    Go 1.22 changed how the runtime interacts with transparent huge pages on Linux.
    In particular, a common default Linux kernel configuration can result in
    significant memory overheads, and Go 1.22 no longer works around this default.
    To work around this issue without adjusting kernel settings, transparent huge
    pages can be disabled for Go memory with the
    [`disablethp` setting](/pkg/runtime#hdr-Environment_Variable).
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Apr 16 17:29:58 GMT 2024
    - 13.5K bytes
    - Viewed (0)
  7. doc/asm.html

    Care should be taken when using vector instructions to ensure that they are available at
    runtime.
    To use vector instructions a machine must have both the vector facility (bit 129 in the
    facility list) and kernel support.
    Without kernel support a vector instruction will have no effect (it will be equivalent
    to a <code>NOP</code> instruction).
    </p>
    
    <p>
    Addressing modes:
    </p>
    
    <ul>
    
    <li>
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
  8. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type BpfZbufHeader struct #53466
    pkg syscall (freebsd-riscv64), type BpfZbufHeader struct, Kernel_gen uint32 #53466
    pkg syscall (freebsd-riscv64), type BpfZbufHeader struct, Kernel_len uint32 #53466
    pkg syscall (freebsd-riscv64), type BpfZbufHeader struct, User_gen uint32 #53466
    pkg syscall (freebsd-riscv64), type BpfZbufHeader struct, X_bzh_pad [5]uint32 #53466
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
Back to top