Home
last modified time | relevance | path

Searched full:older (Results 1 – 25 of 1499) sorted by relevance

12345678910>>...60

/freebsd-src/crypto/openssh/openbsd-compat/regress/
H A Dopensslvertest.c32 { 0x1000101fL, 0x1000100fL, 1}, /* older library patch version: ok */
34 { 0x1000101fL, 0x1000001fL, 0}, /* older library fix version: NO */
36 { 0x1000101fL, 0x0000101fL, 0}, /* older library major version: NO */
42 { 0x1010101fL, 0x1010100fL, 1}, /* older library patch version: ok */
44 { 0x1010101fL, 0x1010001fL, 0}, /* older library fix version: NO */
46 { 0x1010101fL, 0x0010101fL, 0}, /* older library major version: NO */
52 { 0x3010101fL, 0x3010100fL, 1}, /* older library patch version: ok */
54 { 0x3010101fL, 0x3010001fL, 1}, /* older library fix version: ok */
56 { 0x3010101fL, 0x1010101fL, 0}, /* older library major version: NO */
/freebsd-src/contrib/libarchive/tar/test/
H A Dtest_option_older_than.c15 * Basic test of --older-than.
17 * Create test1.tar with --older-than, test2.tar without.
33 /* Test --older-than on create */ in DEFINE_TEST()
36 "--older-than middle.txt *.txt a", in DEFINE_TEST()
54 /* Extract test2.tar to a clean dir with --older-than and verify. */ in DEFINE_TEST()
58 systemf("%s xf ../test2.tar --older-than ../test1in/middle.txt", in DEFINE_TEST()
/freebsd-src/contrib/libpcap/doc/
H A DREADME.linux15 shared libraries, which means that if an older version of a shared
19 library and, if it's otherwise binary-compatible with the older version,
20 can replace that older version without breaking applications built with
21 the older version, and without breaking configure scripts or the build
H A DREADME.macos16 is based on an older (non-default) FreeBSD devfs, and that version of
22 a "startup item" for older versions of macOS;
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/
H A Dbootfs_005_neg.ksh38 # 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/crypto/openssl/doc/man7/
H A Dpassphrase-encoding.pod59 OpenSSL versions older than 1.1.0 do variant 2 only, and that is the reason why
60 OpenSSL still does this, to be able to read files produced with older versions.
71 outcome in OpenSSL 1.1.0 and newer than in OpenSSL older than 1.1.0.
73 0x00 0xC3 0x00 0xAF # OpenSSL older than 1.1.0
76 On the same accord, anything encoded in UTF-8 that was given to OpenSSL older
154 OpenSSL older than 1.1.0.
158 erroneous/non-compliant encoding used by OpenSSL older than 1.1.0)
/freebsd-src/tests/sys/cddl/zfs/tests/bootfs/
H A Dbootfs_005_neg.ksh39 # 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"
/freebsd-src/secure/lib/libcrypto/man/man7/
H A Dpassphrase-encoding.7181 OpenSSL versions older than 1.1.0 do variant 2 only, and that is the reason why
182 OpenSSL still does this, to be able to read files produced with older versions.
193 outcome in OpenSSL 1.1.0 and newer than in OpenSSL older than 1.1.0.
196 \& 0x00 0xC3 0x00 0xAF # OpenSSL older than 1.1.0
200 On the same accord, anything encoded in \s-1UTF\-8\s0 that was given to OpenSSL older
266 OpenSSL older than 1.1.0.
270 erroneous/non\-compliant encoding used by OpenSSL older than 1.1.0)
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h342 /// 1) A younger load is allowed to pass an older load only if there are no
344 /// 2) An younger store is not allowed to pass an older store.
345 /// 3) A younger store is not allowed to pass an older load.
346 /// 4) A younger load is allowed to pass an older store only if the load does
350 /// Under this assumption, younger loads are always allowed to pass older
396 /// the load/store queue(s). That also means, all the older loads/stores have
431 // conservatively treated as a store barrier. It forces older store to be
435 // conservatively treated as a load barrier. It forces older loads to execute
467 /// 5. A load has to wait until an older load barrier is fully executed.
468 /// 6. A store has to wait until an older store barrier is fully executed.
/freebsd-src/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dmount.h46 * instead use the enum name S_WRITE. When using these older
55 * instead leave it undefined. When using these older headers define
68 * Older glibc <sys/mount.h> headers did not define all the available
/freebsd-src/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A Dmount.h44 * instead use the enum name S_WRITE. When using these older
53 * instead leave it undefined. When using these older headers define
74 * Older glibc <sys/mount.h> headers did not define all the available
/freebsd-src/sys/contrib/device-tree/Bindings/clock/
H A Dnspire-clock.txt6 "lsi,nspire-classic-ahb-divider" for the AHB divider in the older model
8 "lsi,nspire-classic-clock" for the base clock in the older model
/freebsd-src/share/man/man4/
H A Dbwi.495 driver uses the older v3 version of Broadcom's firmware.
96 While this older firmware does support most BCM43xx parts, the
101 driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and
H A Dpfsync.4142 If synchronization with a peer running an older version of FreeBSD is needed the
153 FreeBSD releases 13.2 and older.
275 The newer protocol is not compatible with older one and will not interoperate
H A Dpcic.436 driver provides support for older ISA and non-Yenta PCI PC Card bridges.
62 An older VLSI part with some issues on some machines.
/freebsd-src/crypto/openssl/
H A DNOTES-ANDROID.md36 an older platform pass the argument `-D__ANDROID_API__=N` to `Configure`,
45 Older versions of the NDK have GCC under their common prebuilt tools
57 to facilitate migration from older projects. However, since API level
/freebsd-src/libexec/bootpd/
H A Dbootpd.8128 For compatibility with older versions of
155 compatibility with older versions of
160 compatibility with older versions of
/freebsd-src/contrib/libarchive/tar/
H A Dcmdline.c119 { "older", 1, OPTION_OLDER_CTIME },
120 { "older-ctime", 1, OPTION_OLDER_CTIME },
121 { "older-ctime-than", 1, OPTION_OLDER_CTIME_THAN },
122 { "older-mtime", 1, OPTION_OLDER_MTIME },
123 { "older-mtime-than", 1, OPTION_OLDER_MTIME_THAN },
124 { "older-than", 1, OPTION_OLDER_CTIME_THAN },
/freebsd-src/contrib/ntp/html/hints/
H A Dsco.html17 <h4>Older SCO Unix versions</h4>
18 …<p>NTP 4.0.x does not run on SCO Unix prior to version 3.2.5.0.0. If you need NTP on an older SCO …
/freebsd-src/sys/contrib/openzfs/man/man8/
H A Dzfs-upgrade.873 running older versions of ZFS.
76 systems running older versions of ZFS.
/freebsd-src/lib/libpmc/pmu-events/arch/x86/amdzen2/
H A Dmemory.json5 …at were unable to complete because of a possible match with an older store, and the older store co…
6 …e conflict with an older store. Most commonly, a load's address range partially but not completely…
/freebsd-src/contrib/tzcode/
H A Dtime2posix.361 (usually older)
82 These converted values can then be used in lieu of correcting the older
/freebsd-src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_tag_mismatch_aarch64.S60 // by older compilers and binaries targeting older runtimes). In this case the
72 // fail to start up given an older (i.e. incompatible) runtime.
/freebsd-src/share/man/man9/
H A Dofw_bus_is_compatible.960 older revisions of the driver.
65 This way older driver can use features available only in
/freebsd-src/contrib/ncurses/man/
H A Dterm.761 Older Unix systems pre-set a very dumb terminal type
168 Some terminals (notably older Wyses) can only support one
233 For maximum compatibility with older System V Unices, names and aliases

12345678910>>...60