Searched refs:stable (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-10-stable/contrib/ntp/scripts/build/
H A DcheckChangeLog10 stable) ;;
23 stable---)
25 stable*)
H A DVersionName32 stable::[1-9]* | dev::[0-9]*)
56 beta::stable)
62 rc::stable|RC::stable)
H A DUpdatePoint5 # 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)
/freebsd-10-stable/contrib/ntp/
H A Dpackageinfo.sh15 # 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 skip all -stable prereleases and move from one primary or point
44 # shell# scripts/build/UpdatePoint -t stable
[all...]
/freebsd-10-stable/crypto/openssl/crypto/asn1/
H A Da_strnid.c66 static STACK_OF(ASN1_STRING_TABLE) *stable = NULL;
224 if (!stable)
226 idx = sk_ASN1_STRING_TABLE_find(stable, &fnd);
229 return sk_ASN1_STRING_TABLE_value(stable, idx);
239 if (!stable)
240 stable = sk_ASN1_STRING_TABLE_new(sk_table_cmp);
241 if (!stable) {
262 sk_ASN1_STRING_TABLE_push(stable, tmp);
269 tmp = stable;
272 stable
[all...]
/freebsd-10-stable/lib/ncurses/
H A Dconfig.mk1 # $FreeBSD: stable/10/lib/ncurses/config.mk 313595 2017-02-11 06:25:47Z ngie $
/freebsd-10-stable/share/mk/
H A Dbsd.snmpmod.mk1 # $FreeBSD: stable/10/share/mk/bsd.snmpmod.mk 313223 2017-02-04 16:40:28Z ngie $
H A Dbsd.incs.mk1 # $FreeBSD: stable/10/share/mk/bsd.incs.mk 311200 2017-01-03 23:23:25Z bdrewery $
H A Dbsd.files.mk1 # $FreeBSD: stable/10/share/mk/bsd.files.mk 311200 2017-01-03 23:23:25Z bdrewery $
H A Dbsd.test.mk1 # $FreeBSD: stable/10/share/mk/bsd.test.mk 313791 2017-02-16 05:17:40Z ngie $
H A Dbsd.subdir.mk2 # $FreeBSD: stable/10/share/mk/bsd.subdir.mk 313790 2017-02-16 05:14:07Z ngie $
H A Dsuite.test.mk1 # $FreeBSD: stable/10/share/mk/suite.test.mk 313792 2017-02-16 05:22:08Z ngie $
H A Dbsd.sys.mk1 # $FreeBSD: stable/10/share/mk/bsd.sys.mk 313790 2017-02-16 05:14:07Z ngie $
H A Dsys.mk2 # $FreeBSD: stable/10/share/mk/sys.mk 330425 2018-03-04 23:34:04Z bdrewery $
/freebsd-10-stable/contrib/gdb/gdb/
H A Duw-thread.c188 int stable; /* 0 if libthread.so is modifying thread map */ member in struct:private_thread_info
190 int lwpid; /* thread's lwp if .stable, 0 means no lwp */
444 if (!tp->private->stable)
527 newthread->private->stable = 1;
684 switchto_thread->private->stable = 0;
718 switchto_thread->private->stable = 1;
895 if (!info->private->stable)
/freebsd-10-stable/contrib/ntp/scripts/ntp-wait/
H A Dntp-wait-opts.def35 of @code{ntpd} that returns "the time is not yet stable".
65 has not yet produced a synchronized and stable system clock.
/freebsd-10-stable/sys/conf/
H A DmakeLINT.mk1 # $FreeBSD: stable/10/sys/conf/makeLINT.mk 330428 2018-03-04 23:36:58Z bdrewery $
H A Dkern.pre.mk1 # $FreeBSD: stable/10/sys/conf/kern.pre.mk 324643 2017-10-15 22:45:25Z brooks $
/freebsd-10-stable/sys/sys/
H A Dsyscall.mk3 # $FreeBSD: stable/10/sys/sys/syscall.mk 318164 2017-05-10 23:09:17Z jhb $
/freebsd-10-stable/contrib/gcc/cp/
H A Dinit.c1892 bool stable;
1916 /* An array initialization is stable because the initialization
1919 stable = true;
1932 stable = stabilize_init (init_expr, &init_preeval_expr);
1947 stable = stabilize_init (init_expr, &init_preeval_expr);
1978 else if (stable)
1890 bool stable; local
/freebsd-10-stable/lib/clang/
H A Dclang.build.mk1 # $FreeBSD: stable/10/lib/clang/clang.build.mk 321825 2017-07-31 22:19:39Z marius $
/freebsd-10-stable/sys/nfsserver/
H A Dnfs_serv.c979 int stable = NFSV3WRITE_FILESYNC; local
1008 stable = fxdr_unsigned(int, *tl++);
1014 stable = NFSV3WRITE_UNSTABLE;
1104 * enough to ensure data integrity) mus be written to stable storage
1108 if (stable == NFSV3WRITE_UNSTABLE)
1110 else if (stable == NFSV3WRITE_DATASYNC)
1147 if (stable == NFSV3WRITE_UNSTABLE && !nfs_async)
1148 *tl++ = txdr_unsigned(stable);
/freebsd-10-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl403 we will always load from the stable the first time. The br.cexit
/freebsd-10-stable/include/rpcsvc/
H A Dnfs_prot.x684 stable_how stable;
/freebsd-10-stable/contrib/bmake/mk/
H A Dmeta.autodep.mk159 # in Makefile.depend* is stable

Completed in 290 milliseconds

12