Home
last modified time | relevance | path

Searched refs:RELEASE (Results 1 – 25 of 56) 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/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.am14 version=${VERSION}-${RELEASE}; \
22 version=${VERSION}-${RELEASE}; \
H A Ddeb.am36 version=${VERSION}-${RELEASE}; \
46 version=${VERSION}-${RELEASE}; \
55 version=${VERSION}-${RELEASE}; \
H A Drpm.am77 rpmpkg=$(pkg)-$(VERSION)-$(RELEASE)$$dist*src.rpm; \
98 rpmpkg=$(pkg)-$(VERSION)-$(RELEASE)$$dist*src.rpm; \
H A Dzfs-meta.m4100 RELEASE="$ZFS_META_RELEASE"
101 AC_SUBST([RELEASE])
H A Duser-libfetch.m49 dnl # We use sover 6, which first appeared in FreeBSD 8.0-RELEASE.
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-4-build-vm.sh27 RELEASE=""
50 RELEASE=1
252 if [ -n "$RELEASE" ] ; then
/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/contrib/libpcap/
H A Datmuni31.h48 #define RELEASE 0x4d /* release */ macro
/freebsd/usr.sbin/bsdinstall/
H A DMakefile25 .elif ${BRANCH} == RELEASE
/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/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/crypto/krb5/src/plugins/kdb/db2/libdb2/
H A DREADME.db24 THIS IS A PRELIMINARY RELEASE.
/freebsd/sys/contrib/openzfs/
H A DREADME.md35 * Supported FreeBSD versions are any supported branches and releases starting from 13.0-RELEASE.
/freebsd/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep.in132 $system =~ s/RELEASE/r/;
/freebsd/sys/contrib/openzfs/rpm/redhat/
H A Dzfs-kmod.spec.in6 Release: @RELEASE@%{?dist}

123