/freebsd/tools/test/sort/bigtest/ |
H A D | si | 11 66 55 44 33 22 12 abc.zml-1.gz 13 abc.zml-12.gz 14 abc.zml-2.gz 15 abc-1.007.tgz 16 abc-1.012b.tgz 17 abc-1.01a.tgz 25 55 |44| 33 |22| 11 27 44 33 22 11 00.17 28 44 33 22 11M 00.17 [all …]
|
/freebsd/tools/test/sort/bigtest/siks/ |
H A D | sik1 | 1 44 33 22 11M 00.17 2 44 33 22 11K 00.17 3 66 55 44 33 22 4 66 55 44 33 22 5 44 33 22 11 00.17 11 44 33. 22 11 00.17 13 44 3.3 22 11 00.17 21 abc.zml-1.gz 22 abc.zml-12.gz 23 abc.zml-2.gz [all …]
|
H A D | sik2 | 1 44 33 22 11M 00.17 2 44 33 22 11K 00.17 3 66 55 44 33 22 4 66 55 44 33 22 5 44 33 22 11 00.17 11 44 33. 22 11 00.17 13 44 3.3 22 11 00.17 21 abc.zml-1.gz 22 abc.zml-12.gz 23 abc.zml-2.gz [all …]
|
/freebsd/contrib/one-true-awk/ |
H A D | ChangeLog | 1 2020-07-30 Arnold D. Robbins <arnold@skeeve.com> 9 * b.c, lex.c, maketab.c, parse.c, run.c: Replace include of ytab.h 11 * lib.c, main.c, tran.c: Remove include of ytab.h, wasn't needed. 13 2020-01-20 Arnold D. Robbins <arnold@skeeve.com> 15 * run.c (openfile): Set the close-on-exec flag for file 18 2020-01-06 Arnold D. Robbins <arnold@skeeve.com> 21 * b.c (replace_repeat): Turn init_q back into an int. 22 * lex.c (string): Use \a instead of \007. 23 * tran.c (catstr): Use snprintf instead of sprintf. 25 2020-01-01 Arnold D. Robbins <arnold@skeeve.com> [all …]
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | clevels.h | 2 * Copyright (c) Yann Collet, Facebook, Inc. 5 * This source code is licensed under both the BSD-style license (found in the 8 * You may select, at your option, one of the above-listed licenses. 17 /*-===== Pre-defined compression levels =====-*/ 19 #define ZSTD_MAX_CLEVEL 22 26 { /* "default" - for any srcSize > 256 KB */ 27 /* W, C, H, S, L, TL, strat */ 37 { 22, 20, 21, 4, 5, 16, ZSTD_lazy2 }, /* level 9 */ 38 { 22, 21, 22, 5, 5, 16, ZSTD_lazy2 }, /* level 10 */ 39 { 22, 21, 22, 6, 5, 16, ZSTD_lazy2 }, /* level 11 */ [all …]
|
/freebsd/contrib/blocklist/diff/ |
H A D | proftpd.diff | 1 --- Make.rules.in.orig 2015-05-27 20:25:54.000000000 -0400 2 +++ Make.rules.in 2016-01-25 21:48:47.000000000 -0500 3 @@ -110,3 +110,8 @@ 8 +CPPFLAGS+=-DHAVE_BLACKLIST 9 +LIBS+=-lblacklist 12 --- /dev/null 2016-01-22 17:30:55.000000000 -0500 13 +++ include/pfilter.h 2016-01-22 16:18:33.000000000 -0500 14 @@ -0,0 +1,3 @@ 18 --- modules/mod_auth.c.orig 2015-05-27 20:25:54.000000000 -0400 19 +++ modules/mod_auth.c 2016-01-22 16:21:06.000000000 -0500 [all …]
|
/freebsd/sys/dev/etherswitch/ip17x/ |
H A D | ip175d.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2013 Luiz Otavio O Souza. 5 * Copyright (c) 2011-2012 Stefan Bethke. 6 * Copyright (c) 2012 Adrian Chadd. 7 * Copyright (C) 2008 Patrick Horn. 8 * Copyright (C) 2008, 2010 Martin Mares. 64 ip17x_writephy(sc->sc_dev, IP175D_RESET_PHY, IP175D_RESET_REG, 0x175d); in ip175d_reset() 68 ip17x_updatephy(sc->sc_dev, 21, 22, 0x3, 0x0); in ip175d_reset() 71 ip17x_writephy(sc->sc_dev, 22, 3, 0x8100); in ip175d_reset() [all …]
|
/freebsd/tools/regression/environ/ |
H A D | envtest.t | 3 # Copyright (c) 2007-2008 Sean C. Farley <scf@FreeBSD.org> 37 result=`./envctl -t "${@}"` 39 if [ ${?} -ne 0 ] 54 echo "${result}" | sed 's/[ \t]*$//' | grep -q "^${@}$" 55 if [ ${?} -eq 0 ] 59 echo "not ok ${testndx} - '${lasttest}'" 80 run_test -g FOO 83 run_test -c 3 -g FOO 86 run_test -g FOOBAR 89 run_test -c 3 -g FOOBAR [all …]
|
/freebsd/crypto/heimdal/appl/push/ |
H A D | ChangeLog | 1 2005-04-19 Love Hörnquist Åstrand <lha@it.su.se> 3 * push.c: catch when snprint needs a larger buffer 5 2004-06-17 Johan Danielsson <joda@pdc.kth.se> 7 * push.c: alloc memory to handle very long lines 9 2003-04-03 Assar Westerlund <assar@kth.se> 11 * push.c: fixed one incorrect fprintf to stderr 13 2003-03-18 Love Hörnquist Åstrand <lha@it.su.se> 15 * push.c: add names of pop states, add some more debugging and use 18 2001-09-04 Assar Westerlund <assar@sics.se> 20 * push.c (doit): check return values from snprintf being negative [all …]
|
/freebsd/crypto/heimdal/lib/com_err/ |
H A D | ChangeLog | 1 2007-07-17 Love Hörnquist Åstrand <lha@it.su.se> 5 2007-07-16 Love Hörnquist Åstrand <lha@it.su.se> 9 2007-07-15 Love Hörnquist Åstrand <lha@it.su.se> 13 * version-script.map: use version script. 15 2007-07-10 Love Hörnquist Åstrand <lha@it.su.se> 19 2006-10-19 Love Hörnquist Åstrand <lha@it.su.se> 23 2005-12-12 Love Hörnquist Åstrand <lha@it.su.se> 27 2005-07-07 Love Hörnquist Åstrand <lha@it.su.se> 31 2005-06-16 Love Hörnquist Åstrand <lha@it.su.se> 39 * compile_et.c: rename base to base_id since flex defines a [all …]
|
/freebsd/crypto/openssl/test/certs/ |
H A D | cyrillic.msb | 10 …Subject: C=RU, ST=\U041C\U043E\U0441\U043A\U0432\U0430, L=\U041C\U043E\U0441\U043A\U0432\U0430, O=… 13 Public-Key: (2048 bit) 16 ba:bc:d5:9a:d6:dc:21:66:72:30:36:ca:94:43:3c: 17 37:22:81:31:af:bb:8f:31:df:20:e2:6a:04:ee:12: 18 a1:ea:8c:94:63:84:ab:66:ca:e7:cf:ae:3f:f0:c0: 19 38:7f:67:a8:bf:f4:8a:70:65:3d:5c:1f:60:0c:6a: 20 86:b9:68:4f:45:37:0c:89:ef:45:e8:ab:c4:bd:1a: 21 88:49:05:4b:5f:f4:a2:8d:1c:38:e4:50:54:aa:25: 22 a6:4d:5c:64:eb:1c:31:91:d1:38:f0:b4:82:4c:c4: 25 52:22:0f:a1:9b:aa:ca:0b:05:c6:ee:0c:0b:f4:58: [all …]
|
H A D | cyrillic.utf8 | 10 …Subject: C=RU, ST=Москва, L=Москва, O=Дмитрий Белявский, OU=Я, CN=Dmitry Belyavskiy, emailAddress=… 13 Public-Key: (2048 bit) 16 ba:bc:d5:9a:d6:dc:21:66:72:30:36:ca:94:43:3c: 17 37:22:81:31:af:bb:8f:31:df:20:e2:6a:04:ee:12: 18 a1:ea:8c:94:63:84:ab:66:ca:e7:cf:ae:3f:f0:c0: 19 38:7f:67:a8:bf:f4:8a:70:65:3d:5c:1f:60:0c:6a: 20 86:b9:68:4f:45:37:0c:89:ef:45:e8:ab:c4:bd:1a: 21 88:49:05:4b:5f:f4:a2:8d:1c:38:e4:50:54:aa:25: 22 a6:4d:5c:64:eb:1c:31:91:d1:38:f0:b4:82:4c:c4: 25 52:22:0f:a1:9b:aa:ca:0b:05:c6:ee:0c:0b:f4:58: [all …]
|
/freebsd/contrib/arm-optimized-routines/string/bench/ |
H A D | memcpy.c | 4 * Copyright (c) 2020-2023, Arm Limited. 5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 57 #define SIZE_MASK (SIZE_NUM-1) 71 { 22, 46}, {640, 45}, { 25, 41}, { 14, 40}, { 56, 37}, { 27, 35}, 72 { 35, 33}, {384, 33}, { 29, 32}, { 80, 30}, {4095, 22}, {232, 22}, 97 #define ALIGN_MASK (ALIGN_NUM-1) 135 src_align_arr[n++] = size - 1; in init_copy_distribution() 140 dst_align_arr[n++] = size - 1; in init_copy_distribution() 152 test_arr[i].dst = (rand32 (0) & (max_size - 1)); in init_copies() 154 test_arr[i].src = (rand32 (0) & (max_size - 1)); in init_copies() [all …]
|
/freebsd/secure/caroot/trusted/ |
H A D | GTS_Root_R1.pem | 20 Issuer: C = US, O = Google Trust Services LLC, CN = GTS Root R1 22 Not Before: Jun 22 00:00:00 2016 GMT 23 Not After : Jun 22 00:00:00 2036 GMT 24 Subject: C = US, O = Google Trust Services LLC, CN = GTS Root R1 27 Public-Key: (4096 bit) 30 b7:95:a7:40:3c:a1:fd:82:f9:7d:32:06:82:71:f6: 31 f6:8c:7f:fb:e8:db:bc:6a:2e:97:97:a3:8c:4b:f9: 34 b1:9c:63:db:d7:99:7e:f0:0a:5e:eb:68:a6:f4:c6: 35 5a:47:0d:4d:10:33:e3:4e:b1:13:a3:c8:18:6c:4b: 39 f1:82:c1:c0:df:2e:a6:6d:6c:19:0e:b5:d8:7e:26: [all …]
|
H A D | Actalis_Authentication_Root_CA.pem | 19 … Issuer: C = IT, L = Milan, O = Actalis S.p.A./03358520967, CN = Actalis Authentication Root CA 21 Not Before: Sep 22 11:22:02 2011 GMT 22 Not After : Sep 22 11:22:02 2030 GMT 23 … Subject: C = IT, L = Milan, O = Actalis S.p.A./03358520967, CN = Actalis Authentication Root CA 26 Public-Key: (4096 bit) 28 00:a7:c6:c4:a5:29:a4:2c:ef:e5:18:c5:b0:50:a3: 29 6f:51:3b:9f:0a:5a:c9:c2:48:38:0a:c2:1c:a0:18: 32 08:6c:89:d7:e1:ac:bc:20:c2:b1:e0:83:51:8a:69: 35 1d:f5:41:2d:2f:4c:fd:28:ad:e0:8a:ad:22:b4:56: 37 ba:cd:f0:7d:13:57:c0:5d:d2:83:6b:48:4c:c4:ab: [all …]
|
H A D | Certainly_Root_R1.pem | 20 Issuer: C = US, O = Certainly, CN = Certainly Root R1 24 Subject: C = US, O = Certainly, CN = Certainly Root R1 27 Public-Key: (4096 bit) 29 00:d0:36:d4:1f:ea:dd:ab:e4:d1:b6:e6:fb:22:c0: 30 dd:13:0d:6a:7b:22:13:1c:97:3c:68:63:66:32:9c: 32 92:bf:8e:e4:c4:13:be:a4:68:4c:da:02:68:16:74: 33 be:b2:dd:04:e4:6b:2a:dd:37:1f:60:2c:db:f5:f7: 34 a1:7c:95:b7:0c:70:86:2e:f1:3a:ef:52:f7:cc:d3: 35 9b:f9:8b:be:0e:df:31:b7:9d:68:5c:92:a6:f5:e5: 37 03:91:ed:a9:1c:4e:71:3d:d2:8b:6c:89:f4:78:86: [all …]
|
H A D | certSIGN_Root_CA_G2.pem | 20 Issuer: C = RO, O = CERTSIGN SA, OU = certSIGN ROOT CA G2 24 Subject: C = RO, O = CERTSIGN SA, OU = certSIGN ROOT CA G2 27 Public-Key: (4096 bit) 31 1a:7c:c2:e3:af:82:8e:86:d7:5e:8f:57:eb:d3:21: 35 8f:cf:05:d3:ee:dc:0c:1a:d9:b8:8b:78:22:67:e4: 36 69:b0:68:c5:3c:e4:6c:5a:46:e7:cd:c7:fa:ef:c4: 38 ab:35:9a:4c:e4:c4:08:c6:26:cc:f8:69:9f:e4:9c: 39 f0:29:d3:5c:f9:c6:16:25:9e:23:c3:20:c1:3d:0f: 41 38:b4:15:d3:b6:11:69:7b:1e:54:ee:8c:1a:22:ac: 42 72:97:3f:23:59:9b:c9:22:84:c1:07:4f:cc:7f:e2: [all …]
|
H A D | NAVER_Global_Root_Certification_Authority.pem | 20 … Issuer: C = KR, O = NAVER BUSINESS PLATFORM Corp., CN = NAVER Global Root Certification Authority 24 … Subject: C = KR, O = NAVER BUSINESS PLATFORM Corp., CN = NAVER Global Root Certification Authority 27 Public-Key: (4096 bit) 29 00:b6:d4:f1:93:5c:b5:40:89:0a:ab:0d:90:5b:50: 33 26:5e:59:8a:77:e3:e8:48:9c:31:16:fa:3e:91:b1: 37 b6:c9:02:1d:be:83:51:bb:5c:da:f8:ad:15:6a:99: 40 07:c7:71:72:c9:66:d3:34:97:f6:8c:f4:18:4a:e1: 41 d0:3d:5a:45:b6:69:a7:29:fb:23:ce:88:d8:12:9c: 43 4c:f9:f4:9b:8e:b8:3c:69:ed:6f:3b:50:2f:58:ed: 44 c4:b0:d0:1c:1b:6a:0c:e2:bc:44:aa:d8:cd:14:5d: [all …]
|
H A D | GTS_Root_R2.pem | 20 Issuer: C = US, O = Google Trust Services LLC, CN = GTS Root R2 22 Not Before: Jun 22 00:00:00 2016 GMT 23 Not After : Jun 22 00:00:00 2036 GMT 24 Subject: C = US, O = Google Trust Services LLC, CN = GTS Root R2 27 Public-Key: (4096 bit) 29 00:ce:de:fd:a6:fb:ec:ec:14:34:3c:07:06:5a:6c: 33 6c:99:1f:c4:22:1d:9f:fe:72:77:e0:2c:5b:af:e4: 35 76:a1:e6:69:b9:85:19:bd:89:8c:fe:ad:ed:36:ea: 39 b4:03:f0:da:f4:90:b8:65:64:f7:5c:4c:ad:e8:7e: 44 e5:a0:7f:d4:61:0f:51:4b:3c:3f:8c:da:e1:70:74: [all …]
|
/freebsd/lib/libpmc/ |
H A D | pmc.haswelluc.3 | 1 .\" Copyright (c) 2013 Hiren Panchasara <hiren.panchasara@gmail.com> 25 .Dd March 22, 2013 45 .Bl -tag -width "Li PMC_CLASS_UCP" 47 Fixed-function counters that count only one hardware event per counter. 59 .%B "Intel(R) 64 and IA-32 Architectures Software Developers Manual" 60 .%T "Combined Volumes: 1, 2A, 2B, 2C, 3A, 3B and 3C" 61 .%N "Order Number: 325462-045US" 68 Not all CPUs in this family implement fixed-function counters. 71 .Bl -column "PMC_CAP_INTERRUPT" "Support" 88 .Bl -tag -width indent [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/ |
H A D | SparcFixupKinds.h | 1 //===-- SparcFixupKinds.h - Sparc Specific Fixup Entries --------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 17 // fixup_sparc_call30 - 30-bit PC relative relocation for call 20 /// fixup_sparc_br22 - 22-bit PC relative relocation for 24 /// fixup_sparc_br19 - 19-bit PC relative relocation for 28 /// fixup_sparc_bpr - 16-bit fixup for bpr 31 /// fixup_sparc_13 - 13-bit fixup 34 /// fixup_sparc_hi22 - 22-bit fixup corresponding to %hi(foo) 38 /// fixup_sparc_lo10 - 10-bit fixup corresponding to %lo(foo) [all …]
|
/freebsd/contrib/expat/tests/ |
H A D | acc_tests.c | 9 Copyright (c) 2001-2006 Fred L. Drake, Jr. <fdrake@users.sourceforge.net> 10 Copyright (c) 2003 Greg Stein <gstein@users.sourceforge.net> 11 Copyright (c) 2005-2007 Steven Solie <steven@solie.ca> 12 Copyright (c) 2005-2012 Karl Waclawek <karl@waclawek.net> 13 Copyright (c) 2016-2024 Sebastian Pipping <sebastian@pipping.org> 14 Copyright (c) 2017-2022 Rhodri James <rhodri@wildebeest.org.uk> 15 Copyright (c) 2017 Joe Orton <jorton@redhat.com> 16 Copyright (c) 2017 José Gutiérrez de la Concha <jose@zeroc.com> 17 Copyright (c) 2018 Marco Maggi <marco.maggi-ipsu@poste.it> 18 Copyright (c) 2019 David Loffredo <loffredo@steptools.com> [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/ |
H A D | mediatek,mt76.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 # Copyright (c) 2018-2019 The Linux Foundation. All rights reserved. 4 -- [all...] |
/freebsd/usr.bin/mkimg/tests/ |
H A D | img-1x1-512-gpt.raw.hex | 8 00000200 45 46 49 20 50 41 52 54 00 00 01 00 5c 00 00 00 |EFI PART....\...| 10 00000220 42 21 00 00 00 00 00 00 22 00 00 00 00 00 00 00 |B!......".......| 16 00000400 b6 7c 6e 51 cf 6e d6 11 8f f8 00 02 2d 09 71 2b |.|nQ.n......-.q+| 18 00000420 22 00 00 00 00 00 00 00 21 20 00 00 00 00 00 00 |".......! ......| 21 00000480 b5 7c 6e 51 cf 6e d6 11 8f f8 00 02 2d 09 71 2b |.|nQ.n......-.q+| 23 000004a0 22 20 00 00 00 00 00 00 21 21 00 00 00 00 00 00 |" ......!!......| 30 00424400 b6 7c 6e 51 cf 6e d6 11 8f f8 00 02 2d 09 71 2b |.|nQ.n......-.q+| 32 00424420 22 00 00 00 00 00 00 00 21 20 00 00 00 00 00 00 |".......! ......| 35 00424480 b5 7c 6e 51 cf 6e d6 11 8f f8 00 02 2d 09 71 2b |.|nQ.n......-.q+| 37 004244a0 22 20 00 00 00 00 00 00 21 21 00 00 00 00 00 00 |" ......!!......| [all …]
|
H A D | img-63x255-512-gpt.raw.hex | 8 00000200 45 46 49 20 50 41 52 54 00 00 01 00 5c 00 00 00 |EFI PART....\...| 10 00000220 42 21 00 00 00 00 00 00 22 00 00 00 00 00 00 00 |B!......".......| 16 00000400 b6 7c 6e 51 cf 6e d6 11 8f f8 00 02 2d 09 71 2b |.|nQ.n......-.q+| 18 00000420 22 00 00 00 00 00 00 00 21 20 00 00 00 00 00 00 |".......! ......| 21 00000480 b5 7c 6e 51 cf 6e d6 11 8f f8 00 02 2d 09 71 2b |.|nQ.n......-.q+| 23 000004a0 22 20 00 00 00 00 00 00 21 21 00 00 00 00 00 00 |" ......!!......| 30 00424400 b6 7c 6e 51 cf 6e d6 11 8f f8 00 02 2d 09 71 2b |.|nQ.n......-.q+| 32 00424420 22 00 00 00 00 00 00 00 21 20 00 00 00 00 00 00 |".......! ......| 35 00424480 b5 7c 6e 51 cf 6e d6 11 8f f8 00 02 2d 09 71 2b |.|nQ.n......-.q+| 37 004244a0 22 20 00 00 00 00 00 00 21 21 00 00 00 00 00 00 |" ......!!......| [all …]
|