Home
last modified time | relevance | path

Searched +full:- +full:- +full:version (Results 1 – 25 of 1136) sorted by relevance

12345678910>>...46

/freebsd/crypto/openssl/test/ssl-tests/
H A D02-protocol-version.cnf5 test-0 = 0-version-negotiation
6 test-1 = 1-version-negotiation
7 test-2 = 2-version-negotiation
8 test-3 = 3-version-negotiation
9 test-4 = 4-version-negotiation
10 test-5 = 5-version-negotiation
11 test-6 = 6-version-negotiation
12 test-7 = 7-version-negotiation
13 test-8 = 8-version-negotiation
14 test-9 = 9-version-negotiation
[all …]
H A D07-dtls-protocol-version.cnf5 test-0 = 0-version-negotiation
6 test-1 = 1-version-negotiation
7 test-2 = 2-version-negotiation
8 test-3 = 3-version-negotiation
9 test-4 = 4-version-negotiation
10 test-5 = 5-version-negotiation
11 test-6 = 6-version-negotiation
12 test-7 = 7-version-negotiation
13 test-8 = 8-version-negotiation
14 test-9 = 9-version-negotiation
[all …]
/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dccmarshal.c1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
2 /* lib/krb5/ccache/ccmarshal.c - Functions for serializing creds */
35 * principals in versions 1 through 4 of the FILE ccache format. Version 4 is
38 * The FILE credential cache format uses fixed 16-bit or 32-bit representations
40 * versions they are in big-endian byte order. Variable-length fields are
41 * represented with a 32-bit length followed by the field value. There is no
44 * A psuedo-BNF grammar for the credential and principal formats is:
62 * name type (32 bits) [omitted in version 1]
63 * count of components (32 bits) [includes realm in version 1]
70 * enctype (16 bits) [repeated twice in version 3; see below]
[all …]
/freebsd/contrib/ntp/scripts/build/
H A Dgenver3 # possible usage: $0 [-f] [version.m4] [version.def]
5 # -f would be 'force the update'
12 -f)
15 *version.m4)
16 outputs="m4/version.m4 $outputs"
18 *version.def)
19 outputs="include/version.def $outputs"
21 *version.texi)
22 outputs="include/version.texi $outputs"
31 '') outputs="m4/version.m4 include/version.def include/version.texi" ;;
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Djavascript2 #------------------------------------------------------------------------------
69 >8 lelong x \b, version %d
76 # Version information is provided for some v8 versions found in NodeJS releases.
84 >>>>4 ulelong =0xEE4BF478 version 5.1.281.111,
85 >>>>4 ulelong =0xC4A0100C version 5.5.372.43,
96 >>>>4 ulelong =0x54F0AD81 version 6.2.414.46,
97 >>>>4 ulelong =0X7D1BF182 version 6.2.414.54,
98 >>>>4 ulelong =0x35BA122E version 6.2.414.77,
99 >>>>4 ulelong =0X9319F9C2 version 6.2.414.78,
100 >>>>4 ulelong =0xB1240060 version 6.6.346.32,
[all …]
/freebsd/contrib/tcsh/
H A DPorted5 find it out-of-date, or you have additions or changes, please let me know.
14 LIBES : -ltermcap
19 VERSION : 6.08
25 LIBES : -lcurses -lsocket -lnsl
29 NOTES : The sunpro compiler cannot compile tcsh with -O, it crashes
30 : on some files. In any case do not use -O with any of the
35 VERSION : 6.08
41 LIBES : -lcurses -lsocket -lnsl
46 VERSION : 6.08
52 LIBES : -lcurses -lsocket -lnsl
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/poolversion/
H A Dpoolversion_002_pos.ksh1 #!/bin/ksh -p
2 # SPDX-License-Identifier: CDDL-1.0
11 # or https://opensource.org/licenses/CDDL-1.0.
38 # zpool set version can only increment pool version
41 # 1. Set a version 1 pool to be a version 6 pool
42 # 2. Verify it's set to version 6
44 # 4. Verify it's still set to version 6
48 log_assert "zpool set version can only increment pool version"
50 log_must zpool set version=6 $TESTPOOL2
51 # verify it's actually that version - by checking the version property
[all …]
/freebsd/release/scripts/
H A Datlas-upload.sh2 #-
34 echo "-b box-name -d 'box description' -f box-to-upload -k api-key -p provider -u user -v version"
60 VERSION="${OPTARG}"
67 if [ -z "${BOX}" -o \
68 -z "${FILE}" -o \
69 -z "${KEY}" -o \
70 -z "${PROVIDER}" -o \
71 -z "${USERNAME}" -o \
72 -z "${VERSION}" ];
78 …BOXRESULT=$(/usr/local/bin/curl -s "${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}?access_token…
[all …]
/freebsd/sys/contrib/openzfs/rpm/redhat/
H A Dzfs-dkms.spec.in13 Name: %{module}-dkms
15 Version: @VERSION@
22 Source0: %{module}-%{version}.tar.gz
23 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-
[all...]
/freebsd/contrib/spleen/
H A DChangeLog1 Spleen 2.1.0 (2024-03-22)
3 - Document how wsfont header files (for OpenBSD and NetBSD) are generated
4 - Add base cyrillic (basic alphabet + most used extended) characters (Thanks
6 - Fix latin small letter 'u' smoothing in the 32x64 version
7 - Fix smoothing on more variants of 'u' in the 32x64 version
11 Spleen 2.0.2 (2023-12-25)
13 - Fix MALE and FEMALE character ordering in the 16x32 and 32x64
15 - Update README to add a link to the Alpine Linux package
19 Spleen 2.0.1 (2023-11-17)
21 - Add a 'com' target to generate SPLEEN.COM, the DOS version of Spleen
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DPackedVersion.h1 //===- llvm/TextAPI/PackedVersion.h - PackedVersion --------
[all...]
/freebsd/sys/contrib/openzfs/rpm/generic/
H A Dzfs-dkms.spec.in13 Name: %{module}-dkms
15 Version: @VERSION@
22 Source0: %{module}-%{version}.tar.gz
23 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
35 Requires: kernel-devel >= @ZFS_META_KVER_MIN@, kernel-devel <= @ZFS_META_KVER_MAX@.999
36 Requires(post): kernel-devel >= @ZFS_META_KVER_MIN@, kernel-devel <= @ZFS_META_KVER_MAX@.999
37 Conflicts: kernel-devel < @ZFS_META_KVER_MIN@, kernel-devel > @ZFS_META_KVER_MAX@.999
38 Requires: kernel-uname-r >= @ZFS_META_KVER_MIN@, kernel-uname-r <= @ZFS_META_KVER_MAX@.999
39 Requires(post): kernel-uname-r >= @ZFS_META_KVER_MIN@, kernel-uname-r <= @ZFS_META_KVER_MAX@.999
40 Conflicts: kernel-uname-r < @ZFS_META_KVER_MIN@, kernel-uname-r > @ZFS_META_KVER_MAX@.999
[all …]
/freebsd/sys/contrib/libsodium/packaging/dotnet-core/
H A Dprepare.py8 # --------------------- ----------------- #
10 # --------------------- ----------------- #
11 ( 'win-x64', 'x64' ),
12 ( 'win-x86', 'Win32' ),
13 # --------------------- ----------------- #
17 # --------------------- ----------------- #
19 # --------------------- ----------------- #
20 ( 'osx-x64', 'sierra' ),
21 # --------------------- ----------------- #
25 # --------------------- ----------------- #
[all …]
/freebsd/sys/netinet/libalias/
H A DHISTORY2 Version 1.0: August 11, 1996 (cjm)
4 Version 1.1: August 20, 1996 (cjm)
5 - Host accepts incoming connections for ports 0 to 1023.
7 Version 1.2: September 7, 1996 (cjm)
8 - Fragment handling error in alias_db.c corrected.
10 Version 1.3: September 15, 1996 (cjm)
11 - Generalized mechanism for handling incoming
14 - Increased ICMP support (will handle traceroute now).
16 - Improved TCP close connection logic.
18 Version 1.4: September 16, 1996 (cjm)
[all …]
/freebsd/tests/sys/cddl/zfs/tests/poolversion/
H A Dpoolversion_002_pos.ksh1 #!/usr/local/bin/ksh93 -p
37 # zpool set version can only increment pool version
40 # 1. Set a version 1 pool to be a version 6 pool
41 # 2. Verify it's set to version 6
43 # 4. Verify it's still set to version 6
49 # CODING_STATUS: COMPLETED (2007-07-27)
56 log_assert "zpool set version can only increment pool version"
58 log_must $ZPOOL set version=6 $TESTPOOL2
59 # verify it's actually that version - by checking the version property
60 # and also by trying to set bootfs (which should fail if it is not version 6)
[all …]
/freebsd/contrib/processor-trace/include/
H A Dpt_version.h2 * Copyright (c) 2018-2019, Intel Corporation
32 #include "intel-pt.h"
38 static inline int pt_fprint_version(FILE *file, struct pt_version version) in pt_fprint_version() argument
40 if (version.build) { in pt_fprint_version()
41 if (version.ext && version.ext[0]) in pt_fprint_version()
43 "-%" PRIu32 "-%s", version.major, in pt_fprint_version()
44 version.minor, version.patch, in pt_fprint_version()
45 version.build, version.ext); in pt_fprint_version()
48 "-%" PRIu32 "", version.major, in pt_fprint_version()
49 version.minor, version.patch, in pt_fprint_version()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVersionTuple.h1 //===- VersionTuple.h - Version Number Handling -------
[all...]
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
H A Dzpool_upgrade.kshlib36 # $1 a version number we can use to get information about the pool
39 VERSION=$1
40 POOL_FILES=$($ENV | grep "ZPOOL_VERSION_${VERSION}_FILES"\
41 | $AWK -F= '{print $2}')
42 POOL_NAME=$($ENV|grep "ZPOOL_VERSION_${VERSION}_NAME"\
43 | $AWK -F= '{print $2}')
47 $CP -f $STF_SUITE/tests/cli_root/zpool_upgrade/blockfiles/$pool_file.Z \
51 log_must $ZPOOL import -d $TMPDIR $POOL_NAME
55 while [ "$COUNT" -lt 1024 ]; do
63 # A function to check the contents of a pool, upgrade it to the current version
[all …]
/freebsd/contrib/bmake/
H A DChangeLog1 2025-08-04 Simon J Gerraty <sjg@beast.crufty.net>
3 * VERSION (_MAKE_VERSION): 20250804
10 2025-07-07 Simon J Gerraty <sjg@beast.crufty.net>
12 * VERSION (_MAKE_VERSION): 20250707
17 2025-07-04 Simon J Gerraty <sjg@beast.crufty.net>
19 * VERSION (_MAKE_VERSION): 20250704
22 o main.c: simplify the warning for invalid -
[all...]
/freebsd/lib/atf/
H A Dcommon.mk9 # Depend on the atf-version target to generate a file that contains the
10 # version number of the currently imported ATF release and that only
12 atf-version: atf-version-real
13 @cmp -s atf-version atf-version-real \
14 || cp atf-version-real atf-version
15 atf-version-real: .PHONY
16 @grep 'define VERSION' ${ATF}/config.h \
17 | cut -d '"' -f 2 >atf-version-real
18 CLEANFILES+= atf-version atf-version-real
/freebsd/sys/contrib/openzfs/config/
H A Ddeb.am1 PHONY += deb-kmod deb-dkms deb-utils deb deb-local native-deb-local \
2 native-deb-utils native-deb-kmod native-deb
4 native-deb-local:
6 echo -e "\n" \
9 "*** re-run configure, and try again.\n"; \
13 deb-local: native-deb-local
15 echo -e "\n" \
18 "*** re-run configure, and try again.\n"; \
26 /bin/echo -e "\n" \
27 "*** Installed version of ${ALIEN} is known to be broken;\n" \
[all …]
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt1 ----------------------------------------
2 4 April 2025. Summary of changes for version 20250404:
14 A few fixes including local cache allocation, FFixedHW Region, attribute packing, string vs. non-st…
17 ----------------------------------------
18 12 December 2024. Summary of changes for version 20241212:
22 Fix 2 critical CVE addressing memory leaks - Seunghun Han
33 ----------------------------------------
34 27 September 2024. Summary of changes for version 20240927:
46 ----------------------------------------
47 27 August 2024. Summary of changes for version 20240827:
[all …]
/freebsd/contrib/xz/src/liblzma/api/lzma/
H A Dversion.h1 /* SPDX-License-Identifier: 0BSD */
4 * \file lzma/version.h
5 * \brief Version number
18 /** \brief Major version number of the liblzma release. */
21 /** \brief Minor version number of the liblzma release. */
24 /** \brief Patch version number of the liblzma release. */
28 * \brief Version stability marker
31 * - LZMA_VERSION_STABILITY_ALPHA
32 * - LZMA_VERSION_STABILITY_BETA
33 * - LZMA_VERSION_STABILITY_STABLE
[all …]
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_lib.c2 * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
40 * send s->init_buf in records of type 'type' (SSL3_RT_HANDSHAKE or
48 ret = ssl3_write_bytes(s, type, &s->init_buf->data[s->init_off], in ssl3_do_write()
49 s->init_num, &written); in ssl3_do_write()
51 return -1; in ssl3_do_write()
58 if (!SSL_IS_TLS13(s) || (s->statem.hand_state != TLS_ST_SW_SESSION_TICKET in ssl3_do_write()
59 && s->statem.hand_state != TLS_ST_CW_KEY_UPDATE in ssl3_do_write()
60 && s->statem.hand_state != TLS_ST_SW_KEY_UPDATE)) in ssl3_do_write()
62 (unsigned char *)&s->init_buf->data[s->init_off], in ssl3_do_write()
64 return -1; in ssl3_do_write()
[all …]
/freebsd/contrib/ntp/sntp/include/
H A Dcopyright.def1 /* -*- Mode: Text -*- */
4 date = "1992-2024";
10 long-opts;
11 config-header = config.h;
13 no-misuse-usage;
14 version
[all...]

12345678910>>...46