/freebsd-src/contrib/tcpdump/ |
H A D | compiler-tests.h | 1 /* -*- Mode: c; tab-width: 8; indent-tabs-mode: 1; c-basic-offset: 8; -*- */ 41 * https://clang.llvm.org/docs/LanguageExtensions.html#has-attribute 43 * in some version (which version?); it has been picked up by GCC 5.0. 71 * Instead, we check whether the pre-defined macros for particular 72 * compilers are defined and, if not, define the "is this version XXX 73 * or a later version of this compiler" macros as 0. 77 * Check whether this is GCC major.minor or a later release, or some 78 * compiler that claims to be "just like GCC" of that version or a 84 #define ND_IS_AT_LEAST_GNUC_VERSION(major, minor) 0 argument 87 #define ND_IS_AT_LEAST_GNUC_VERSION(major, minor) \ argument [all …]
|
/freebsd-src/contrib/libpcap/pcap/ |
H A D | compiler-tests.h | 1 /* -*- Mode: c; tab-width: 8; indent-tabs-mode: 1; c-basic-offset: 8; -*- */ 41 * https://clang.llvm.org/docs/LanguageExtensions.html#has-attribute 43 * in some version (which version?); it has been picked up by GCC 5.0. 71 * Instead, we check whether the pre-defined macros for particular 72 * compilers are defined and, if not, define the "is this version XXX 73 * or a later version of this compiler" macros as 0. 77 * Check whether this is GCC major.minor or a later release, or some 78 * compiler that claims to be "just like GCC" of that version or a 84 #define PCAP_IS_AT_LEAST_GNUC_VERSION(major, minor) 0 argument 87 #define PCAP_IS_AT_LEAST_GNUC_VERSION(major, minor) \ argument [all …]
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | VersionTuple.h | 1 //===- VersionTuple.h - Version Number Handling -----------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 /// Defines the llvm::VersionTuple class, which represents a version in 11 /// the form major[.minor[.subminor]]. 13 //===----------------------------------------------------------------------===// 28 /// Represents a version number in the form major[.minor[.subminor[.build]]]. 30 unsigned Major : 32; variable 43 : Major(0), Minor(0), HasMinor(false), Subminor(0), HasSubminor(false), in VersionTuple() 46 explicit constexpr VersionTuple(unsigned Major) in VersionTuple() argument [all …]
|
/freebsd-src/crypto/openssl/doc/internal/man7/ |
H A D | VERSION.pod | 5 VERSION - OpenSSL version information 9 MAJOR=3 25 =item B<MAJOR>, B<MINOR>, B<PATCH> 27 The three parts of OpenSSL's 3 numbered version number, MAJOR.MINOR.PATCH. 33 This is the added pre-release tag, which is added to the version separated by 35 the string C<-foo> (dash added). 40 the version and possible pre-release tag, separated by a plus sign. For a 50 The shared library version, which is something other than the project version. 54 It is a configuration error if B<MAJOR>, B<MINOR>, B<PATCH> and B<SHLIB_VERSION> 63 =item $config{major}, $config{minor}, $config{patch}, $config{shlib_version} [all …]
|
/freebsd-src/crypto/openssl/test/testutil/ |
H A D | provider.c | 2 * Copyright 2018-2023 The OpenSSL Project Authors. All Rights Reserved. 69 int major, minor, patch; member 73 * Query the FIPS provider to determine it's version number. 74 * Returns 1 if the version is retrieved correctly, 0 if the FIPS provider isn't 75 * loaded and -1 on error. 87 return -1; in fips_provider_version() 89 || sscanf(vs, "%d.%d.%d", &vers->major, &vers->minor, &vers->patch) != 3) in fips_provider_version() 92 return -1; in fips_provider_version() 96 return -1; in fips_provider_version() 99 int fips_provider_version_eq(OSSL_LIB_CTX *libctx, int major, int minor, int patch) in fips_provider_version_eq() argument [all …]
|
/freebsd-src/contrib/ntp/ |
H A D | packageinfo.sh | 2 # packageinfo.sh - set shell variables with version components 7 # Most changes to this file are fully or semi-automated using the 13 # To bump the -dev point (p) number, UpdatePoint needs no changes here. 15 # To start a -RC cycle in -dev leading to the next -stable release, 18 # To move from dev -RC to new -stable and -dev major/minor version, set 19 # minor and/or major to the new version, repotype to match the new 20 # minor version, empty prerelease, and set point=NEW. UpdatePoint 25 # To start a -stable beta cycle, which normally occurs before a -stable 26 # -RC1 during the runup to a -stable point release, UpdatePoint needs 30 # To move on from -stable beta to RC set prerelease=rc. [all …]
|
/freebsd-src/contrib/xz/src/liblzma/api/lzma/ |
H A D | version.h | 1 /* SPDX-License-Identifier: 0BSD */ 4 * \file lzma/version.h 5 * \brief Version number 18 /** \brief Major version number of the liblzma release. */ 21 /** \brief Minor version number of the liblzma release. */ 24 /** \brief Patch version number of the liblzma release. */ 28 * \brief Version stability marker 31 * - LZMA_VERSION_STABILITY_ALPH 86 LZMA_VERSION_STRING_C_(major,minor,patch,stability,commit) global() argument 89 LZMA_VERSION_STRING_C(major,minor,patch,stability,commit) global() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.cpp | 1 //===- AMDGPUBaseInfo.cpp - AMDGPU Base encoding information -------- 799 auto Version = getIsaVersion(STI.getCPU()); toString() local 934 IsaVersion Version = getIsaVersion(STI->getCPU()); getSGPRAllocGranule() local 947 IsaVersion Version = getIsaVersion(STI->getCPU()); getTotalNumSGPRs() local 957 IsaVersion Version = getIsaVersion(STI->getCPU()); getAddressableNumSGPRs() local 968 IsaVersion Version = getIsaVersion(STI->getCPU()); getMinNumSGPRs() local 987 IsaVersion Version = getIsaVersion(STI->getCPU()); getMaxNumSGPRs() local 1005 IsaVersion Version = getIsaVersion(STI->getCPU()); getNumExtraSGPRs() local 1138 IsaVersion Version = getIsaVersion(STI->getCPU()); initDefaultAMDKernelCodeT() local 1174 IsaVersion Version = getIsaVersion(STI->getCPU()); getDefaultAmdhsaKernelDescriptor() local 1256 getVmcntBitMask(const IsaVersion & Version) getVmcntBitMask() argument 1262 getLoadcntBitMask(const IsaVersion & Version) getLoadcntBitMask() argument 1266 getSamplecntBitMask(const IsaVersion & Version) getSamplecntBitMask() argument 1270 getBvhcntBitMask(const IsaVersion & Version) getBvhcntBitMask() argument 1274 getExpcntBitMask(const IsaVersion & Version) getExpcntBitMask() argument 1278 getLgkmcntBitMask(const IsaVersion & Version) getLgkmcntBitMask() argument 1282 getDscntBitMask(const IsaVersion & Version) getDscntBitMask() argument 1286 getKmcntBitMask(const IsaVersion & Version) getKmcntBitMask() argument 1290 getStorecntBitMask(const IsaVersion & Version) getStorecntBitMask() argument 1294 getWaitcntBitMask(const IsaVersion & Version) getWaitcntBitMask() argument 1306 decodeVmcnt(const IsaVersion & Version,unsigned Waitcnt) decodeVmcnt() argument 1314 decodeExpcnt(const IsaVersion & Version,unsigned Waitcnt) decodeExpcnt() argument 1319 decodeLgkmcnt(const IsaVersion & Version,unsigned Waitcnt) decodeLgkmcnt() argument 1324 decodeWaitcnt(const IsaVersion & Version,unsigned Waitcnt,unsigned & Vmcnt,unsigned & Expcnt,unsigned & Lgkmcnt) decodeWaitcnt() argument 1331 decodeWaitcnt(const IsaVersion & Version,unsigned Encoded) decodeWaitcnt() argument 1339 encodeVmcnt(const IsaVersion & Version,unsigned Waitcnt,unsigned Vmcnt) encodeVmcnt() argument 1348 encodeExpcnt(const IsaVersion & Version,unsigned Waitcnt,unsigned Expcnt) encodeExpcnt() argument 1354 encodeLgkmcnt(const IsaVersion & Version,unsigned Waitcnt,unsigned Lgkmcnt) encodeLgkmcnt() argument 1360 encodeWaitcnt(const IsaVersion & Version,unsigned Vmcnt,unsigned Expcnt,unsigned Lgkmcnt) encodeWaitcnt() argument 1369 encodeWaitcnt(const IsaVersion & Version,const Waitcnt & Decoded) encodeWaitcnt() argument 1373 getCombinedCountBitMask(const IsaVersion & Version,bool IsStore) getCombinedCountBitMask() argument 1388 decodeLoadcntDscnt(const IsaVersion & Version,unsigned LoadcntDscnt) decodeLoadcntDscnt() argument 1398 decodeStorecntDscnt(const IsaVersion & Version,unsigned StorecntDscnt) decodeStorecntDscnt() argument 1408 encodeLoadcnt(const IsaVersion & Version,unsigned Waitcnt,unsigned Loadcnt) encodeLoadcnt() argument 1414 encodeStorecnt(const IsaVersion & Version,unsigned Waitcnt,unsigned Storecnt) encodeStorecnt() argument 1420 encodeDscnt(const IsaVersion & Version,unsigned Waitcnt,unsigned Dscnt) encodeDscnt() argument 1426 encodeLoadcntDscnt(const IsaVersion & Version,unsigned Loadcnt,unsigned Dscnt) encodeLoadcntDscnt() argument 1434 encodeLoadcntDscnt(const IsaVersion & Version,const Waitcnt & Decoded) encodeLoadcntDscnt() argument 1438 encodeStorecntDscnt(const IsaVersion & Version,unsigned Storecnt,unsigned Dscnt) encodeStorecntDscnt() argument 1446 encodeStorecntDscnt(const IsaVersion & Version,const Waitcnt & Decoded) encodeStorecntDscnt() argument 2118 auto Version = getIsaVersion(STI.getCPU()); getNSAMaxSize() local [all...] |
/freebsd-src/contrib/processor-trace/include/ |
H A D | pt_version.h | 2 * Copyright (c) 2018-2019, Intel Corporation 32 #include "intel-pt.h" 38 static inline int pt_fprint_version(FILE *file, struct pt_version version) in pt_fprint_version() argument 40 if (version.build) { in pt_fprint_version() 41 if (version.ext && version.ext[0]) in pt_fprint_version() 43 "-%" PRIu32 "-%s", version.major, in pt_fprint_version() 44 version.minor, version.patch, in pt_fprint_version() 45 version.build, version.ext); in pt_fprint_version() 48 "-%" PRIu32 "", version.major, in pt_fprint_version() 49 version.minor, version.patch, in pt_fprint_version() [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | VersionTuple.cpp | 1 //===- VersionTuple.cpp - Version Number Handling ---------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file implements the VersionTuple class, which represents a version in 10 // the form major[.minor[.subminor]]. 12 //===----------------------------------------------------------------------===// 50 value = (unsigned)(next - '0'); in parseInt() 57 value = value * 10 + (unsigned)(next - '0'); in parseInt() 64 unsigned major = 0, minor = 0, micro = 0, build = 0; in tryParse() local 66 // Parse the major version, [0-9]+ in tryParse() [all …]
|
H A D | RISCVISAInfo.cpp |
|
/freebsd-src/contrib/libcbor/misc/ |
H A D | update_version.py | 7 # Update version label in all configuration files 11 # git checkout -- CHANGELOG.md Doxyfile CMakeLists.txt doc/source/conf.py examples/bazel/third_part… 13 version = sys.argv[1] variable 14 release_date = date.today().strftime('%Y-%m-%d') 15 major, minor, patch = version.split('.') variable 27 SEP = '---------------------' 29 changelog_header = f'{NEXT}\n\n{version} ({release_date})\n{SEP}' 34 replace('Doxyfile', DOXY_VERSION + '.*', DOXY_VERSION + version) 41 f'''SET(CBOR_VERSION_MAJOR "{major}") 50 f'''#define CBOR_MAJOR_VERSION {major} [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/arm/firmware/ |
H A D | tlm,trusted-foundations.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/arm/firmware/tlm,trusted-foundations.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 14 - Stephen Warren <swarren@nvidia.com> 18 const: trusted-foundations 21 const: tlm,trusted-foundations 23 tlm,version-major: 25 description: major version number of Trusted Foundations firmware 27 tlm,version-minor: [all …]
|
H A D | tlm,trusted-foundations.txt | 2 ------------------- 5 presence by declaring a node compatible with "tlm,trusted-foundations" 9 - compatible: "tlm,trusted-foundations" 10 - tlm,version-major: major version number of Trusted Foundations firmware 11 - tlm,version-minor: minor version number of Trusted Foundations firmware 15 trusted-foundations { 16 compatible = "tlm,trusted-foundations"; 17 tlm,version-major = <2>; 18 tlm,version-minor = <8>;
|
/freebsd-src/crypto/openssl/doc/man7/ |
H A D | openssl_user_macros.pod.in | 6 - User defined macros 15 compilation command (C<cc -DMACRO=value>) or by defining the macro in 27 The value is a version number, given in one of the following two forms: 34 represents the major number, C<NN> represents the minor number, and 35 C<FF> represents the fix number, as a hexadecimal number. For version 38 Any version number may be given, but these numbers are 39 the current known major deprecation points, making them the most 44 =item C<0x00908000L> (version 0.9.8) 46 =item C<0x10000000L> (version 1.0.0) 48 =item C<0x10100000L> (version 1.1.0) [all …]
|
/freebsd-src/contrib/unbound/ |
H A D | SECURITY.md | 9 highest minor and patch version level. We do not backport security fixes to 10 older (minor) versions. In the event a new major version is released (e.g. from 11 3.2.18 to 4.0.0), support will also be provided on the latest minor version of 12 the previous major version (3.2.18) for a period of one year from the release of 13 the new major version (4.0.0). 15 In the event that, during this period, a new patch or minor version of the 16 previous major version is released, then support on these versions will only be 17 provided for the remainder of the one-year-period. 21 https://www.nlnetlabs.nl/support/software-support-policy/ 31 https://www.nlnetlabs.nl/security-report/
|
/freebsd-src/crypto/openssl/include/openssl/ |
H A D | opensslv.h.in | 2 * {- join("\n * ", @autowarntext) -} 4 * Copyright 1999-2020 The OpenSSL Project Authors. All Rights Reserved. 21 * SECTION 1: VERSION DATA. These will change for each release 25 * Base version macros 27 * These macros express version number MAJOR.MINOR.PATCH exactly 29 # define OPENSSL_VERSION_MAJOR {- $config{major} -} 30 # define OPENSSL_VERSION_MINOR {- $config{minor} -} 31 # define OPENSSL_VERSION_PATCH {- $config{patch} -} 34 * Additional version information 36 * These are also part of the new version scheme, but aren't part [all …]
|
/freebsd-src/sys/contrib/openzfs/ |
H A D | RELEASES.md | 1 OpenZFS uses the MAJOR.MINOR.PATCH versioning scheme described here: 3 * MAJOR - Incremented at the discretion of the OpenZFS developers to indicate 4 a particularly noteworthy feature or change. An increase in MAJOR number 5 does not indicate any incompatible on-disk format change. The ability 7 pool and the feature flags supported by the installed OpenZFS version. 8 Increasing the MAJOR version is expected to be an infrequent occurrence. 10 * MINOR - Incremented to indicate new functionality such as a new feature 11 flag, pool/dataset property, zfs/zpool sub-comman [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | os_version_check.c | 1 //===-- os_version_check.c - OS version checking ------ 34 uint32_t version; global() member 252 __isOSVersionAtLeast(int32_t Major,int32_t Minor,int32_t Subminor) __isOSVersionAtLeast() argument 268 ConstructVersion(uint32_t Major,uint32_t Minor,uint32_t Subminor) ConstructVersion() argument 273 __isPlatformVersionAtLeast(uint32_t Platform,uint32_t Major,uint32_t Minor,uint32_t Subminor) __isPlatformVersionAtLeast() argument 313 __isOSVersionAtLeast(int32_t Major,int32_t Minor,int32_t Subminor) __isOSVersionAtLeast() argument [all...] |
/freebsd-src/contrib/less/ |
H A D | NEWS | 7 You can also download the latest version of less from there. 14 Major changes between "less" versions 661 and 668 16 * Make 256/true colors work better on Windows without -Da 19 * Fix build using --with-secure (github #544). 21 * Fix crash when using --header on command line (github #545). 23 * Fix possible crash when scrolling left/right or toggling -S (github #547). 27 * Fix bug when using - [all...] |
/freebsd-src/contrib/ntp/libntp/lib/isc/win32/include/isc/ |
H A D | win32os.h | 35 * Major Version of the O/S. 41 * Minor Version of the O/S. 47 * Major Version of the Service Pack for O/S. 53 * Minor Version of the Service Pack for O/S. 57 isc_win32os_versioncheck(unsigned int major, unsigned int minor, 61 * Checks the current version of the operating system with the 62 * supplied version information. 64 * -1 if less than the version information supplied 65 * 0 if equal to all of the version information supplied 66 * +1 if greater than the version information supplied
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | PackedVersion.h | 1 //===- llvm/TextAPI/PackedVersion.h - PackedVersion -------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Defines the Mach-O packed version format. 11 //===----------------------------------------------------------------------===// 28 uint32_t Version{0}; 32 constexpr PackedVersion(uint32_t RawVersion) : Version(RawVersion) {} in PackedVersion() 33 PackedVersion(unsigned Major, unsigned Minor, unsigned Subminor) in PackedVersion() argument 34 : Version((Major << 16) | ((Minor & 0xff) << 8) | (Subminor & 0xff)) {} in PackedVersion() 45 bool empty() const { return Version == 0; } in empty() [all …]
|
/freebsd-src/sys/fs/fuse/ |
H A D | fuse_kernel.h | 1 /*- 2 * SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-2-Clause) 5 * Copyright (C) 2001-2008 Miklos Szeredi <miklos@szeredi.hu> 10 * This - 676 uint32_t major; global() member 686 uint32_t major; global() member 703 uint32_t major; global() member 710 uint32_t major; global() member [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | HLSL.cpp | 1 //===--- HLSL.cpp - HLSL ToolChain Implementations ------ 32 auto Version = T.getOSVersion(); isLegalShaderModel() local 91 unsigned long long Major = 0; tryParseProfile() local 114 VersionTuple Version; isLegalValidatorVersion() local 122 uint64_t Major = Version.getMajor(); isLegalValidatorVersion() local [all...] |
/freebsd-src/sys/dev/ice/ |
H A D | ice_rdma.h | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 46 * The RDMA client interface version is used to help determine 50 * It will follows the semantic version guidelines, that is: 51 * Given the version number MAJOR.MINOR.PATCH, increment the: 53 * MAJOR version when you make incompatible changes, 54 * MINOR version when you add functionality in a backwards-compatible manner, and 55 * PATCH version when you make backwards-compatible bug fixes. 58 * with an associated change in one of the MAJOR, MINOR, or PATCH versions, 60 * the MAJOR version. 62 * Note: Until the MAJOR version is set to at least 1, the above semantic [all …]
|