Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 34 of 34 for fixup (0.05 sec)

  1. src/encoding/json/testdata/code.json.gz

    5779729648,"touches":3,"min_t":1228936524,"max_t":1236205616,"mean_t":1231540308},{"name":"5168598-expected.png","kids":[],"cl_weight":0.0008359634175634084,"touches":2,"min_t":1228936524,"max_t":1236205616,"mean_t":1232571070},{"name":"delete-ws-fixup-001-expected.checksum","kids":[],"cl_weight":0.0012625845779729648,"touches":3,"min_t":1228936524,"max_t":1236205616,"mean_t":1231540308},{"name":"delete-3959464-fix-expected.png","kids":[],"cl_weight":0.0012625845779729648,"touches":3,"min_t":122...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
  2. src/syscall/mksysctl_openbsd.pl

    	net.inet6.tcp6
    	net.inet6.udp6
    	net.mpls
    	net.mpls.ifq
    	net.key
    	net.pflow
    	net.pfsync
    	net.pipex
    	net.rt
    	vm.swapencrypt
    	#vfsgenctl			# Special handling required
    );
    
    # Node name "fixups"
    my %ctl_map = (
    	"ipproto" => "net.inet",
    	"net.inet.ipproto" => "net.inet",
    	"net.inet6.ipv6proto" => "net.inet6",
    	"net.inet6.ipv6" => "net.inet6.ip6",
    	"net.inet.icmpv6" => "net.inet6.icmp6",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 5K bytes
    - Viewed (0)
  3. ci/official/containers/linux_arm64/builder.devtoolset/build_devtoolset.sh

    tar -xvzf "glibc-2.17-c758a686-releng.tar.gz" --strip 1
    sed -i '/patch0060/d' glibc.spec
    /rpm-patch.sh "glibc.spec"
    rm -f "glibc-2.17-317.el7.src.rpm" "glibc-2.17-c758a686.tar.gz" "glibc-2.17-c758a686-releng.tar.gz"
    patch -p1 < /gcc9-fixups.patch
    patch -p1 < /stringop_trunc.patch
    cd ../glibc-build
    ../glibc-src/configure --prefix=/usr --disable-werror --enable-obsolete-rpc --disable-profile
    make -j$(nproc)
    make install DESTDIR=${TARGET}
    cd ..
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Sep 29 00:26:34 UTC 2023
    - 6.1K bytes
    - Viewed (0)
  4. src/internal/syscall/windows/syscall_windows.go

    package windows
    
    import (
    	"sync"
    	"syscall"
    	"unsafe"
    )
    
    // CanUseLongPaths is true when the OS supports opting into
    // proper long path handling without the need for fixups.
    //
    //go:linkname CanUseLongPaths
    var CanUseLongPaths bool
    
    // UTF16PtrToString is like UTF16ToString, but takes *uint16
    // as a parameter instead of []uint16.
    func UTF16PtrToString(p *uint16) string {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 22:55:25 UTC 2024
    - 15.5K bytes
    - Viewed (0)
Back to top