| /f-stack/app/redis-5.0.5/src/ |
| H A D | mkreleasehdr.sh | 8 test -f release.h || touch release.h 9 (cat release.h | grep SHA1 | grep $GIT_SHA1) && \ 10 (cat release.h | grep DIRTY | grep $GIT_DIRTY) && exit 0 # Already up-to-date 11 echo "#define REDIS_GIT_SHA1 \"$GIT_SHA1\"" > release.h 12 echo "#define REDIS_GIT_DIRTY \"$GIT_DIRTY\"" >> release.h 13 echo "#define REDIS_BUILD_ID \"$BUILD_ID\"" >> release.h 14 touch release.c # Force recompile of release.c
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | axm5516-cpus.dtsi | 77 cpu-release-addr = <0>; // Fixed by the boot loader 85 cpu-release-addr = <0>; // Fixed by the boot loader 93 cpu-release-addr = <0>; // Fixed by the boot loader 101 cpu-release-addr = <0>; // Fixed by the boot loader 109 cpu-release-addr = <0>; // Fixed by the boot loader 117 cpu-release-addr = <0>; // Fixed by the boot loader 125 cpu-release-addr = <0>; // Fixed by the boot loader 133 cpu-release-addr = <0>; // Fixed by the boot loader 141 cpu-release-addr = <0>; // Fixed by the boot loader 149 cpu-release-addr = <0>; // Fixed by the boot loader [all …]
|
| H A D | bcm2837.dtsi | 48 cpu-release-addr = <0x0 0x000000d8>; 56 cpu-release-addr = <0x0 0x000000e0>; 64 cpu-release-addr = <0x0 0x000000e8>; 72 cpu-release-addr = <0x0 0x000000f0>;
|
| /f-stack/dpdk/doc/guides/contributing/ |
| H A D | stable.rst | 21 The Long Term Support release (LTS) is a designation applied to a Stable 28 Any release of DPDK can be designated as a Stable Release if a 35 ``N-1`` release, for example, from 16.11 to 16.07. 40 for one release cycle. 50 A stable release can be designated as an LTS release based on community 52 year's November (X.11) release will be maintained as an LTS for 2 years. 54 After the X.11 release, an LTS branch will be created for it at 64 that a tagged release has been tested. 97 limited cases, to back port features for the LTS release where: 121 * Tagging the release with YY.MM.n (year, month, number). [all …]
|
| H A D | abi_policy.rst | 20 :ref:`LTS release <stable_lts_releases>`. 65 releases are considered to be milestone releases, the yearly LTS release for 66 example. The ABI of a milestone release may be declared as a 'major ABI 71 enabling applications built against the milestone release to upgrade to 99 release, following the declaration of the new major ABI version ``21``. 198 board approval and announcement at least one release in advance. 225 * DPDK 20.11 release defines the function ``rte_foo()`` ; ``rte_foo()`` 228 * DPDK 21.02 release defines a new function ``rte_foo(uint8_t bar)``. 280 upcoming release 21.02 will not contain these changes, but release 21.11 will, 291 A new ABI version may be declared aligned with a given release. [all …]
|
| /f-stack/freebsd/contrib/libsodium/packaging/dotnet-core/ |
| H A D | README.md | 31 It may be necessary to release more than one package for a libsodium version, 32 e.g., when adding support for a new platform or if a release contains a broken 35 release of the package for libsodium 1.0.16 and `1.0.16.5` is the fifth 36 revision (sixth release) of that package. 37 * *pre-release label* 38 If a package is a pre-release, a label is appended to the version number in 39 `-preview-##` format where `##` is the number of the pre-release, starting at 40 `01`. For example, `1.0.16-preview-01` is the first pre-release of the package 41 for libsodium 1.0.16 and `1.0.16.5-preview-02` the second pre-release of the 45 **Making a release** [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/arm/ |
| H A D | foundation-v8-spin-table.dtsi | 9 cpu-release-addr = <0x0 0x8000fff8>; 14 cpu-release-addr = <0x0 0x8000fff8>; 19 cpu-release-addr = <0x0 0x8000fff8>; 24 cpu-release-addr = <0x0 0x8000fff8>;
|
| /f-stack/doc/ |
| H A D | F-Stack_Binary_Release_Quick_Start.md | 5 Before you start to use f-stack-binary-release package, please make sure you: 13 $ wget https://github.com/F-Stack/f-stack/releases/download/v1.12/f-stack-binary-release.tar.gz 14 $ tar zxf f-stack-binary-release.tar.gz 15 $ cd f-stack-binary-release/scripts 29 +-- f-stack-binary-release 33 | +-- f-stack-release 59 …The f-stack-binary-release package has supported several frequent used linux releases, you can use… 86 ## Uninstall f-stack-binary-release package 90 $ rm -rf /path/to/f-stack-binary-release
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/ |
| H A D | zfs_destroy_012_pos.ksh | 49 log_must zfs release zfstest1 $snap 51 log_mustnot zfs release zfstest1 $snap 53 log_mustnot zfs release zfstest3 $snap 56 log_must zfs release zfstest2 $snap
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | send_holds.ksh | 49 log_must zfs release hold1-1 $init_snap 51 log_must zfs release hold1-2 $init_snap 53 log_must zfs release hold1-1 $recv_snap 55 log_must zfs release hold1-2 $recv_snap 57 log_must zfs release hold2-1 $inc_snap 59 log_must zfs release hold2-1 $recv_inc_snap 61 log_must zfs release hold3-1 $inc_snap3
|
| /f-stack/dpdk/drivers/net/e1000/base/ |
| H A D | e1000_ich8lan.c | 973 release: in e1000_set_eee_pchlan() 1025 release: in e1000_k1_workaround_lpt_lp() 1228 release: in e1000_enable_ulp_lpt_lp() 1432 release: in e1000_disable_ulp_lpt_lp() 2113 release: in e1000_update_mc_addr_list_pch2lan() 2306 release: in e1000_sw_lcd_config_ich8lan() 2387 release: in e1000_k1_gig_workaround_hv() 2512 release: in e1000_oem_bits_config_ich8lan() 2621 release: in e1000_hv_phy_workarounds_ich8lan() 2664 release: in e1000_copy_rx_addrs_to_phy_ich8lan() [all …]
|
| /f-stack/ |
| H A D | .code.yml | 9 pattern: "release" 11 pattern: "release/[${versionname}][_${releasetype}[_${description}]]" 12 releasetype: [rc,release]
|
| /f-stack/app/redis-5.0.5/ |
| H A D | .gitignore | 13 release 15 src/release.h 18 release.h
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/ |
| H A D | tst.list_holds.ksh | 34 holdexists $TESTHOLD $SNAP && log_must zfs release $TESTHOLD $SNAP 35 holdexists $TESTHOLD1 $SNAP && log_must zfs release $TESTHOLD1 $SNAP 36 holdexists $TESTHOLD2 $SNAP && log_must zfs release $TESTHOLD2 $SNAP 37 holdexists $TESTHOLD3 $SNAP && log_must zfs release $TESTHOLD3 $SNAP
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | README.md | 7 Only when building ZFS version 0.7.x or earlier must an external SPL release 10 * Version 0.7.x: https://github.com/zfsonlinux/spl/tree/spl-0.7-release 11 * Version 0.6.5.x: https://github.com/zfsonlinux/spl/tree/spl-0.6.5-release
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | cpus.yaml | 218 cpu-release-addr: 412 cpu-release-addr = <0 0x20000000>; 420 cpu-release-addr = <0 0x20000000>; 428 cpu-release-addr = <0 0x20000000>; 436 cpu-release-addr = <0 0x20000000>; 444 cpu-release-addr = <0 0x20000000>; 452 cpu-release-addr = <0 0x20000000>; 460 cpu-release-addr = <0 0x20000000>; 468 cpu-release-addr = <0 0x20000000>; 476 cpu-release-addr = <0 0x20000000>; [all …]
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-block-device-operations.m4 | 39 .release = blk_release, 47 AC_MSG_CHECKING([whether bops->release() is void]) 51 ZFS_LINUX_TEST_ERROR([bops->release()])
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/ |
| H A D | README.md | 8 library, besides upgrading to a newer ZSTD release. 24 1. Grab the latest release of [ZSTD](https://github.com/facebook/zstd/releases). 38 release="$(curl -s "${url}"/releases/latest | grep -oP '(?<=v)[\d\.]+')" 39 zstd="/tmp/zstd-${release}/" 42 "${url}/releases/download/v${release}/zstd-${release}.tar.gz"
|
| /f-stack/freebsd/contrib/openzfs/scripts/ |
| H A D | kmodtool | 80 Provides: ${kmodname}-kmod = %{?epoch:%{epoch}:}%{version}-%{release} 110 Provides: ${kmodname}-kmod = %{?epoch:%{epoch}:}%{version}-%{release} 111 Provides: kmod-${kmodname}-xen = %{?epoch:%{epoch}:}%{version}-%{release} 112 Provides: kmod-${kmodname}-smp = %{?epoch:%{epoch}:}%{version}-%{release} 113 Provides: kmod-${kmodname}-PAE = %{?epoch:%{epoch}:}%{version}-%{release} 114 Requires: akmod-${kmodname} = %{?epoch:%{epoch}:}%{version}-%{release} 160 Provides: ${kmodname}-kmod = %{?epoch:%{epoch}:}%{version}-%{release} 230 Provides: ${kmodname}-devel-kmod = %{?epoch:%{epoch}:}%{version}-%{release} 288 Provides: ${kmodname}-devel-kmod = %{?epoch:%{epoch}:}%{version}-%{release} 332 Provides: ${kmodname}-kmod = %{?epoch:%{epoch}:}%{version}-%{release} [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/cpu/ |
| H A D | cpu-topology.txt | 281 cpu-release-addr = <0 0x20000000>; 289 cpu-release-addr = <0 0x20000000>; 297 cpu-release-addr = <0 0x20000000>; 305 cpu-release-addr = <0 0x20000000>; 313 cpu-release-addr = <0 0x20000000>; 321 cpu-release-addr = <0 0x20000000>; 329 cpu-release-addr = <0 0x20000000>; 337 cpu-release-addr = <0 0x20000000>; 345 cpu-release-addr = <0 0x20000000>; 353 cpu-release-addr = <0 0x20000000>; [all …]
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_2_0.rst | 11 * Poll-mode driver support for an early release of the PCIE host interface of the Intel(R) Ethern… 31 .. note:: The software is intended to run on pre-release hardware and may contain unknown or unreso… 33 …The poll mode driver is also pre-release and will be updated to a released version post hardware a… 34 …Should the official hardware release be made between DPDK releases an updated poll-mode driver wil…
|
| H A D | release_20_08.rst | 35 the release notes to understand the new feature. 43 Refer to the previous release notes for examples. 45 Suggested order in release notes items: 354 with this release. 396 * Red Hat Enterprise Linux Server release 8.2 492 * Red Hat Enterprise Linux release 8.2 (Ootpa) 584 * CentOS Linux release 7.6.1810 (AltArch) 596 * Red Hat Enterprise Linux Server release 7.6 628 * Red Hat Enterprise Linux Server release 8.1 629 * Red Hat Enterprise Linux Server release 7.6 [all …]
|
| /f-stack/tools/libxo/doc/ |
| H A D | getting.rst | 14 The latest release of libxo is available at: 21 we do development under the "*develop*" branch, and release from 39 A. Use a "distfile" for a specific release. We use github to maintain 40 our releases. Visit the `release page`_ to see the list of 41 releases. To download the latest, look for the release witeh the 42 green "Latest release" button and the green "libxo-RELEASE.tar.gz" 47 After downloading that release's distfile, untar it as follows:: 59 source code, which might be less stable than a specific release. To 72 This means that if you download the a release distfile, these files
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/freescale/ |
| H A D | s32v234.dtsi | 31 cpu-release-addr = <0x0 0x80000000>; 40 cpu-release-addr = <0x0 0x80000000>; 49 cpu-release-addr = <0x0 0x80000000>; 58 cpu-release-addr = <0x0 0x80000000>;
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_socket.c | 234 goto release; in ngc_send() 240 goto release; in ngc_send() 269 goto release; in ngc_send() 306 goto release; in ngc_send() 317 goto release; in ngc_send() 355 release: in ngc_send() 423 goto release; in ngd_send() 427 goto release; in ngd_send() 442 goto release; in ngd_send() 452 goto release; in ngd_send() [all …]
|