Home
last modified time | relevance | path

Searched refs:RELEASE (Results 1 – 25 of 62) sorted by relevance

123

/freebsd/sys/conf/
H A Dnewvers.sh58 unset RELEASE
74 RELEASE="${RELEASE:-${REVISION}-${BRANCH}}"
75 VERSION="${VERSION:-${TYPE} ${RELEASE}}"
133 for v in TYPE REVISION BRANCH RELEASE VERSION RELDATE; do
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A Dconfig.pm32 my $RELEASE;
84 my $HPUXVER = $RELEASE;
112 my $VERS = $RELEASE;
141 my $OSFMAJOR = $RELEASE;
254 ($SYSTEM, undef, $RELEASE, $VERSION, $MACHINE) = POSIX::uname();
255 my $sys = "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}";
/freebsd/contrib/llvm-project/libc/src/__support/threads/
H A Dspin_lock.h54 LIBC_INLINE void unlock() { flag.store(0u, cpp::MemoryOrder::RELEASE); } in unlock()
60 LIBC_INLINE ~SpinLock() { flag.store(0xffu, cpp::MemoryOrder::RELEASE); } in ~SpinLock()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmutex.h44 void unlock() RELEASE();
86 ~ScopedLock() RELEASE() { Mutex.unlock(); }
73 ~ScopedLock() RELEASE() { Mutex.unlock(); } RELEASE() function
H A Dstats.h90 void unlock() RELEASE(Mutex) { Mutex.unlock(); } in unlock()
93 void enable() RELEASE(Mutex) { unlock(); } in enable()
H A Dthread_annotations.h46 #define RELEASE(...) \ macro
/freebsd/contrib/elftoolchain/libelftc/
H A DMakefile25 RELEASE= HEAD # Change this on release branches. macro
57 -r ${RELEASE} -h ${OS_HOST} -o ${ELFTC_VERSION_FILE}
/freebsd/sys/contrib/openzfs/config/
H A Dtgz.am15 version=${VERSION}-${RELEASE}; \
23 version=${VERSION}-${RELEASE}; \
H A Ddeb.am37 version=${VERSION}-${RELEASE}; \
47 version=${VERSION}-${RELEASE}; \
56 version=${VERSION}-${RELEASE}; \
H A Drpm.am78 rpmpkg=$(pkg)-$(VERSION)-$(RELEASE)$$dist*src.rpm; \
99 rpmpkg=$(pkg)-$(VERSION)-$(RELEASE)$$dist*src.rpm; \
H A Dzfs-meta.m4101 RELEASE="$ZFS_META_RELEASE"
102 AC_SUBST([RELEASE]) subst
/freebsd/contrib/file/
H A DRELEASE-PROCEDURE1 # HOW TO RELEASE FILE
3 @(#) $File: RELEASE-PROCEDURE,v 1.7 2021/10/18 16:38:25 christos Exp $
H A DMakefile.am3 EXTRA_DIST = MAINT RELEASE-PROCEDURE README.DEVELOPER README.md \
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-4-build-vm.sh29 RELEASE=""
71 RELEASE=1
273 if [ -n "$RELEASE" ] ; then
/freebsd/sys/contrib/openzfs/.github/workflows/
H A DREADME.md78 - FreeBSD: 14.4-RELEASE, 14.5-STABLE, 15.1-RELEASE/STABLE, 16.0-CURRENT
/freebsd/contrib/libpcap/
H A Datmuni31.h48 #define RELEASE 0x4d /* release */ macro
/freebsd/contrib/llvm-project/libc/src/__support/GPU/
H A Dallocator.cpp294 cpp::atomic_thread_fence(cpp::MemoryOrder::RELEASE); in deallocate()
394 cpp::atomic_thread_fence(cpp::MemoryOrder::RELEASE); in finalize()
435 cpp::atomic_thread_fence(cpp::MemoryOrder::RELEASE); in unlock()
441 cpp::atomic_thread_fence(cpp::MemoryOrder::RELEASE); in unlock()
/freebsd/lib/libc/rpc/
H A DREADME3 LINE WITH QUESTIONS ON THIS RELEASE. THEY CANNOT ANSWER QUESTIONS ABOUT THIS
4 UNSUPPORTED SOURCE RELEASE.
58 WHY IS THIS RELEASE BEING DONE?
69 WHAT'S NEW IN THIS RELEASE: TIRPCSRC 2.3
/freebsd/contrib/tcpdump/
H A Dprint-atm.c84 #define RELEASE 0x4d /* release */ macro
312 { RELEASE, "Release" },
/freebsd/usr.sbin/bsdinstall/
H A DMakefile26 .elif ${BRANCH} == RELEASE
/freebsd/contrib/libxo/doc/
H A Dgetting.rst42 green "Latest release" button and the green "libxo-RELEASE.tar.gz"
49 tar -zxf libxo-RELEASE.tar.gz
50 cd libxo-RELEASE
/freebsd/contrib/ntp/sntp/libevent/
H A DMakefile.am21 RELEASE = -release 2.1 macro
266 GENERIC_LDFLAGS = -version-info $(VERSION_INFO) $(RELEASE) $(NO_UNDEFINED) $(AM_LDFLAGS)
/freebsd/contrib/libevent/
H A DMakefile.am21 RELEASE = -release 2.1 macro
266 GENERIC_LDFLAGS = -version-info $(VERSION_INFO) $(RELEASE) $(NO_UNDEFINED) $(AM_LDFLAGS)
/freebsd/contrib/llvm-project/libc/src/__support/threads/linux/
H A Draw_mutex.h114 FutexWordType prev = futex.exchange(UNLOCKED, cpp::MemoryOrder::RELEASE);
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/
H A DREADME.db24 THIS IS A PRELIMINARY RELEASE.

123