/freebsd/sys/conf/ |
H A D | newvers.sh | 58 unset RELEASE 74 RELEASE="${RELEASE:-${REVISION}-${BRANCH}}" 75 VERSION="${VERSION:-${TYPE} ${RELEASE}}" 129 for v in TYPE REVISION BRANCH RELEASE VERSION RELDATE; do
|
/freebsd/crypto/openssl/util/perl/OpenSSL/ |
H A D | config.pm | 32 my $RELEASE; 84 my $HPUXVER = $RELEASE; 111 my $VERS = $RELEASE; 140 my $OSFMAJOR = $RELEASE; 253 ($SYSTEM, undef, $RELEASE, $VERSION, $MACHINE) = POSIX::uname(); 254 my $sys = "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}";
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | mutex.h | 44 void unlock() RELEASE(); 86 ~ScopedLock() RELEASE() { Mutex.unlock(); } 73 ~ScopedLock() RELEASE() { Mutex.unlock(); } RELEASE() function
|
H A D | stats.h | 90 void unlock() RELEASE(Mutex) { Mutex.unlock(); } in unlock() 93 void enable() RELEASE(Mutex) { unlock(); } in enable()
|
H A D | thread_annotations.h | 46 #define RELEASE(...) \ macro
|
H A D | quarantine.h | 256 void NOINLINE recycle(uptr MinSize, Callback Cb) RELEASE(RecycleMutex) in recycle()
|
/freebsd/contrib/elftoolchain/libelftc/ |
H A D | Makefile | 25 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 D | tgz.am | 14 version=${VERSION}-${RELEASE}; \ 22 version=${VERSION}-${RELEASE}; \
|
H A D | deb.am | 36 version=${VERSION}-${RELEASE}; \ 46 version=${VERSION}-${RELEASE}; \ 55 version=${VERSION}-${RELEASE}; \
|
H A D | rpm.am | 77 rpmpkg=$(pkg)-$(VERSION)-$(RELEASE)$$dist*src.rpm; \ 98 rpmpkg=$(pkg)-$(VERSION)-$(RELEASE)$$dist*src.rpm; \
|
H A D | zfs-meta.m4 | 100 RELEASE="$ZFS_META_RELEASE" 101 AC_SUBST([RELEASE])
|
H A D | user-libfetch.m4 | 9 dnl # We use sover 6, which first appeared in FreeBSD 8.0-RELEASE.
|
/freebsd/contrib/file/ |
H A D | RELEASE-PROCEDURE | 1 # HOW TO RELEASE FILE 3 @(#) $File: RELEASE-PROCEDURE,v 1.7 2021/10/18 16:38:25 christos Exp $
|
H A D | Makefile.am | 3 EXTRA_DIST = MAINT RELEASE-PROCEDURE README.DEVELOPER README.md \
|
/freebsd/contrib/libpcap/ |
H A D | atmuni31.h | 48 #define RELEASE 0x4d /* release */ macro
|
/freebsd/lib/libc/rpc/ |
H A D | README | 3 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 D | print-atm.c | 84 #define RELEASE 0x4d /* release */ macro 312 { RELEASE, "Release" },
|
/freebsd/contrib/libxo/doc/ |
H A D | getting.rst | 42 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 D | Makefile.am | 21 RELEASE = -release 2.1 macro 266 GENERIC_LDFLAGS = -version-info $(VERSION_INFO) $(RELEASE) $(NO_UNDEFINED) $(AM_LDFLAGS)
|
/freebsd/contrib/libevent/ |
H A D | Makefile.am | 21 RELEASE = -release 2.1 macro 266 GENERIC_LDFLAGS = -version-info $(VERSION_INFO) $(RELEASE) $(NO_UNDEFINED) $(AM_LDFLAGS)
|
/freebsd/sys/contrib/openzfs/ |
H A D | README.md | 35 * Supported FreeBSD versions are any supported branches and releases starting from 13.0-RELEASE.
|
/freebsd/contrib/ntp/scripts/ntpsweep/ |
H A D | ntpsweep.in | 132 $system =~ s/RELEASE/r/;
|
/freebsd/sys/contrib/openzfs/rpm/redhat/ |
H A D | zfs-kmod.spec.in | 6 Release: @RELEASE@%{?dist}
|
/freebsd/contrib/elftoolchain/ |
H A D | README.rst | 46 the file ``RELEASE-NOTES`` in the current directory.
|
/freebsd/tools/tools/vhba/ |
H A D | vhba.c | 341 case RELEASE: in vhba_default_cmd()
|