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

12345

/freebsd-11-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-11-stable/lib/clang/
H A Dlldb.pre.mk1 # $FreeBSD: stable/11/lib/clang/lldb.pre.mk 360660 2020-05-05 17:10:49Z dim $
H A Dclang.pre.mk1 # $FreeBSD: stable/11/lib/clang/clang.pre.mk 360660 2020-05-05 17:10:49Z dim $
H A Dllvm.pre.mk2 # $FreeBSD: stable/11/lib/clang/llvm.pre.mk 360660 2020-05-05 17:10:49Z dim $
/freebsd-11-stable/stand/
H A Dfdt.mk1 # $FreeBSD: stable/11/stand/fdt.mk 329145 2018-02-12 01:08:44Z kevans $
H A Duboot.mk1 # $FreeBSD: stable/11/stand/uboot.mk 332150 2018-04-06 20:24:50Z kevans $
H A Dficl.mk1 # $FreeBSD: stable/11/stand/ficl.mk 344289 2019-02-19 18:45:40Z kevans $
/freebsd-11-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-11-stable/crypto/openssl/crypto/asn1/
H A Da_strnid.c66 static STACK_OF(ASN1_STRING_TABLE) *stable = NULL;
225 if (!stable)
227 idx = sk_ASN1_STRING_TABLE_find(stable, &fnd);
230 return sk_ASN1_STRING_TABLE_value(stable, idx);
240 if (!stable)
241 stable = sk_ASN1_STRING_TABLE_new(sk_table_cmp);
242 if (!stable) {
264 sk_ASN1_STRING_TABLE_push(stable, tmp);
271 tmp = stable;
274 stable
[all...]
/freebsd-11-stable/share/mk/
H A Dbsd.links.mk1 # $FreeBSD: stable/11/share/mk/bsd.links.mk 322745 2017-08-21 10:26:11Z lwhsu $
H A Dbsd.sysdir.mk1 # $FreeBSD: stable/11/share/mk/bsd.sysdir.mk 357107 2020-01-25 05:17:44Z kevans $
H A Dbsd.snmpmod.mk1 # $FreeBSD: stable/11/share/mk/bsd.snmpmod.mk 313239 2017-02-04 17:10:19Z ngie $
H A Dsrc.sys.env.mk1 # $FreeBSD: stable/11/share/mk/src.sys.env.mk 311180 2017-01-03 22:48:37Z bdrewery $
/freebsd-11-stable/usr.bin/clang/
H A Dclang.prog.mk1 # $FreeBSD: stable/11/usr.bin/clang/clang.prog.mk 360658 2020-05-05 12:59:04Z dim $
H A Dllvm.prog.mk1 # $FreeBSD: stable/11/usr.bin/clang/llvm.prog.mk 360658 2020-05-05 12:59:04Z dim $
/freebsd-11-stable/sys/conf/
H A Dsysent.mk1 # $FreeBSD: stable/11/sys/conf/sysent.mk 357108 2020-01-25 05:47:56Z kevans $
/freebsd-11-stable/stand/pc98/btx/lib/
H A Dbtxsys.s16 # $FreeBSD: stable/11/stand/pc98/btx/lib/btxsys.s 50477 1999-08-28 01:08:13Z peter $
H A Dbtxcsu.S16 # $FreeBSD: stable/11/stand/pc98/btx/lib/btxcsu.S 239064 2012-08-05 14:11:07Z nyan $
/freebsd-11-stable/stand/i386/btx/lib/
H A Dbtxsys.s16 # $FreeBSD: stable/11/stand/i386/btx/lib/btxsys.s 50477 1999-08-28 01:08:13Z peter $
H A Dbtxcsu.S16 # $FreeBSD: stable/11/stand/i386/btx/lib/btxcsu.S 235154 2012-05-09 08:04:29Z avg $
/freebsd-11-stable/lib/ncurses/
H A Dconfig.mk1 # $FreeBSD: stable/11/lib/ncurses/config.mk 313538 2017-02-10 07:32:40Z ngie $
/freebsd-11-stable/stand/i386/libi386/
H A Dpxetramp.s15 # $FreeBSD: stable/11/stand/i386/libi386/pxetramp.s 84461 2001-10-04 10:18:00Z jhb $
/freebsd-11-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)

Completed in 227 milliseconds

12345