Home
last modified time | relevance | path

Searched full:latest (Results 1 – 25 of 820) sorted by relevance

12345678910>>...33

/freebsd/crypto/openssh/.github/workflows/
H A Dc-cpp.yml57 - { target: ubuntu-latest, config: boringssl }
58 - { target: ubuntu-latest, config: libressl-master }
59 - { target: ubuntu-latest, config: libressl-3.2.6 }
60 - { target: ubuntu-latest, config: libressl-3.3.6 }
61 - { target: ubuntu-latest, config: libressl-3.4.3 }
62 - { target: ubuntu-latest, config: libressl-3.5.3 }
63 - { target: ubuntu-latest, config: libressl-3.6.1 }
64 - { target: ubuntu-latest, config: libressl-3.7.2 }
65 - { target: ubuntu-latest, config: libressl-3.8.4 }
66 - { target: ubuntu-latest, config: libressl-3.9.1 }
[all …]
/freebsd/release/
H A DMakefile.mirrors192 . if exists(${VM_DIR}/Latest)
193 rm -rf ${VM_DIR}/Latest
195 mkdir -p ${VM_DIR}/Latest
204 cd ${VM_DIR}/Latest && \
219 cd ${VM_DIR}/Latest && \
233 cd ${VM_DIR}/Latest && \
238 . if exists(${VM_DIR}/Latest)
239 rm -rf ${VM_DIR}/Latest
241 mkdir -p ${VM_DIR}/Latest
245 ${VM_DIR}/Latest/${OSRELEASE}-${FS}.${VMFORMAT}.xz
[all …]
/freebsd/contrib/kyua/doc/
H A Dresults-file-flag-read.mdoc30 .Sq LATEST ,
33 to automatically load the latest results file from the current test suite.
37 .It Sq LATEST
38 Requests the load of the latest results file available for the test suite rooted
41 Requests the load of the latest results file available for the test suite rooted
44 Requests the load of the latest results file available for the given test suite.
/freebsd/sys/net/altq/
H A Daltq.h85 #define CBQ_STATS_VERSION 0 /* Latest version of class_stats_t */
86 #define CODEL_STATS_VERSION 0 /* Latest version of codel_ifstats */
87 #define FAIRQ_STATS_VERSION 0 /* Latest version of fairq_classstats */
88 #define HFSC_STATS_VERSION 1 /* Latest version of hfsc_classstats */
89 #define PRIQ_STATS_VERSION 0 /* Latest version of priq_classstats */
91 /* Return the latest stats version for the given scheduler. */
/freebsd/contrib/kyua/store/
H A Dlayout.cpp59 /// Finds the results file for the latest run of the given test suite.
75 std::string latest; in find_latest() local
82 if (latest.empty() || iter->name > latest) { in find_latest()
83 latest = iter->name; in find_latest()
90 if (latest.empty()) in find_latest()
95 return store_dir / latest; in find_latest()
130 /// Value to request the opening of the latest results file.
133 const char* layout::results_auto_open_name = "LATEST";
H A Dlayout.hpp47 /// - LATEST: Given the current directory, we derive the corresponding test
48 /// suite name and find the latest timestamped file in the centralized
52 /// the latest matching timestamped file.
54 /// the latest matchin timestamped file.
/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dlabels.yml12 runs-on: ubuntu-latest
22 runs-on: ubuntu-latest
32 runs-on: ubuntu-latest
42 runs-on: ubuntu-latest
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRedeclarable.h37 // - the "latest" (temporal) element in the chain
38 // - the "uninitialized-latest" value (when newly-constructed)
44 // the first; it points to latest.
46 // - Elements are called "first", "previous", "latest" or
60 // "first" "latest"
87 /// A pointer to a known latest declaration, either statically known or
100 /// A pointer to either an uninitialized latest declaration (where either
150 auto Latest = Link.get<KnownLatest>(); in setLatest() local
151 Latest.set(D); in setLatest()
152 Link = Latest; in setLatest()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/
H A Drollback_002_pos.ksh37 # Verify that rollbacks are with respect to the latest snapshot.
47 # 8. Verify the latest snapshot and file system agree
63 log_assert "Verify rollback is with respect to latest snapshot."
111 # Now rollback to latest snapshot
127 log_pass "The rollback to the latest snapshot succeeded."
/freebsd/libexec/rc/rc.d/
H A Dnuageinit19 cd /media/nuageinit/openstack/latest
21 fetch http://169.254.169.254/openstack/latest/$file || :
57 mkdir -p /media/nuageinit/openstack/latest
76 dir=/media/nuageinit/$d/latest
/freebsd/tests/sys/cddl/zfs/tests/snapshot/
H A Drollback_002_pos.ksh35 # Verify that rollbacks are with respect to the latest snapshot.
45 # 8. Verify the latest snapshot and file system agree
73 log_assert "Verify rollback is with respect to latest snapshot."
104 # Now rollback to latest snapshot
121 log_pass "The rollback to the latest snapshot succeeded."
/freebsd/crypto/openssl/test/helpers/
H A Dhandshake.h28 /* (Latest) alert sent by the client; 0 if no alert. */
32 /* (Latest) alert received by the server; 0 if no alert. */
34 /* (Latest) alert sent by the server; 0 if no alert. */
38 /* (Latest) alert received by the client; 0 if no alert. */
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-2-start.sh31 …URL="https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x8…
35 …URL="https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x8…
39 URL="https://geo.mirror.pkgbuild.com/images/latest/Arch-Linux-x86_64-cloudimg.qcow2"
47 …/cloud.centos.org/centos/10-stream/x86_64/images/CentOS-Stream-GenericCloud-10-latest.x86_64.qcow2"
51 …URL="https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x8…
55 URL="https://cloud.debian.org/images/cloud/bullseye/latest/debian-11-generic-amd64.qcow2"
59 URL="https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-generic-amd64.qcow2"
/freebsd/contrib/libcbor/
H A DREADME.md4 [![Documentation Status](https://readthedocs.org/projects/libcbor/badge/?version=latest)](https://readthedocs.org/projects/libcbor/?badge=latest)
5 [![latest packaged version(s)](https://repology.org/badge/latest-versions/libcbor.svg)](https://repology.org/project/libcbor/versions)
92 Get the latest documentation at [libcbor.readthedocs.org](http://libcbor.readthedocs.org/)
/freebsd/contrib/googletest/.github/workflows/
H A Dgtest-ci.yml12 runs-on: ubuntu-latest
23 runs-on: macos-latest
35 runs-on: windows-latest
/freebsd/sys/contrib/device-tree/scripts/
H A Dcronjob19 sed -n -e '0,/^The latest mainline version of the Linux kernel is:\s*\(.*\)$/s//\1/p')
23 echo "Unable to determine latest version" 1>&2
27 echo "Latest Version: v$LATEST_VERSION"
29 echo "Latest version is new"
32 echo "Latest version is unmerged"
/freebsd/contrib/libucl/tests/basic/
H A D3.in5 #packagesite http//pkg.freebsd.org/freebsd-9-amd64/latest
6 #packagesite http//pkg.freebsd.org/freebsd-9-amd64/latest
7 packagesite: http://pkg-test.freebsd.org/pkg-test/${ABI}/latest
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/
H A Duserspace_send_encrypted.ksh30 # 5. Destroy latest snapshot at source and rollback
32 # 7. Raw send latest snapshot back to source
81 # Destroy latest snapshot at source and rollback
91 # Raw send latest snapshot back to source
/freebsd/tools/boot/
H A Dfull-test.readme8 (2) The latest qemu-system-aarch64 (I think ports/pkg version of emulators/qemu
9 is recent enough). If not, I know the latest master of qemu project works.
21 the latest CDs to do the testing, but has a way to override the kernel and
/freebsd/contrib/wpa/src/pae/
H A Dieee802_1x_kay_i.h251 * @lan: latest key AN
252 * @ltx: latest key TX
253 * @lrx: latest key RX
262 * @lsrv_mi: latest key server MI
263 * @lkn: latest key number (together with MI, form the KI)
264 * @llpn: latest lowest acceptable PN (LPN)
/freebsd/contrib/googletest/docs/
H A Dquickstart-cmake.md19 [CMake Generators](https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html)
47 [`FetchContent` CMake module](https://cmake.org/cmake/help/latest/module/FetchContent.html).
72 hash often to point to the latest version.
75 [CMake Tutorial](https://cmake.org/cmake/help/latest/guide/tutorial/index.html).
/freebsd/contrib/unbound/
H A DREADME.md6 …dthedocs.org/projects/unbound/badge/?version=latest)](https://unbound.readthedocs.io/en/latest/?ba…
/freebsd/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_lzma2.h63 /* Indicate that the latest symbol was a literal. */
74 /* Indicate that the latest symbol was a match. */
80 /* Indicate that the latest state was a long repeated match. */
86 /* Indicate that the latest symbol was a short match. */
/freebsd/share/examples/oci/
H A DREADME4 For instance, To build a new image called 'my-new-image:latest' containing the
7 # podman build --squash --build-arg packages=nginx --tag my-new-image:latest -f Containerfile.pkg
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp339 // Enables giving priority to the latest domains during merging. in visitSoftInstr()
348 // priority to the latest ones. in visitSoftInstr()
359 DomainValue *Latest = LiveRegs[Regs.pop_back_val()]; in visitSoftInstr() local
361 if (Latest == dv || Latest->Next) in visitSoftInstr()
363 if (merge(dv, Latest)) in visitSoftInstr()
366 // If latest didn't merge, it is useless now. Kill all registers using it. in visitSoftInstr()
369 if (LiveRegs[i] == Latest) in visitSoftInstr()

12345678910>>...33