/netbsd-src/external/bsd/file/dist/magic/magdir/ |
H A D | android | 2 #------------------------------------------------------------ 3 # $File: android,v 1.24 2023/02/20 16:51:59 christos Exp $ 4 # Various android related magic entries 5 #------------------------------------------------------------ 7 # Dalvik .dex format. http://retrodev.com/android/dexformat.html 12 >0 regex dex\n[0-9]{2}\0 Dalvik dex file 15 >0 regex dey\n[0-9]{2}\0 Dalvik dex file (optimized for host) 18 # Android bootimg format 19 # From https://android.googlesource.com/\ 22 0 string ANDROID! Android bootimg [all …]
|
H A D | archive | 1 #------------------------------------------------------------------------------ 3 # archive: file(1) magic for archive formats (see also "msdos" for self- 7 # pre-POSIX "tar" archives are also handled in the C code ../../src/is_tar.c. 11 # Reference: https://www.freebsd.org/cgi/man.cgi?query=tar&sektion=5&manpath=FreeBSD+8-current 18 # last 4 header bytes often null but tar\0 in gtarfail2.tar gtarfail.tar-bad 19 # at https://sourceforge.net/projects/s-tar/files/testscripts/ 21 # nul, space or ascii digit 0-7 at start of mode 29 #>>>>>>>>0 regex \^[0-9]{2,4}[.](png|jpg|jpeg|tif|tiff|gif|bmp) NAME "%s" 32 >>>>>>>>0 regex \^[0-9]{2,4}[.](png|jpg|jpeg|tif|tiff|gif|bmp) 33 >>>>>>>>>0 use tar-cbt [all …]
|
/netbsd-src/external/mit/libuv/dist/.github/workflows/ |
H A D | CI-unix.yml | 1 name: CI-unix 6 - '**' 7 - '!docs/**' 8 - '!src/win/**' 9 - '!.**' 10 - '.github/workflows/CI-unix.yml' 13 - v[0-9].* 14 - master 17 build-android: 18 runs-on: ubuntu-latest [all …]
|
/netbsd-src/external/mit/libuv/dist/ |
H A D | SUPPORTED_PLATFORMS.md | 4 |---|---|---|---| 13 | Android | Tier 3 | NDK >= r15b | Android 7.0, `-DANDROID_PLATFORM=android-24` | 14 | MinGW | Tier 3 | MinGW32 and MinGW-w64 | | 42 new include file in ``include/`` with the name ``uv-theplatform.h`` and add
|
H A D | ChangeLog | 7 * aix, ibmi: handle server hang when remote sends TCP RST (V-for-Vasili) 17 * ibmi: Implement UDP disconnect (V-for-Vasili) 33 * build: re-enable CI for windows changes (Jameson Nash) 37 * test: remove unused declarations in tcp_rst test (V-for-Vasili) 39 * core: add thread-safe strtok implementation (Guilherme Íscaro) 41 * win: fix incompatible-types warning (twosee) 45 * build: fix AIX xlc autotools build (V-for-Vasili) 51 * doc: make sample cross-platform build (gengjiawen) 55 * sunos: fs-event callback can be called after uv_close() (Andy Fiddaman) 57 * uv: re-register interest in a file after change (Shuowang (Wayne) Zhang) [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | DynamicTags.def | 61 DYNAMIC_TAG(TEXTREL, 22) // Relocations exist for non-writable segments. 63 DYNAMIC_TAG(BIND_NOW, 24) // Process all relocations before execution. 79 // at https://groups.google.com/forum/#!topic/generic-abi/bX460iggiKg 89 // Android packed relocation section tags. 90 // https://android.googlesource.com/platform/bionic/+/6f12bfece5dcc01325e0abba56a46b1bcf991c69/tool… 96 // Android's experimental support for SHT_RELR sections. 97 // https://android.googlesource.com/platform/bionic/+/b7feec74547f84559a1467aca02708ff61346d2a/libc… 216 // Sun machine-independent extensions.
|
/netbsd-src/sys/external/isc/libsodium/dist/ |
H A D | ChangeLog | 3 - Signatures computations and verifications are now way faster on 4 64-bit platforms with compilers supporting 128-bit arithmetic (gcc, 6 - New low-level APIs for computations over edwards25519: 11 - `crypto_sign_open()`, `crypto_sign_verify_detached() and 13 non-canonical form in addition to low-order points. 14 - The library can be built with `ED25519_NONDETERMINISTIC` defined in 16 - Webassembly: `crypto_pwhash_*()` functions are now included in 17 non-sumo builds. 18 - `sodium_stackzero()` was added to wipe content off the stack. 19 - Android: support new SDKs where unified headers have become the [all …]
|
H A D | config.sub | 3 # Copyright 1992-2013 Free Software Foundation, Inc. 5 timestamp='2013-08-10' 28 # Please send patches with a ChangeLog entry to config-patches@gnu.org. 48 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 49 # or in some cases, the newer four-part form: 50 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 53 me=`echo "$0" | sed -e 's,.*/,,'` 56 Usage: $0 [OPTION] CPU-MFR-OPSYS 62 -h, --help print this help, then exit 63 -t, --time-stamp print date of last modification, then exit [all …]
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
H A D | omap443x.dtsi | 4 * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ 16 /* OMAP443x variants OPP50-OPPNT */ 17 operating-points = < 24 clock-latency = <300000>; /* From legacy driver */ 27 #cooling-cells = <2>; /* min followed by max */ 31 thermal-zones { 32 #include "omap4-cpu-thermal.dtsi" 40 compatible = "ti,omap4430-bandgap"; 43 #thermal-sensor-cells = <0>; 48 abb_mpu: regulator-abb-mpu { [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/ |
H A D | timezone.d | 142 return dur!"hnsecs"(utcToTZ(stdTime) - stdTime); in utcOffsetAt() 146 // new and exists on an up-to-date Windows box but does not exist on Windows in utcOffsetAt() 155 case "Belarus Standard Time": return "Kaliningrad Standard Time"; // Added 2014-10-08 in utcOffsetAt() 156 case "Russia Time Zone 10": return "Magadan Standard Time"; // Added 2014-10-08 in utcOffsetAt() 157 case "Russia Time Zone 11": return "Magadan Standard Time"; // Added 2014-10-08 in utcOffsetAt() 158 case "Russia Time Zone 3": return "Russian Standard Time"; // Added 2014-10-08 in utcOffsetAt() 203 //assert(tz.stdName == stdName); //Locale-dependent 204 //assert(tz.dstName == dstName); //Locale-dependent 211 auto stdUTC = SysTime(stdDate - utcOffset, UTC()); 212 auto dstUTC = SysTime(stdDate - utcOffset + dstOffset, UTC()); [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/ |
H A D | timezone.d | 175 return dur!"hnsecs"(utcToTZ(stdTime) - stdTime); in utcOffsetAt() 179 // new and exists on an up-to-date Windows box but does not exist on Windows 188 case "Belarus Standard Time": return "Kaliningrad Standard Time"; // Added 2014-10-08 in _getOldName() 189 case "Russia Time Zone 10": return "Magadan Standard Time"; // Added 2014-10-08 in _getOldName() 190 case "Russia Time Zone 11": return "Magadan Standard Time"; // Added 2014-10-08 in _getOldName() 191 case "Russia Time Zone 3": return "Russian Standard Time"; // Added 2014-10-08 in _getOldName() 236 //assert(tz.stdName == stdName); //Locale-dependent 237 //assert(tz.dstName == dstName); //Locale-dependent 245 auto stdUTC = SysTime(stdDate - utcOffset, UTC()); 246 auto dstUTC = SysTime(stdDate - utcOffset + dstOffset, UTC()); [all …]
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
H A D | sanitizer_atomic_test.cc | 1 //===-- sanitizer_atomic_test.cc ------------------------------------------===// 8 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 37 val.magic0 = val.magic1 = (Type)-3; in CheckStoreLoad() 46 val.a.val_dont_use = (Type)-1; in CheckStoreLoad() 50 EXPECT_EQ(val.magic0, (Type)-3); in CheckStoreLoad() 51 EXPECT_EQ(val.magic1, (Type)-3); in CheckStoreLoad() 91 // Clang crashes while compiling this test for Android: 99 Type new_val = 24; in CheckAtomicCompareExchange() 109 Type new_val = 24; in CheckAtomicCompareExchange()
|
/netbsd-src/external/bsd/openpam/dist/ |
H A D | config.sub | 3 # Copyright 1992-2018 Free Software Foundation, Inc. 5 timestamp='2018-05-24' 28 # Please send patches to <config-patches@gnu.org>. 48 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 49 # or in some cases, the newer four-part form: 50 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 53 me=`echo "$0" | sed -e 's,.*/,,'` 56 Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS 61 -h, --help print this help, then exit 62 -t, --time-stamp print date of last modification, then exit [all …]
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
H A D | strerror_r.m4 | 1 # strerror_r.m4 serial 24 2 dnl Copyright (C) 2002, 2007-2022 Free Software Foundation, Inc. 52 AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles 54 dnl Persuade Android <string.h> to use the GNU strerror_r API, 78 dnl AIX 6.1 strerror_r fails by returning -1, not an error number. 79 dnl HP-UX 11.31 strerror_r always fails when the buffer length argument 82 dnl Mac OS X 10.5 strerror_r treats 0 like -1 107 if (strerror_r (-3, buf, sizeof buf) < 0) 122 # Guess no on HP-UX. 154 char *str = strerror (-1); [all …]
|
/netbsd-src/external/bsd/openldap/dist/build/ |
H A D | config.sub | 3 # Copyright 1992-2020 Free Software Foundation, Inc. 5 timestamp='2020-01-01' 28 # Please send patches to <config-patches@gnu.org>. 48 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 49 # or in some cases, the newer four-part form: 50 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 53 me=`echo "$0" | sed -e 's,.*/,,'` 56 Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS 61 -h, --help print this help, then exit 62 -t, --time-stamp print date of last modification, then exit [all …]
|
/netbsd-src/external/bsd/libevent/dist/build-aux/ |
H A D | config.sub | 3 # Copyright 1992-2020 Free Software Foundation, Inc. 5 timestamp='2020-01-01' 28 # Please send patches to <config-patches@gnu.org>. 48 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 49 # or in some cases, the newer four-part form: 50 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 53 me=`echo "$0" | sed -e 's,.*/,,'` 56 Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS 61 -h, --help print this help, then exit 62 -t, --time-stamp print date of last modification, then exit [all …]
|
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/ |
H A D | config.sub | 3 # Copyright 1992-2020 Free Software Foundation, Inc. 5 timestamp='2020-01-01' 28 # Please send patches to <config-patches@gnu.org>. 48 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 49 # or in some cases, the newer four-part form: 50 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 53 me=`echo "$0" | sed -e 's,.*/,,'` 56 Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS 61 -h, --help print this help, then exit 62 -t, --time-stamp print date of last modification, then exit [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | config.sub | 3 # Copyright 1992-2019 Free Software Foundation, Inc. 5 timestamp='2019-06-30' 28 # Please send patches to <config-patches@gnu.org>. 48 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 49 # or in some cases, the newer four-part form: 50 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 53 me=`echo "$0" | sed -e 's,.*/,,'` 56 Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS 61 -h, --help print this help, then exit 62 -t, --time-stamp print date of last modification, then exit [all …]
|
/netbsd-src/external/mit/isl/dist/interface/ |
H A D | config.sub | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-03' 30 # Please send patches to <config-patches@gnu.org>. 50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 51 # or in some cases, the newer four-part form: 52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 58 # variety of pre-POSIX systems that do not have POSIX shells at all, and 59 # even some reasonably current systems (Solaris 10 as case-in-point) still 60 # have a pre-POSIX /bin/sh. 62 me=`echo "$0" | sed -e 's,.*/,,'` [all …]
|
/netbsd-src/external/mit/isl/dist/ |
H A D | config.sub | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-03' 30 # Please send patches to <config-patches@gnu.org>. 50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 51 # or in some cases, the newer four-part form: 52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 58 # variety of pre-POSIX systems that do not have POSIX shells at all, and 59 # even some reasonably current systems (Solaris 10 as case-in-point) still 60 # have a pre-POSIX /bin/sh. 62 me=`echo "$0" | sed -e 's,.*/,,'` [all …]
|
/netbsd-src/crypto/external/bsd/heimdal/dist/ |
H A D | config.sub | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-03' 30 # Please send patches to <config-patches@gnu.org>. 50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 51 # or in some cases, the newer four-part form: 52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 58 # variety of pre-POSIX systems that do not have POSIX shells at all, and 59 # even some reasonably current systems (Solaris 10 as case-in-point) still 60 # have a pre-POSIX /bin/sh. 62 me=`echo "$0" | sed -e 's,.*/,,'` [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/ |
H A D | config.sub | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-03' 30 # Please send patches to <config-patches@gnu.org>. 50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 51 # or in some cases, the newer four-part form: 52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 58 # variety of pre-POSIX systems that do not have POSIX shells at all, and 59 # even some reasonably current systems (Solaris 10 as case-in-point) still 60 # have a pre-POSIX /bin/sh. 62 me=`echo "$0" | sed -e 's,.*/,,'` [all …]
|
/netbsd-src/external/public-domain/sqlite/dist/ |
H A D | config.sub | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-03' 30 # Please send patches to <config-patches@gnu.org>. 50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 51 # or in some cases, the newer four-part form: 52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 58 # variety of pre-POSIX systems that do not have POSIX shells at all, and 59 # even some reasonably current systems (Solaris 10 as case-in-point) still 60 # have a pre-POSIX /bin/sh. 62 me=`echo "$0" | sed -e 's,.*/,,'` [all …]
|
/netbsd-src/external/mpl/bind/dist/ |
H A D | config.sub | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-03' 30 # Please send patches to <config-patches@gnu.org>. 50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 51 # or in some cases, the newer four-part form: 52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 58 # variety of pre-POSIX systems that do not have POSIX shells at all, and 59 # even some reasonably current systems (Solaris 10 as case-in-point) still 60 # have a pre-POSIX /bin/sh. 62 me=`echo "$0" | sed -e 's,.*/,,'` [all …]
|
/netbsd-src/external/lgpl3/mpfr/dist/ |
H A D | config.sub | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-03' 30 # Please send patches to <config-patches@gnu.org>. 50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 51 # or in some cases, the newer four-part form: 52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 58 # variety of pre-POSIX systems that do not have POSIX shells at all, and 59 # even some reasonably current systems (Solaris 10 as case-in-point) still 60 # have a pre-POSIX /bin/sh. 62 me=`echo "$0" | sed -e 's,.*/,,'` [all …]
|