| /freebsd/usr.sbin/bsnmpd/bsnmpd/ |
| H A D | snmpd.config | 18 # this configuration file, an ID is assigned based on the value of the 26 # string to enable write access. 27 write := "geheim" 31 # Declarations for SNMP-USER-BASED-SM-MIB authentication and privacy options 42 # Enumerations from SNMP-FRAMEWORK-MIB 66 # 'bsnmpget -v 3 -D -K -o verbose' against the running bsnmpd(1). For other 81 # Set the read and write communities. 84 # different from the empty string). This disables both read and write access. 86 # the write community string enables both read and write access with that 89 # Be sure to understand the security implications of SNMPv2 - the community [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMappingWriter.h | 1 //===- CoverageMappingWriter.h - Code coverage mapping writer ---*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // instrumentation based coverage. 12 //===----------------------------------------------------------------------===// 29 /// based code coverage. 36 /// Write encoded filenames to the given output stream. If \p Compress is 38 LLVM_ABI void write(raw_ostream &OS, bool Compress = true); 41 /// Writer for instrumentation based coverage mapping data. 54 /// Write encoded coverage mapping data to the given output stream. [all …]
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | record-layer.md | 9 cryptographically protected. A record may or may not have a one-to-one 18 - Standard TLS record layer 19 - Standard DTLS record layer 20 - Kernel TLS record layer 34 layer, i.e. the QUIC-TLS record layer. This refers to the "inner" TLS 39 ------------ 42 [document](https://github.com/openssl/openssl/blob/master/doc/designs/quic-design/quic-requirements… 67 ---------------------------------------- 72 ### Use a METHOD based approach 74 A METHOD based approach is simply a structure containing function pointers. It [all …]
|
| H A D | quic-io-arch.md | 11 ---------- 13 The [requirements for QUIC](./quic-requirements.md) which have formed the basis 16 - The application must have the ability to be in control of the event loop 20 - High performance applications (primarily server based) using existing libssl 23 handling, using fibres). Would prefer to use the existing APIs - they don’t 30 - We want to support both blocking and non-blocking semantics 33 - In the case of non-blocking applications, it must be possible 37 - We want to support custom BIOs on the network side and to the extent 42 QUIC-Related Requirements 43 ------------------------- [all …]
|
| /freebsd/bin/pax/ |
| H A D | pax.1 | 1 .\"- 38 .Nd read and write file archives and copy directory hierarchies 42 .Bk -words 45 .Bk -words 49 .Bk -words 53 .Bk -words 57 .Bk -words 69 .Bk -words 72 .Bk -words 76 .Bk -words [all …]
|
| H A D | pax.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 60 int act = DEFOP; /* read/write/append/copy */ 73 int Hflag; /* follow command line symlinks (write only) */ 96 * PAX - Portable Archive Interchange 98 * A utility to read, write, and write lists of the members of archive 102 * ustar - 10.1.1 extended tar interchange format 103 * cpio - 10.1.2 extended cpio interchange format 104 * tar - old BSD 4.3 tar format 105 * binary cpio - old cpio with binary header format [all …]
|
| /freebsd/share/man/man9/ |
| H A D | nvmem.9 | 49 (Non-Volatile Memory), this is generally stored in some eeprom or fuses. 56 .Bl -tag -width indent 61 Get the cell content based on the name. 65 Get the cell content based on the id. 69 Write the cell content based on the name. 73 Write the cell content based on the id. 78 .Bl -tag -width indent 82 Provider device method to write a cell content. 86 .Bd -literal 97 nvmem-cells = <&board_id> [all …]
|
| /freebsd/contrib/ntp/sntp/libevent/include/event2/ |
| H A D | bufferevent.h | 2 * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu> 3 * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson 48 When writing is enabled, the bufferevent will try to write data onto its 49 file descriptor when the output buffer has enough data, and call the write 55 <dt>Socket-based bufferevents</dt> 69 <dt>SSL-backed bufferevents</dt> 83 #include <event2/event-config.h> 104 #define BEV_EVENT_TIMEOUT 0x40 /**< user-specified timeout reached */ 123 A read or write callback for a bufferevent. 129 The write callback is triggered if the write buffer has been [all …]
|
| /freebsd/contrib/libevent/include/event2/ |
| H A D | bufferevent.h | 2 * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu> 3 * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson 48 When writing is enabled, the bufferevent will try to write data onto its 49 file descriptor when the output buffer has enough data, and call the write 55 <dt>Socket-based bufferevents</dt> 69 <dt>SSL-backed bufferevents</dt> 83 #include <event2/event-config.h> 104 #define BEV_EVENT_TIMEOUT 0x40 /**< user-specified timeout reached */ 123 A read or write callback for a bufferevent. 129 The write callback is triggered if the write buffer has been [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | SampleProfWriter.h | 1 //===- SampleProfWriter.h - Write LLVM sample profile data ------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 58 /// SampleProfileWriter::writeWithSizeLimit() calls this after every write 61 /// to write the profile again with fewer functions. At least 1 entry from the 79 /// necessary but not too many, aiming to minimize the number of write 82 /// more sample entries, meaning it takes linearly more space to write them. 89 /// Sample-based profile writer. Base class. 94 /// Write sample profiles in \p S. [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Communication.h | 1 //===-- Communication.h -----------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 #include "lldb/lldb-defines.h" 14 #include "lldb/lldb-enumerations.h" 15 #include "lldb/lldb-forward.h" 16 #include "lldb/lldb-types.h" 33 /// negotiate for different connections based on abilities like starting with 38 /// multi-threaded mode. 61 /// appropriate value based on the result of this function. [all …]
|
| /freebsd/crypto/openssl/doc/designs/ddd/ |
| H A D | WINDOWS.md | 1 Windows-related issues 16 structure which embeds a fixed-length array of socket handles. This is necessary 27 is that IOCPs are a higher-level interface; it is easy to build an IOCP-like 29 polling-like interface on top of IOCPs. 34 just to write a poll-based implementation of an I/O reactor and an IOCP-based 39 model, you make a read or write on a socket and an event is posted to the IOCP 40 when the read or write is complete. This is a fundamentally different model and 41 actually more similar to a high-level asynchronous I/O library such as libuv or 46 - ddd-01-conn-blocking: Blocking example, use of IOCP is not applicable. 48 - ddd-02-conn-nonblocking: Socket is managed by OpenSSL, and IOCP is not [all …]
|
| /freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-zone.c | 1 // SPDX-License-Identifier: BSD-2-Clause 63 * UID-based dataset zoning: allows delegating datasets to all user 77 * Linux 6.18 moved the generic namespace type away from ns->ops->type onto 82 ((ns)->ns_type == CLONE_NEWUSER) 85 ((ns)->ops != NULL && (ns)->ops->type == CLONE_NEWUSER) 90 * - 0 on success 91 * - EBADF if it cannot open the provided file descriptor 92 * - ENOTTY if the file itself is a not a user namespace file. We want to 107 if (vfs_statfs(&nsfile->f_path, &st) != 0) { in user_ns_get() 135 r = user_ns->ns.inum; in user_ns_zoneid() [all …]
|
| /freebsd/lib/libpmc/pmu-events/arch/arm64/freescale/imx8mm/sys/ |
| H A D | metrics.json | 3 "BriefDescription": "bytes all masters read from ddr based on read-cycles event", 6 "ScaleUnit": "9.765625e-4KB", 11 "BriefDescription": "bytes all masters write to ddr based on write-cycles event", 14 "ScaleUnit": "9.765625e-4KB",
|
| /freebsd/lib/libpmc/pmu-events/arch/arm64/freescale/imx8mn/sys/ |
| H A D | metrics.json | 3 "BriefDescription": "bytes all masters read from ddr based on read-cycles event", 6 "ScaleUnit": "9.765625e-4KB", 11 "BriefDescription": "bytes all masters write to ddr based on write-cycles event", 14 "ScaleUnit": "9.765625e-4KB",
|
| /freebsd/lib/libpmc/pmu-events/arch/arm64/freescale/imx8mq/sys/ |
| H A D | metrics.json | 3 "BriefDescription": "bytes all masters read from ddr based on read-cycles event", 6 "ScaleUnit": "9.765625e-4KB", 11 "BriefDescription": "bytes all masters write to ddr based on write-cycles event", 14 "ScaleUnit": "9.765625e-4KB",
|
| /freebsd/usr.sbin/memcontrol/ |
| H A D | memcontrol.8 | 59 These ranges are typically power-of-2 aligned and sized, however the specific 65 .Bl -tag -width ".Cm clear" 68 .Bl -tag -width indent 74 .Bl -tag -width indent 83 .Cm force , uncacheable , write-combine , write-through , write-back , 85 .Cm write-protect . 92 To clear based on ownership: 93 .Bl -tag -width indent 98 To clear based on the base/length combination: 99 .Bl -tag -width indent
|
| /freebsd/usr.sbin/fifolog/fifolog_create/ |
| H A D | fifolog.1 | 1 .\" Copyright (c) 2008 Poul-Henning Kamp 30 .Nd "initialize, write, seek and extract data from a fifolog" 33 .Op Fl l Ar record-size 34 .Op Fl r Ar record-count 48 .Op Fl w Ar write-rate 49 .Op Fl s Ar sync-rate 53 Fifologs provide a compact round-robin circular storage for 80 of hand-work all but the first record can be easily recovered.) 98 will read standard input and write it to the end of the fifolog 106 .Fl w Ar write-rate , [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/arm/bcm/ |
| H A D | brcm,brcmstb.txt | 2 ----------------------------------------------- 3 Boards with Broadcom Brahma15 ARM-based BCMxxxx (generally BCM7xxx variants) 7 - compatible: "brcm,bcm<chip_id>", "brcm,brcmstb" 11 #address-cells = <2>; 12 #size-cells = <2>; 16 Further, syscon nodes that map platform-specific registers used for general 19 - compatible: "brcm,bcm<chip_id>-sun-top-ctrl", "syscon" 20 - compatible: "brcm,bcm<chip_id>-cpu-biu-ctrl", 21 "brcm,brcmstb-cpu-biu-ctrl", 23 - compatible: "brcm,bcm<chip_id>-hif-continuation", "syscon" [all …]
|
| /freebsd/secure/lib/libcrypto/man/man7/ |
| H A D | ossl-guide-quic-introduction.7 | 1 .\" -*- mode: troff; coding: utf-8 -*- 60 .IX Title "OSSL-GUIDE-QUIC-INTRODUCTION 7ossl" 61 .TH OSSL-GUIDE-QUIC-INTRODUCTION 7ossl 2026-06-09 3.5.7 OpenSSL 67 ossl\-guide\-quic\-introduction 68 \&\- OpenSSL Guide: An introduction to QUIC in OpenSSL 74 some OpenSSL and TLS fundamentals (see \fBossl\-guide\-libraries\-introduction\fR\|(7) 75 and \fBossl\-guide\-tls\-introduction\fR\|(7)). 83 integrity and authentication (see \fBossl\-guide\-tls\-introduction\fR\|(7)). 93 "head\-of\-line blocking"). It also enables an application to open additional 94 logical streams without requiring a round\-trip exchange of packets between the [all …]
|
| /freebsd/share/man/man7/ |
| H A D | mitigations.7 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 42 Some of these mitigations have run-time controls to enable them on a global 43 or per-process basis, some are optionally enabled or disabled at compile time, 48 .Bl -bullet -compact 54 Write XOR Execute page protection policy 58 Relocation Read-Only (RELRO) 107 ASLR can be enabled on both a global and per-process basis. 110 knobs for 32- and 64-bit processes. 111 It can be or disabled on a per-process basis via [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | AbstractBasicWriter.h | 1 //==--- AbstractBasicWriter.h - Abstract basic value serialization --------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 31 // An abstract AST-node writer is created with a PropertyWriter and 33 // propertyWriter.find(propertyName).write##TypeName(value) 34 // to write the properties of the node it is serializing. 37 // void write##TypeName(ValueType value); 49 // type-specific writers for all the enum types. 66 // property writer (which need not be the same type). The sub-writer 75 // WriteDispatcher is a template which does type-based forwarding to one [all …]
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | ossl-guide-quic-introduction.pod | 5 ossl-guide-quic-introduction 6 - OpenSSL Guide: An introduction to QUIC in OpenSSL 13 some OpenSSL and TLS fundamentals (see L<ossl-guide-libraries-introduction(7)> 14 and L<ossl-guide-tls-introduction(7)>). 23 integrity and authentication (see L<ossl-guide-tls-introduction(7)>). 36 "head-of-line blocking"). It also enables an application to open additional 37 logical streams without requiring a round-trip exchange of packets between the 44 to use HTTP/3 using a suitable third-party library. 48 Future versions of OpenSSL will offer support for 0-RTT connection initiation, 50 transmitted without any waiting time. This is similar to TLS 1.3's 0-RTT [all …]
|
| /freebsd/sys/kern/ |
| H A D | subr_smr.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 44 * epoch based reclamation from Samy Al Bahra's concurrency kit which 45 * in turn was based on work described in: 46 * Fraser, K. 2004. Practical Lock-Freedom. PhD Thesis, University 49 * Wang, Stamler, Parmer. 2016 Parallel Sections: Scaling System-Level 50 * Data-Structures 55 * use-after-free errors with lockless datastructures or as 58 * The basic approach is to maintain a monotonic write sequence 60 * Readers record the most recent write sequence number they have [all …]
|
| /freebsd/contrib/bsnmp/snmpd/ |
| H A D | snmpd.config | 2 # Copyright (c) 2001-2003 45 write := "geheim" # take care - this allows writing 64 # Each community string has a permission attached to it - 1 for read only 65 # and 2 for read/write. Default is 1. Community strings must be unique. 67 # Be sure to understand the security implications of SNMPv2 - the community 72 #begemotSnmpdCommunityString.0.2 = $(write) 90 # fe80::1%1:10164 - requires inet fe80::1%em0/64 92 # fe80::1%2:10164 - requires inet fe80::1%em1/64 94 # fe80::1:10170 - should fail (no scope index) 96 # fe80::1%0:10170 - should fail (default scope index for link local address) [all …]
|