/freebsd-src/contrib/spleen/ |
H A D | ChangeLog | 14 versions (Thanks Mike Cui) 28 - Remove C0 control characters range in the 8x16, 16x32, and 32x64 versions 34 - Add full support for CP437 (IBM PC) in the 8x16, 16x32, and 32x64 versions 38 32x64 versions 40 - Add union symbol in the 8x16, 16x32, and 32x64 versions 73 - Generate OTB versions in release tarballs 89 - Fix size of the lower case 'ae' character in the 16x32 and 32x64 versions 90 - Fix size of the lower case 'oe' character in the 16x32 and 32x64 versions 146 - Improve the Esszet character (8x16, 12x24, 16x32, and 32x64 versions) 155 - Generate OpenType (OTF) versions fo [all...] |
/freebsd-src/crypto/openssl/test/recipes/ |
H A D | 70-test_sslversions.t | 63 ok(TLSProxy::Message->fail(), "Empty supported versions"); 65 #Test 2: supported_versions extension with no recognised versions should not 70 ok(TLSProxy::Message->fail(), "No recognised versions"); 72 #Test 3: No supported versions extensions should succeed and select TLSv1.2 79 "No supported versions extension"); 81 #Test 4: No supported versions extensions should fail if only TLS1.3 available 85 ok(TLSProxy::Message->fail(), "No supported versions extension (only TLS1.3)"); 87 #Test 5: supported versions extension with best version last should succeed 96 "Reverse order versions"); 98 #Test 6: no TLSv1.3 or TLSv1.2 version in supported versions extension, but [all …]
|
/freebsd-src/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/ |
H A D | zpool_upgrade_001_pos.ksh | 61 $ZPOOL upgrade -v > $TMPDIR/zpool-versions.${TESTCASE_ID} 62 COUNT=$( $WC -l $TMPDIR/zpool-versions.${TESTCASE_ID} | $AWK '{print $1}' ) 64 $TAIL -${COUNT} $TMPDIR/zpool-versions.${TESTCASE_ID} > $TMPDIR/zpool-versions-desc.${TESTCASE_ID} 74 log_must $GREP "$ZPOOL_VERSION " $TMPDIR/zpool-versions-desc.${TESTCASE_ID} 77 $TMPDIR/zpool-versions-desc.${TESTCASE_ID} 79 log_must $GREP "$ZPOOL_VERSION " $TMPDIR/zpool-versions-desc.${TESTCASE_ID} 81 $RM $TMPDIR/zpool-versions.${TESTCASE_ID} 82 $RM $TMPDIR/zpool-versions-desc.${TESTCASE_ID}
|
H A D | zpool_upgrade_007_pos.ksh | 38 # import pools of all versions - verify the following operation not break. 44 # 1. Import pools of all versions 69 log_assert "Import pools of all versions - 'zfs upgrade' on each pools works" 83 log_pass "Import pools of all versions - 'zfs upgrade' on each pools works"
|
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/ |
H A D | zpool_upgrade_001_pos.ksh | 38 # versions, and mentions feature flags. 50 rm -f $versions 56 typeset versions=$TEST_BASE_DIR/zpool-versions.$$ 61 # versions and a note about feature flags. 65 zpool upgrade -v > $versions 75 log_must eval "awk '/^ $version / { print $1 }' $versions | grep $version"
|
H A D | zpool_upgrade_007_pos.ksh | 38 # import pools of all versions - verify the following operation not break. 44 # 1. Import pools of all versions 58 log_assert "Import pools of all versions - 'zfs upgrade' on each pool works" 70 log_pass "Import pools of all versions - 'zfs upgrade' on each pool works"
|
/freebsd-src/share/mk/ |
H A D | version_gen.awk | 30 # Make a list of all the library versions listed in the master file. 32 # versions[] - array indexed by version name, contains number 60 versions[symver] = 1; 76 else if (versions[v] != 1) { 132 else if (versions[$1] == 0) { 136 # Remove this entry from the versions. 137 delete versions[$1]; 149 count = versions[current_version]; 150 versions[current_version]++; 155 # different versions in the map. That can result [all …]
|
/freebsd-src/contrib/sqlite3/tea/win/ |
H A D | rules.vc | 539 !if [echo REM = This file is generated from rules.vc > versions.vc] 541 !if [echo TCL_MAJOR_VERSION = \>> versions.vc] \ 542 && [nmakehlp -V "$(_TCL_H)" TCL_MAJOR_VERSION >> versions.vc] 544 !if [echo TCL_MINOR_VERSION = \>> versions.vc] \ 545 && [nmakehlp -V "$(_TCL_H)" TCL_MINOR_VERSION >> versions.vc] 547 !if [echo TCL_PATCH_LEVEL = \>> versions.vc] \ 548 && [nmakehlp -V "$(_TCL_H)" TCL_PATCH_LEVEL >> versions.vc] 551 # If building the tcl core then we need additional package versions 553 !if [echo PKG_HTTP_VER = \>> versions.vc] \ 554 && [nmakehlp -V ..\library\http\pkgIndex.tcl http >> versions.vc] [all …]
|
/freebsd-src/contrib/less/ |
H A D | NEWS | 14 Major changes between "less" versions 661 and 668 47 Major changes between "less" versions 643 and 661 148 Major changes between "less" versions 633 and 643 179 Major changes between "less" versions 632 and 633 186 Major changes between "less" versions 608 and 632 257 Major changes between "less" versions 590 and 608 324 Major changes between "less" versions 581 and 590 349 Major changes between "less" versions 563 and 581 394 Major changes between "less" versions 551 and 563 419 Major changes between "less" versions 53 [all...] |
/freebsd-src/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBModule.h | 244 /// will extract the versions from object files if they are available. 246 /// If \a versions is NULL, or if \a num_versions is 0, the return 249 /// function with a value of \a versions and \a num_versions that 252 /// \param[out] versions 256 /// to this function so that all versions can be retrieved. If 258 /// existing versions numbers will be filled into \a versions. 259 /// If there is no version information available, \a versions 264 /// The maximum number of entries to fill into \a versions. If 268 /// \a versions to get all of the version numbers. If \a 271 /// filled into \a versions (if \a versions is non-NULL). [all …]
|
/freebsd-src/contrib/bc/ |
H A D | MEMORY_BUGS.md | 3 This is a list of all of the memory bugs that were found in *released* versions 6 I made this list for two reasons: first, so users can know what versions of 14 * In versions `1.1.0` until `6.2.0` (inclusive) of `bc` and `dc`, there is a 20 * In versions `3.0.0` until `6.0.1` (inclusive) of `bc` and `dc`, there is a 26 * In versions `3.0.0` until `6.7.5` (inclusive) of `bc` and `dc`, there is a 33 * In versions `5.0.0` until `6.0.4` (inclusive) of `bc`, there is an 45 * In versions `5.0.0` until `6.0.4` (inclusive) of `bc`, there is another
|
/freebsd-src/crypto/openssh/openbsd-compat/ |
H A D | openssl-compat.c | 36 * Versions >=3 require only major versions to match. 37 * For versions <3, we accept compatible fix versions (so we allow 1.0.1 52 * For versions >= 3.0, only the major and status must match. in ssh_compatible_openssl() 60 * For versions >= 1.0.0, but <3, major,minor,status must match and in ssh_compatible_openssl()
|
/freebsd-src/crypto/openssl/test/testutil/ |
H A D | provider.c | 171 int fips_provider_version_match(OSSL_LIB_CTX *libctx, const char *versions) in fips_provider_version_match() argument 179 while (*versions != '\0') { in fips_provider_version_match() 180 for (; isspace((unsigned char)(*versions)); versions++) in fips_provider_version_match() 182 if (*versions == '\0') in fips_provider_version_match() 184 for (p = versions; *versions != '\0' && !isspace((unsigned char)(*versions)); versions++) in fips_provider_version_match()
|
/freebsd-src/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_min_proto_version.pod | 27 The functions get or set the minimum and maximum supported protocol versions 31 specific protocol versions. 32 Use these functions instead of disabling specific protocol versions. 35 versions down to the lowest version, or up to the highest version 41 Currently supported versions are B<SSL3_VERSION>, B<TLS1_VERSION>,
|
/freebsd-src/usr.bin/diff3/ |
H A D | diff3.1 | 51 utility compares the contents of three different versions of a file, 59 the separate versions into a new file. 63 to merge specific versions or create 64 new versions. 135 specific only to all three versions. 186 to create the desired target from the different versions.
|
/freebsd-src/usr.bin/sed/ |
H A D | POSIX | 11 undocumented inconsistencies between the historical versions of sed and 33 POSIX does not specify this behavior as the System V versions of 42 2. Historical versions of sed required that the w flag be the last 46 3. Historical versions of sed required that whitespace follow a w 50 4. Historical versions of sed permitted any number of whitespace 57 for backslash. Some historical versions of sed displayed two 79 8. Historic versions of sed permitted commands to be separated 87 9. Historic versions of sed terminated the script if EOF was reached
|
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/ |
H A D | bootfs_005_neg.ksh | 38 # Boot properties cannot be set on pools with older versions 41 # 1. Copy and import some pools of older versions 62 log_assert "Boot properties cannot be set on pools with older versions" 79 log_pass "Boot properties cannot be set on pools with older versions"
|
/freebsd-src/contrib/libpcap/cmake/Modules/ |
H A D | Finddpdk.cmake | 28 # as pkg-config with *ALL* versions of DPDK that provide a 68 # Just don't do this stuff on earlier versions. If that 71 # at least, do it that way on older versions of CMake. 87 # and keep in mind what versions of CMake come with, for 88 # example, commonly-used versions of commonly-used
|
/freebsd-src/crypto/openssh/contrib/ |
H A D | findssl.sh | 5 # and print their versions. 23 # The output of configure will tell you the versions of the OpenSSL 32 # present and their versions. You should be able to identify the 34 # versions. The output will show OpenSSL's internal version identifier 110 # Search for OpenSSL headers and print versions 158 # Search for static OpenSSL libraries and print versions
|
/freebsd-src/crypto/openssl/Configurations/ |
H A D | 50-masm.conf | 2 # because it would mean supporting all masm versions. This in 5 # Studio versions. It's usually lesser hassle to make it work 6 # with latest assembler, but tweaking for older versions had
|
/freebsd-src/contrib/ldns/ |
H A D | README.git | 9 # the correct versions may need to be set. On those 13 # older versions of libtoolize do not support --install 14 # so you might need to remove that (with newer versions
|
/freebsd-src/contrib/bzip2/ |
H A D | bzip2.1 | 125 later. Earlier versions of 259 These flags are redundant in versions 0.9.5 and above. They provided 261 earlier versions, which was sometimes useful. 0.9.5 and above have an 382 compress more slowly than normal. Versions 0.9.5 and above fare much 383 better than previous versions in this respect. The ratio between 385 For previous versions, this figure was more like 100:1. You can use the 410 backwards compatible with the previous public releases, versions 417 versions prior to 1.0.2 used 32-bit integers to represent 419 files more than 512 megabytes long. Versions 1.0.2 and above use
|
/freebsd-src/contrib/tcp_wrappers/ |
H A D | workarounds.c | 33 * Some AIX versions advertise a too small MAXHOSTNAMELEN value (32). 50 * Some DG/UX inet_addr() versions return a struct/union instead of a long. 70 * With some System-V versions, the fgets() library function does not 113 * With early SunOS 5 versions, recvfrom() does not completely fill in the 147 * The Apollo SR10.3 and some SYSV4 getpeername(2) versions do not return an 187 * versions have no yp_default_domain() function. We use getdomainname() 273 * IRIX 5.3 (and possibly earlier versions, too) library routines call the
|
/freebsd-src/sys/contrib/zlib/ |
H A D | README | 45 available in Python 1.5 and later versions, see 57 - For Windows DLL versions, please see win32/DLL_FAQ.txt 69 - zlib doesn't work on HP-UX 9.05 with some versions of /bin/cc. It works with 100 2. Altered source versions must be plainly marked as such, and must not be 117 the FAQ for more information on the distribution of modified source versions.
|
/freebsd-src/tests/sys/cddl/zfs/tests/bootfs/ |
H A D | bootfs_005_neg.ksh | 39 # Boot properties cannot be set on pools with older versions 42 # 1. Copy and import some pools of older versions 80 log_assert "Boot properties cannot be set on pools with older versions" 98 log_pass "Boot properties cannot be set on pools with older versions"
|