/freebsd-src/sys/dev/bxe/ |
H A D | ecore_hsi.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved. 145 /* Up to 16 bytes of NULL-terminated string */ 164 (if multiple found, priority order is: NC-SI, UMP, IPMI) */ 169 /* Use SPIO4 as an arbiter between: 0-NC_SI, 1-IPMI 170 (can only be used when an add-in board, not BMC, pulls-down SPIO4) */ 172 /* Use SPIO4 as an arbiter between: 0-UMP, 1-IPMI 173 (can only be used when an add-in board, not BMC, pulls-down SPIO4) */ 175 /* Use SPIO4 as an arbiter between: 0-NC-SI, 1-UMP [all …]
|
/freebsd-src/contrib/ntp/ntpd/ |
H A D | ntp.conf.def | 1 /* -*- Mode: Text -*- */ 7 // We want the synopsis to be "/etc/ntp.conf" but we need the prog-name 8 // to be ntp.conf - the latter is also how autogen produces the output 10 prog-name = "ntp.conf"; 11 file-path = "/etc/ntp.conf"; 12 prog-title = "Network Time Protocol daemon (ntpd) configuration format"; 15 explain = <<- _END_EXPLAI [all...] |
/freebsd-src/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 \*- 142 RFC 2033 (Local Message Transmission Protocol), 173 explains the day-to-day information you should know [all …]
|
/freebsd-src/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 117 callbacks instead of just the mail address. [all …]
|
/freebsd-src/share/man/man7/ |
H A D | security.7 | 47 multi-user systems have some inherent security, the job of building and 60 As yesterday's mini-computers and mainframes 74 .Bl -enum -offset indent 89 Typically, DoS attacks are brute-force mechanisms that attempt 99 Brute-force network attacks are harder to deal with. 100 A spoofed-packet attack, for example, is 114 The result is that if you have any moderate-sized user base, 137 may find a bug in a root-run server and be able to break root over a network 138 connection to that server, or the attacker may know of a bug in an SUID-roo [all...] |
/freebsd-src/contrib/sendmail/src/ |
H A D | README | 1 # Copyright (c) 1998-2004 Proofpoint, Inc. and its suppliers. 3 # Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved. 35 +-------------------+ 37 +-------------------+ 51 -I or -L flags on the command line, e.g., 53 sh ./Build -I/usr/sww/include -L/usr/sww/lib 55 It's also possible to create local site configuration in the file 56 site.config.m4 (or another file settable with the -f flag). This 60 confMAPDEF -D flags to specify database types to be included 62 confENVDEF -D flags to specify other environment information [all …]
|
/freebsd-src/sys/dev/ipw/ |
H A D | if_ipw.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2004-2006 33 /*- 202 nitems(ipw_ident_table) - 1); 211 for (ident = ipw_ident_table; ident->name != NULL; ident++) { in ipw_probe() 212 if (pci_get_vendor(dev) == ident->vendo in ipw_probe() [all...] |
/freebsd-src/sys/dev/bnxt/bnxt_en/ |
H A D | hsi_struct_def.h | 1 /*- 34 * Copyright(c) 2001-2024, Broadcom. All rights reserved. The 71 * * 0x0-0xFFF8 - The function ID 72 * * 0xFFF8-0xFFFC, 0xFFFE - Reserved for internal processors 73 * * 0xFFFD - Reserved for user-space HWRM interface 74 * * 0xFFFF - HWRM 78 * A physical address pointer pointing to a host buffer that the 80 * physical address (HPA) or a guest physical address (GPA) and must 122 /* Engine CKV - The Alias key EC curve and ECC public key information. */ 124 /* Engine CKV - Initialization vector. */ [all …]
|
/freebsd-src/contrib/sendmail/cf/ |
H A D | README | 9 To get started, you may want to look at tcpproto.mc (for TCP-only 11 mail host), or the generic-*.mc files as operating system-specific 30 ANTI-SPAM CONFIGURATION CONTROL 37 NON-SMTP BASED CONFIGURATIONS 51 +--------------------------+ 53 +--------------------------+ 57 You must pre-load "cf.m4": 70 or the -I flag (ditto), then ${CFDIR} can be in an arbitrary directory. 72 use -D_CF_DIR_=/path/to/cf/dir/ -- note the trailing slash! For example: 74 m4 -D_CF_DIR_=${CFDIR}/ ${CFDIR}/m4/cf.m4 config.mc > config.cf [all …]
|
/freebsd-src/contrib/tcp_wrappers/ |
H A D | README | 6 My postal address is at the bottom of this file. 13 (comp.security.unix, comp.unix.admin), to the cert-tools mailing list, 16 with in the body (not subject): subscribe tcp-wrappers-announce. 19 ----------------- 21 1 - Introduction 22 2 - Disclaimer 23 3 - Tutorials 24 3.1 - How it works 25 3.2 - Where the logging information goes 26 4 - Features [all …]
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDecl.cpp | 1 //===--- CGDecl.cpp - Emit LLVM Code for declarations ------ 232 else if (const auto *BD = dyn_cast<BlockDecl>(DC)) getStaticDeclName() local 1462 Address address = Address::invalid(); EmitAutoVarAlloca() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 1 //===- DebugInfoMetadata.cpp - Implement debug info metadata -------- 244 encodeDiscriminator(unsigned BD,unsigned DF,unsigned CI) encodeDiscriminator() argument 277 decodeDiscriminator(unsigned D,unsigned & BD,unsigned & DF,unsigned & CI) decodeDiscriminator() argument [all...] |
/freebsd-src/crypto/heimdal/appl/telnet/telnetd/ |
H A D | telnetd.c | 88 * ptyibuf+1 to be on a full-word boundary. The following wierdness 92 char *ptyibuf = ((char *)&ptyibufbuf[1])-1; 93 char *ptyip = ((char *)&ptyibufbuf[1])-1; 129 char valid_opts[] = "Bd:hklnS:u:UL:y" 155 int tos = -1; in main() 176 if (argc == 2 && strcmp(argv[1], "--version") == 0) { in main() 180 if (argc == 2 && strcmp(argv[1], "--help") == 0) in main() 183 while ((ch = getopt(argc, argv, valid_opts)) != -1) { in main() 208 auth_level = -1; in main() 211 "telnetd: unknown authorization level for -a\n"); in main() [all …]
|
/freebsd-src/contrib/mandoc/ |
H A D | mdoc.7 | 4 .\" Copyright (c) 2010, 2011, 2013-2020 Ingo Schwarze <schwarze@openbsd.org> 64 They provide free-form text to be printed; the formatting of the text 66 .Bd -literal -offset indent 91 A well-formed 116 The following is a well-formed skeleton 120 .Bd -literal -offse [all...] |
/freebsd-src/sys/dev/bge/ |
H A D | if_bge.c | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 19 * 4. Neither the name of the author nor the names of any co-contributors 43 * two on-board MIPS R4000 CPUs and can have as much as 16MB of external 48 * of value-added firmware updates. Unlike the Tigon I and Tigon II, 52 * The BCM5700 supports the PCI v2.2 and PCI-X v1.0 standards, and will 53 * function in a 32-bi [all...] |
/freebsd-src/contrib/ncurses/ |
H A D | INSTALL | 1 ------------------------------------------------------------------------------- 2 -- Copyright 2018-2023,2024 Thomas E. Dickey -- 3 -- Copyright 1998-2017,2018 Free Software Foundation, Inc. -- 4 -- -- 5 -- Permission is hereby granted, free of charge, to any person obtaining a -- 6 -- copy of this software and associated documentation files (the -- 7 -- "Software"), to deal in the Software without restriction, including -- 8 -- without limitation the rights to use, copy, modify, merge, publish, -- 9 -- distribute, distribute with modifications, sublicense, and/or sell copies -- 10 -- of the Software, and to permit persons to whom the Software is furnished -- [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 1 //===-- HexagonISelDAGToDAGHVX.cpp ----------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 34 #define DEBUG_TYPE "hexagon-isel" 39 // -------------------------------------------------------------------- 43 // - Forward delta. 44 // - Reverse delta. 45 // - Benes. 62 // |- 1 ---------------|- 2 -----|- 3 -| 111 static constexpr Node Ignore = Node(-1); [all …]
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 1 //===--- SemaDecl.cpp - Semantic Analysis for Declarations ------ 2013 for (const auto *BD : DD->bindings()) { ShouldDiagnoseUnusedDecl() local 13969 for (auto *BD : DD->bindings()) ActOnInitializerError() local 14763 for (auto *BD : DD->bindings()) { FinalizeDeclaration() local 15950 __anon365c711f2202(const BlockDecl *BD) diagnoseImplicitlyRetainedSelf() argument [all...] |
H A D | SemaDeclCXX.cpp | 1 //===------ SemaDeclCXX.cpp - Semantic Analysis for C++ Declarations --- 908 auto *BD = BindingDecl::Create(Context, DC, B.NameLoc, VarName); ActOnDecompositionDeclarator() local [all...] |
/freebsd-src/contrib/ncurses/misc/ |
H A D | terminfo.src | 7 # bug-ncurses@gnu.org 19 # under the ncurses MIT-style license. That was the effect of the agreement 33 # some portions of the data are derivative work under a compatible MIT-style 36 #------------------------------------------------------------------------------ 37 # https://invisible-island.net/ncurses/ncurses.faq.html#terminfo_copying 38 # https://invisible-island.net/personal/copyrights.html#removing_notes 39 #------------------------------------------------------------------------------ 48 # Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu 49 # address is no longer valid. The latest version can always be found at 54 # This file describes the capabilities of various character-cell terminals, [all …]
|
/freebsd-src/contrib/ntp/ |
H A D | CommitLog | 1 ChangeSet@1.4062, 2024-05-25 00:06:49-07:00, ntpreleng@ntp-build.tal1.ntfo.org 5 ChangeLog@1.2103 +1 -0 8 ntpd/invoke-ntp.conf.texi@1.231 +1 -1 11 ntpd/invoke-ntp.keys.texi@1.214 +1 -1 14 ntpd/invoke-ntpd.texi@1.528 +2 -2 17 ntpd/ntp.conf.5man@1.265 +2 -2 20 ntpd/ntp.conf.5mdoc@1.265 +2 -2 23 ntpd/ntp.conf.html@1.213 +1 -1 26 ntpd/ntp.conf.man.in@1.265 +2 -2 29 ntpd/ntp.conf.mdoc.in@1.265 +2 -2 [all …]
|
/freebsd-src/sys/dev/qlnx/qlnxe/ |
H A D | reg_addr.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 33 … (0x1<<0) // Signals an unknown address to the rf module. 43 … (0x1<<0) // Signals an unknown address to the rf module. 48 … (0x1<<0) // Signals an unknown address to the rf module. 78 …- For ending "endless completion". 0 - When receiving a completion timeout while receiving a compl… 79 … DataWidth:0x4 // 0 - TXCPL sync fifo pop underflow 1 - TXR sync fifo pop underflow 2 - TXW hea… 80 …s:R DataWidth:0x6 // 0 - RX target read and config sync fifo push overflow 1 - RX header syn… 81 …ataWidth:0x14 // 4:0 - TXCPL sync fifo pop status 9:5 - TXR sync fifo pop status 14:10 - TXW hea… 88 …ffff<<0) // Vendor ID. PCI-SIG assigned Manufacturer Identifier. Note: The access attributes of … 90 …ce Identifier. Note: The access attributes of this field are as follows: - Dbi: if (DBI_RO_WR_E… [all …]
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 1 //===--- Expr.h - Classes for representing expressions ------ 6148 BlockExpr(BlockDecl * BD,QualType ty) BlockExpr() argument 6158 setBlockDecl(BlockDecl * BD) setBlockDecl() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 1 //===- ASTContext.cpp - Context to hold long-lived AST nodes ------- 11938 for (const auto *BD : DD->bindings()) DeclMustBeEmitted() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 1 //===- ScalarEvolution.cpp - Scalar Evolution Analysis -------- 13565 operator <<(raw_ostream & OS,ScalarEvolution::BlockDisposition BD) operator <<() argument [all...] |