/freebsd/crypto/openssl/crypto/asn1/ |
H A D | a_strnid.c | 15 static STACK_OF(ASN1_STRING_TABLE) *stable = NULL; 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() 216 stable = NULL; in ASN1_STRING_TABLE_cleanup()
|
/freebsd/contrib/ntp/ |
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.
|
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 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 RC to the release set rcpoint=GO 38 # To skip all -stable prerelease [all...] |
/freebsd/contrib/ntp/scripts/build/ |
H A D | UpdatePoint | 28 dev|stable) 67 stable) 75 stable) 127 stable) 242 stable::1::) 281 stable)
|
H A D | VersionName | 32 stable::[1-9]* | dev::[0-9]*) 56 beta::stable) 62 rc::stable|RC::stable)
|
H A D | checkChangeLog | 10 stable) ;; 23 stable---) 25 stable*)
|
/freebsd/share/examples/bootforth/ |
H A D | menuconf.4th | 16 ." 1. Start FreeBSD with /boot/stable.conf." 80 ." Loading /boot/stable.conf. Please wait..." cr 81 s" /boot/stable.conf" read-conf
|
/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
|
/freebsd/contrib/ntp/scripts/rc/ |
H A D | README | 4 any services require stable system clock, the ntpwait script should be run 8 NetBSD). If a service requires stable system time, indicate it with TIMESYNC
|
/freebsd/lib/libsys/x86/ |
H A D | __vdso_gettc.c | 354 bool stable; in __vdso_pvclock_gettc() local 359 stable = (ti->flags & th->th_x86_pvc_stable_mask) != 0; in __vdso_pvclock_gettc() 360 if (stable) { in __vdso_pvclock_gettc() 373 (!stable && cpuid_ti != cpuid_tsc)); in __vdso_pvclock_gettc()
|
/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/sys/contrib/device-tree/Bindings/sound/ |
H A D | cs4271.txt | 24 The CS4271 requires its LRCLK and MCLK to be stable before its RESET 33 Note that this is not needed in case the clocks are stable
|
/freebsd/contrib/ntp/sntp/libevent/ |
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 | 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/sys/contrib/openzfs/contrib/pyzfs/ |
H A D | README | 3 libzfs_core is intended to be a stable interface for programmatic 20 do reach stable storage. That means that the operations are done
|
/freebsd/contrib/ntp/scripts/ntp-wait/ |
H A D | ntp-wait-opts.def | 35 of @code{ntpd} that returns "the time is not yet stable". 65 has not yet produced a synchronized and stable system clock.
|
H A D | invoke-ntp-wait.texi | 25 has not yet produced a synchronized and stable system clock. 93 of @code{ntpd} that returns "the time is not yet stable".
|
/freebsd/sys/contrib/openzfs/ |
H A D | RELEASES.md | 14 considered to be stable to maximize compatibility between OpenZFS releases. 20 be stable. PATCH releases for a MAJOR.MINOR are published as needed.
|
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/ |
H A D | marvell.txt | 5 FLASH never to be changed again. Once this binding is stable, this 8 If you need a stable binding, use the old dsa.txt binding.
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | modulefile | 6 # Reference: https://modules.readthedocs.io/en/stable/modulefile.html
|
/freebsd/sys/contrib/device-tree/src/arm/mediatek/ |
H A D | mt6589-fairphone-fp1.dts | 24 /* SMP is not stable on this board, makes the kernel panic */
|
/freebsd/sys/contrib/openzfs/contrib/intel_qat/patch/ |
H A D | 0001-cryptohash.diff | 2 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=228c4f265c6eb60eaa4ed0e…
|
H A D | 0001-pci_aer.diff | 4 git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=894020fdd88c1e9a74c60b67c0f19f1…
|