/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | brcm,bcm7445-switch-v4.0.txt | 3 See dsa/brcm,bcm7445-switch-v4.0.yaml for the documentation. 7 - dsa,mii-bus: phandle to the MDIO bus controller, see dsa/dsa.txt 8 - ds [all...] |
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/ |
H A D | brcm,sf2.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/dsa/brc [all...] |
/freebsd/sys/contrib/device-tree/Bindings/iio/frequency/ |
H A D | adi,admfm2000.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Kim Seer Paller <kimseer.paller@analog.com> 16 It consists of a LNA, mixer, IF filter, DSA, and IF amplifier for each down 22 - adi,admfm2000 24 '#address-cells': 27 '#size-cells': 31 "^channel@[0-1]$": 44 adi,mixer-mode: [all …]
|
/freebsd/contrib/file/tests/ |
H A D | Makefile.am | 3 test_CPPFLAGS = -I$(top_builddir)/src 6 android-vdex-1.result \ 7 android-vdex-1.testfile \ 8 android-vdex-2.result \ 9 android-vdex-2.testfile \ 26 CVE-2014-1943.result \ 27 CVE-2014-1943.testfile \ 28 dsd64-dff.result \ 29 dsd64-dff.testfile \ 30 dsd64-dsf.result \ [all …]
|
H A D | Makefile.in | 4 # Copyright (C) 1994-2021 Free Software Foundation, Inc. 18 if test -z '$(MAKELEVEL)'; then \ 20 elif test -n '$(MAKE_HOST)'; then \ 22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 29 case $${target_option-} in \ 32 "target option '$${target_option-}' specified" >&2; \ 55 *=*|--*) continue;; \ 56 -*I) strip_trailopt 'I'; skip_next=yes;; \ 57 -*I?*) strip_trailopt 'I';; \ 58 -*O) strip_trailopt 'O'; skip_next=yes;; \ [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | pgp-binary-keys | 2 #------------------------------------------------------------------------------ 3 # $File: pgp-binary-keys,v 1.2 2021/04/26 15:56:00 christos Exp $ 4 # pgp-binary-keys: This file handles pgp binary keys. 9 # https://tools.ietf.org/html/rfc4880#section-4.3 13 # https://tools.ietf.org/html/rfc4880#section-11 18 # A PGP packet is described by a single byte: the so-called CTB. The 19 # high-bit is always set. If bit 6 is set, then it is a so-called 20 # new-style CTB; if bit 6 is clear, then it is a so-called old-style 21 # CTB. Old-style CTBs have only four bits of type information; bits 22 # 1-0 are used to describe the length. New-style CTBs have 6 bits of [all …]
|
/freebsd/usr.sbin/wpa/wpa_supplicant/ |
H A D | wpa_supplicant.conf.5 | 65 .Bl -tag -width indent 77 This can be set to allow non-root users to access the 87 is implemented according to IEEE 802-1X-REV-d8 which defines 101 EAP fast re-authentication; either 1 (default) or 0. 102 Control fast re-authentication support in EAP methods that support it. 114 .Bd -literal -offset indent 126 .Bl -tag -width indent 158 .Li WPA-NONE 163 .Li WPA-NONE 168 set to WPA-NONE, [all …]
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 4 This is a high-level summary of the most important changes. 11 ---------------- 13 - [OpenSSL 3.0](#openssl-30) 14 - [OpenSSL 1.1.1](#openssl-111) 15 - [OpenSSL 1.1.0](#openssl-110) 16 - [OpenSSL 1.0.2](#openssl-102) 17 - [OpenSSL 1.0.1](#openssl-101) 18 - [OpenSSL 1.0.0](#openssl-100) 19 - [OpenSSL 0.9.x](#openssl-09x) 22 ----------- [all …]
|
/freebsd/contrib/unbound/util/ |
H A D | configlexer.lex | 3 * configlexer.lex - lexical analyzer for unbound config file 5 * Copyright (c) 2001-2006, NLnet Labs. All rights reserved 12 /* because flex keeps having sign-unsigned compare problems that are unfixed*/ 14 #pragma GCC diagnostic ignored "-Wsign-compare" 84 if(cfg_parser->chroot && strncmp(filename, cfg_parser->chroot, in config_start_include() 85 strlen(cfg_parser->chroot)) == 0) { in config_start_include() 86 filename += strlen(cfg_parser->chroot); in config_start_include() 104 s->filename = cfg_parser->filename; in config_start_include() 105 s->line = cfg_parser->line; in config_start_include() 106 s->buffer = YY_CURRENT_BUFFER; in config_start_include() [all …]
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdport.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 92 static pid_t nfsd_master_pid = (pid_t)-1; 206 if (error != 0 || req->newptr == NULL) in sysctl_dsdirsize() 232 if (error != 0 || req->newptr == NULL) in sysctl_srvmaxio() 244 if ((newsrvmaxio & (newsrvmaxio - 1)) != 0) { in sysctl_srvmaxio() 271 tval += MCLBYTES - 1; /* Round up divide. */ in sysctl_srvmaxio() 303 if (error != 0 || req->newptr == NULL) in sysctl_dolocallocks() 307 if (jailed(curthread->td_ucred)) in sysctl_dolocallocks() 354 while (try--) { in nfsrv_sequential_heuristic() [all …]
|
/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | armv4-mont.pl | 2 # Copyright 2007-2020 The OpenSSL Project Authors. All Rights Reserved. 22 # and compilers. The code was observed to provide +65-35% improvement 24 # +115-80% on Intel IXP425. This is compared to pre-bn_mul_mont code 25 # base and compiler generated code with in-lined umull and even umlal 35 # Add NEON code path, which handles lengths divisible by 8. RSA/DSA 36 # performance improvement on Cortex-A8 is ~45-100% depending on key 37 # length, more for longer keys. On Cortex-A15 the span is ~10-105%. 40 # rather because original integer-only code seems to perform 41 # suboptimally on S4. Situation on Cortex-A9 is unfortunately 44 # of percent worse than for integer-only code. The code is chosen [all …]
|
H A D | armv8-mont.pl | 2 # Copyright 2015-2021 The OpenSSL Project Authors. All Rights Reserved. 20 # work. While it does improve RSA sign performance by 20-30% (less for 22 # faster and RSA4096 goes 15-20% slower on Cortex-A57. Multiplication 28 # compiler-generated code. Recall that compiler is instructed to use 36 # RSA/DSA performance by 25-40-60% depending on processor and key 38 # comparison to compiler-generated code. On Cortex-A57 improvement 40 # 50-70% improvement for RSA4096 sign. RSA2048 sign is ~25% faster 41 # on Cortex-A57 and ~60-100% faster on others. 49 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or 50 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or [all …]
|
/freebsd/crypto/openssh/ |
H A D | configure.ac | 2 # Copyright (c) 1999-2004 Damien Miller 16 AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org]) 22 if test "$i" -nt "$srcdir/configure"; then 33 AC_MSG_CHECKING([if $CC supports C99-style variadic macros]) 37 ]], [[return F(1, 2, -3);]])], 39 [ AC_MSG_ERROR([*** OpenSSH requires support for C99-style variadic macros]) ] 65 AC_PATH_TOOL([PKGCONFIG], [pkg-config], [no]) 72 MANFMT="$NROFF -mandoc" 74 MANFMT="$GROFF -mandoc -Tascii" 87 if test -x /sbin/sh; then [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | wpa_supplicant.conf | 48 # run as non-root users. However, since the control interface can be used to 51 # want to allow non-root users to use the control interface, add a new group 69 # library/default.asp?url=/library/en-us/secauthz/security/ 72 # DACL (which will reject all connections). See README-Windows.txt for more 78 # wpa_supplicant is implemented based on IEEE Std 802.1X-2004 which defines 85 # defined in IEEE Std 802.1X-2010. 144 # Maximum number of peer links (0-255; default: 99) 153 # Enable 802.11s layer-2 routing and forwarding (dot11MeshForwarding) 156 # cert_in_cb - Whether to include a peer certificate dump in events 162 # EAP fast re-authentication [all …]
|
/freebsd/contrib/unbound/ |
H A D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 5 # Report bugs to <unbound-bugs@nlnetlabs.nl or https://github.com/NLnetLabs/unbound/issues>. 8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, 14 ## -------------------- ## 16 ## -------------------- ## 25 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 27 alias -g '${1+"$@"}'='"$@"' 30 case `(set -o) 2>/dev/null` in #( 32 set -o posix ;; #( 46 # Quoting is to prevent editors from complaining about space-tab. [all …]
|
/freebsd/contrib/sendmail/doc/op/ |
H A D | op.me | 1 .\" Copyright (c) 1998-2013 Proofpoint, Inc. and its suppliers. 12 .\" $Id: op.me,v 8.759 2014-01-13 14:40:05 ca Exp $ 14 .\" eqn op.me | pic | troff -me 51 .eh 'SMM:08-%''Sendmail Installation and Operation Guide' 52 .oh 'Sendmail Installation and Operation Guide''SMM:08-%' 74 .b SENDMAIL\u\s-6TM\s0\d 103 .i Sendmail \u\s-2TM\s0\d 107 It is not tied to any one transport protocol \*- 173 explains the day-to-day information you should know 185 contains the nitty-gritty information about the configuration [all …]
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 13 - Prevent transaction stuffing by ensuring SMTP clients 19 - Accept only CRLF . CRLF as end of an SMTP message 22 - Do not accept a CR or LF except in the combination 31 are used, i.e., TLSA RR 2-x-y and 3-x-y are supported 76 because the -a. option has been removed (as it only 79 VACATION: Add support for Return-Path header to set sender 81 VACATION: Honor RFC3834 and avoid an auto-reply if 82 'Auto-Submitted: no' is found in the headers to 84 VACATION: Avoid an auto-reply if a 'List-Id:' is found in 119 When EAI is enabled, mailq prints UTF-8 addresses as such [all …]
|
/freebsd/contrib/ldns/ |
H A D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, 14 ## -------------------- ## 16 ## -------------------- ## 25 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 27 alias -g '${1+"$@"}'='"$@"' 30 case `(set -o) 2>/dev/null` in #( 32 set -o posix ;; #( 46 # Quoting is to prevent editors from complaining about space-tab. 56 # Ensure predictable behavior from utilities with locale-dependent output. [all …]
|
/freebsd/contrib/sendmail/cf/m4/ |
H A D | proto.m4 | 1 divert(-1) 3 # Copyright (c) 1998-2010 Proofpoint, Inc. and its suppliers. 16 VERSIONID(`$Id: proto.m4,v 8.762 2013-11-22 20:51:13 ca Exp $') 20 divert(-1) 37 `ifdef(`_MAILER_uucp', `uucp-new', `unknown')')')') 38 ifdef(`confUUCP_MAILER',, `define(`confUUCP_MAILER', `uucp-old')') 55 ifelse(_ARG_, -1, 61 ifdef(`confMIN_FREE_BLOCKS', `ifelse(index(confMIN_FREE_BLOCKS, /), -1,, 87 # override file safeties - setting this option compromises system security, 94 _OPTION(LDAPDefaultSpec, `confLDAP_DEFAULT_SPEC', `-h localhost') [all …]
|