/freebsd/contrib/ntp/ |
H A D | packageinfo.sh | 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 23 ## STABLE: 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. 32 # To fall back from -stable RC to beta set prerelease=beta. 34 # To skip over -stable beta1 directly to -RC1, set prerelease=rc. 36 # To proceed from a -stable R [all...] |
H A D | README.patches | 7 If you are going to patch both ntp-stable and ntp-dev 10 > cd ntp-stable 11 > (make and test your changes to ntp-stable first) 12 > (commit your changes to ntp-stable) 14 > bk pull ../ntp-stable (get your changes from ntp-stable) 19 from ntp-stable to ntp-dev than it is to move changes from ntp-dev to 20 ntp-stable. 35 patches for both ntp-stable and ntp-dev.
|
H A D | README.pullrequests | 5 There are two branches, master and stable. 7 The stable branch is the current supported production code branch, the 8 ntp-stable code (even 2nd number). 15 on the stable branch, and pull your work into a master copy to allow for 19 current stable release (the ntp-stable code) then it's better to do your 22 Make sure that any changes you make to stable pull cleanly into master. 24 It's possible that after pulling your changes from stable to master that 28 master or for master+stable, it will be easy for us to evaluate and
|
H A D | README.versions | 8 C is the minor release number. Even numbers are 'stable' releases and 18 4.2.2 A production release (from the ntp-stable repository) 19 4.2.2p2 A production release (from the ntp-stable repository) 24 be copied into the ntp-stable and the cycle will repeat.
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_parser.c |
|
/freebsd/cddl/lib/libdtrace/ |
H A D | sched.d | 64 #pragma D attributes Stable/Stable/Common curcpu 68 #pragma D attributes Stable/Stable/Common cpu 72 #pragma D attributes Stable/Stable/Common pset 76 #pragma D attributes Stable/Stable/Common chip 80 #pragma D attributes Stable/Stable/Common lgrp
|
H A D | psinfo.d | 92 #pragma D attributes Stable/Stable/Common curpsinfo 96 #pragma D attributes Stable/Stable/Common curlwpsinfo
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | Makefile.am | 53 # 2.0.10-stable-- 2.0 5:1:0 (No ABI change) 54 # 2.0.11-stable-- 2.0 6:0:1 (ABI changed, backward-compatible) 55 # 2.0.12-stable-- 2.0 6:1:1 (No ABI change) 56 # 2.0.13-stable-- 2.0 6:2:1 (No ABI change) 57 # 2.0.14-stable-- 2.0 6:3:1 (No ABI change) 58 # 2.0.15-stable-- 2.0 6:3:1 (Forgot to update :( ) 59 # 2.0.16-stable-- 2.0 6:4:1 (No ABI change) 60 # 2.0.17-stable-- 2.0 6:5:1 (No ABI change) 61 # 2.0.18-stable-- 2.0 6:6:1 (No ABI change) 62 # 2.0.19-stable-- 2.0 6:7:1 (No ABI change) [all …]
|
H A D | ChangeLog-1.4 | 1 Changes in 1.4.14b-stable 4 Changes in 1.4.14-stable 31 Changes in 1.4.13-stable: 42 Changes in 1.4.12-stable: 52 Changes in 1.4.11-stable: 58 Changes in 1.4.10-stable: 69 Changes in 1.4.9-stable: 79 Changes in 1.4.8-stable: 84 Changes in 1.4.7-stable: 87 Changes in 1.4.6-stable: [all …]
|
/freebsd/contrib/libevent/ |
H A D | Makefile.am | 53 # 2.0.10-stable-- 2.0 5:1:0 (No ABI change) 54 # 2.0.11-stable-- 2.0 6:0:1 (ABI changed, backward-compatible) 55 # 2.0.12-stable-- 2.0 6:1:1 (No ABI change) 56 # 2.0.13-stable-- 2.0 6:2:1 (No ABI change) 57 # 2.0.14-stable-- 2.0 6:3:1 (No ABI change) 58 # 2.0.15-stable-- 2.0 6:3:1 (Forgot to update :( ) 59 # 2.0.16-stable-- 2.0 6:4:1 (No ABI change) 60 # 2.0.17-stable-- 2.0 6:5:1 (No ABI change) 61 # 2.0.18-stable-- 2.0 6:6:1 (No ABI change) 62 # 2.0.19-stable-- 2.0 6:7:1 (No ABI change) [all …]
|
H A D | ChangeLog-1.4 | 1 Changes in 1.4.14b-stable 4 Changes in 1.4.14-stable 31 Changes in 1.4.13-stable: 42 Changes in 1.4.12-stable: 52 Changes in 1.4.11-stable: 58 Changes in 1.4.10-stable: 69 Changes in 1.4.9-stable: 79 Changes in 1.4.8-stable: 84 Changes in 1.4.7-stable: 87 Changes in 1.4.6-stable: [all …]
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | a_strnid.c | 15 static STACK_OF(ASN1_STRING_TABLE) *stable = NULL; 133 /* "stable" can be impacted by config, so load the config file first */ in ASN1_STRING_TABLE_get() 138 if (stable) { in ASN1_STRING_TABLE_get() 139 idx = sk_ASN1_STRING_TABLE_find(stable, &fnd); in ASN1_STRING_TABLE_get() 141 return sk_ASN1_STRING_TABLE_value(stable, idx); in ASN1_STRING_TABLE_get() 156 if (stable == NULL) { in stable_get() 157 stable = sk_ASN1_STRING_TABLE_new(sk_table_cmp); in stable_get() 158 if (stable == NULL) in stable_get() 168 if (!sk_ASN1_STRING_TABLE_push(stable, rv)) { in stable_get() 213 tmp = stable; in ASN1_STRING_TABLE_cleanup() [all …]
|
/freebsd/contrib/ntp/scripts/build/ |
H A D | UpdatePoint | 5 # are we playing by stable or dev rules? 28 dev|stable) 39 1) echo "Usage: $0 [-t] <stable|dev>" 67 stable) 75 stable) 98 # for stable: 127 stable) 242 stable::1::) 281 stable)
|
H A D | checkChangeLog | 10 stable) ;; 23 stable---) 25 stable*) 26 echo "Stable repo Changelog must begin with '---'!"
|
H A D | VersionName | 32 stable::[1-9]* | dev::[0-9]*) 56 beta::stable) 62 rc::stable|RC::stable)
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | StableHashing.h |
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/ |
H A D | dio_write_stable_pages.ksh | 34 # Verify stable pages work for O_DIRECT writes. 53 log_assert "Verify stable pages work for Direct I/O writes." 56 log_unsupported "Linux does not support stable pages for O_DIRECT \ 73 log_note "Verifying stable pages for Direct I/O writes \ 104 log_pass "Verified stable pages work for Direct I/O writes."
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineStableHash.cpp | 9 // Stable hashing for MachineInstr and MachineOperand. Useful or getting a 37 #define DEBUG_TYPE "machine-stable-hash" 43 "MachineBasicBlocks while computing stable hashes"); 46 "ConstantPoolIndex while computing stable hashes"); 52 "GlobalAddress while computing stable hashes"); 55 "BlockAddress while computing stable hashes"); 58 "Metadata of an unsupported kind while computing stable hashes"); 172 /// A stable hash value for machine instructions. 173 /// Returns 0 if no stable hash could be computed.
|
H A D | MIRVRegNamerUtils.cpp | 19 UseStableNamerHash("mir-vreg-namer-use-stable-hash", cl::init(false), 21 cl::desc("Use Stable Hashing for MIR VReg Renaming")); 99 // be hashed on in a stable manner. in getInstructionOpcodeHash() 105 // result in a stable hash, in most cases because they are pointers. We want in getInstructionOpcodeHash() 106 // stable hashes because we want the hash to be the same run to run. in getInstructionOpcodeHash()
|
/freebsd/ |
H A D | RELNOTES | 241 stable/15 and stable/16 branches. 244 `cc -m32` will also be supported for at least the stable/15 253 stable/14 and earlier branches will retain existing 32-bit 255 for building ports and packages for 32-bit systems on stable/14 261 With the current support schedule, stable/14 will be EOLed 5 262 years after the release of 14.0. The EOL of stable/14 would 272 stable/14 branch to migrate off of 32-bit platforms.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | StringSaver.h | 19 /// Saves strings in the provided stable storage and returns a 20 /// StringRef with a stable character pointer. 36 /// Saves strings in the provided stable storage and returns a StringRef with a 37 /// stable character pointer. Saving the same string yields the same StringRef.
|
/freebsd/share/man/man7/ |
H A D | development.7 | 79 back to STABLE, which refers to Git branches such as 80 .Ql stable/13 . 81 Every few years a new STABLE is branched from CURRENT, 83 Releases are then branched off STABLE and numbered with consecutive minor 118 build and test status of CURRENT and STABLE branches,
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/ |
H A D | tst.TestTransStability1.ksh | 32 # Test the output for stable translations. 48 #pragma D attributes Stable/Stable/Common myinfo
|
/freebsd/release/scripts/ |
H A D | list-new-changesets.py | 35 # (1) Display all new changesets in stable/10 branch: 38 # svn://svn.freebsd.org/base/stable/10 41 # stable/9 branch: 44 # svn://svn.freebsd.org/base/stable/9
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | ABI.rst | 7 I. Regarding stable bindings/ABI, we quote from the 2013 ARM mini-summit 10 "That still leaves the question of, what does a stable binding look 11 like? Certainly a stable binding means that a newer kernel will not
|