/freebsd-src/sys/contrib/device-tree/Bindings/leds/backlight/ |
H A D | qcom-wled.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/leds/backlight/qcom-wled.yaml# 5 $schema: http://devicetree.org/meta-schema [all...] |
/freebsd-src/contrib/libfido2/man/ |
H A D | fido2-assert.1 | 1 .\" Copyright (c) 2018-2023 Yubico AB. All rights reserved. 26 .\" SPDX-License-Identifier: BSD-2-Clause 32 .Nm fido2-assert 74 .Bl -tag -width Ds 83 to verify an assertion using the PEM-encoded public key in 91 (denoting ECDSA over NIST P-256 with SHA-256), 93 (denoting 2048-bit RSA with PKCS#1.5 padding and SHA-256), or 95 (denoting EDDSA over Curve25519 with SHA-512). 104 a 32-byte symmetric key associated with the asserted credential. 106 If obtaining an assertion, enable the FIDO2 hmac-secret [all …]
|
/freebsd-src/contrib/libxo/xopo/ |
H A D | xopo.1 | 15 .Nd turn libxo format strings into simplified form 22 utility simplifies libxo format strings into the form used for 33 into data useful for libxo-enabled applications. 48 which carry format strings as the remainder of the input line. 49 These strings are passed to 51 for simplification and the resulting strings are replaced into the 56 .Bl -tag -width indent 57 .It Ic -f Ar pofile | Ic --po Ar pofile 59 .It Ic --help 61 .It Ic -o Ar file | Ic --output Ar file [all …]
|
/freebsd-src/libexec/getty/ |
H A D | ttys.5 | 39 Pseudo-terminals (see 99 As flag values, the strings ``on'' and ``off'' specify that 102 ``onifconsole'' will cause this line to be enabled if and only if it is 105 The flag ``onifexists'' will cause this line to be enabled if and only 111 The flag ``secure'' (if the console is enabled) allows users with a 117 Either of these strings may also be specified in the terminal type 142 Note that no shell-style globbing or other variable substitution occurs. 144 .Bl -tag -width /etc/ttys -compact 148 .Bd -literal 152 ttyd0 "/usr/libexec/getty d1200" dialup on group=dialup # 555-1234 [all …]
|
/freebsd-src/secure/lib/libcrypto/man/man3/ |
H A D | SSL_get_ciphers.3 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 45 .\" Escape single quotes in literal strings from groff's Unicode transform. 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" [all …]
|
H A D | OSSL_trace_enabled.3 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 45 .\" Escape single quotes in literal strings from groff's Unicode transform. 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" [all …]
|
H A D | SSL_CTX_set_ct_validation_callback.3 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 45 .\" Escape single quotes in literal strings from groff's Unicode transform. 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" [all …]
|
H A D | SSL_COMP_add_compression_method.3 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 45 .\" Escape single quotes in literal strings from groff's Unicode transform. 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" [all …]
|
/freebsd-src/usr.sbin/nfsd/ |
H A D | nfsv4.4 | 42 It uses a single compound RPC that concatenates operations to-gether. 74 .Bd -literal -offset indent -compact 75 - NFS Version 4 ACLs 76 - Referrals, which redirect subtrees to other servers 78 - Delegations, which allow a client to operate on a file locally 79 - pNFS, where I/O operations are separated from Metadata operations 81 - User namespace extended attributes 82 - lseek(SEEK_DATA/SEEK_HOLE) 83 - File copying done locally on the server for copy_file_range(2) 84 - posix_fallocate(2) [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/leds/ |
H A D | leds-lm36274.txt | 1 * Texas Instruments LM36274 4-Channel LCD Backlight Driver w/Integrated Bias 3 The LM36274 is an integrated four-channel WLED driver and LCD bias supply. 4 The backlight boost provides the power to bias four parallel LED strings with 5 up to 29V total output voltage. The 11-bit LED current is programmable via 9 Documentation/devicetree/bindings/mfd/ti-lmu.txt 12 Documentation/devicetree/bindings/regulator/lm363x-regulator.txt 15 - compatible: 16 "ti,lm36274-backlight" 17 - reg : 0 18 - #address-cells : 1 [all …]
|
/freebsd-src/crypto/openssl/doc/man1/ |
H A D | openssl-ciphers.pod.in | 2 {- OpenSSL::safe::output_do_not_edit_headers(); -} 6 openssl-ciphers - SSL cipher display and cipher list command 11 [B<-help>] 12 [B<-s>] 13 [B<-v>] 14 [B<-V>] 15 [B<-ssl3>] 16 [B<-tls1>] 17 [B<-tls1_1>] 18 [B<-tls1_2>] [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | mediatek,mt7986-pinctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/mediatek,mt7986-pinctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sean Wang <sean.wang@kernel.org> 18 - mediatek,mt7986a-pinctrl 19 - mediatek,mt7986b-pinctrl 25 reg-names: 27 - const: gpio 28 - const: iocfg_rt [all …]
|
H A D | mediatek,mt7981-pinctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/mediatek,mt7981-pinctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Daniel Golle <daniel@makrotopia.org> 18 - mediatek,mt7981-pinctrl 24 reg-names: 26 - const: gpio 27 - const: iocfg_rt 28 - const: iocfg_rm [all …]
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
H A D | options.inc | 1 //===-- options.inc ---------------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 22 GWP_ASAN_OPTION(bool, Enabled, GWP_ASAN_DEFAULT_ENABLED, 23 "Is GWP-ASan enabled? Defaults to " GWP_ASAN_STRINGIFY( 27 "Number of simultaneously-guarded allocations available in the " 32 "selected for GWP-ASan sampling. Default is 5000. Sample rates " 33 "up to (2^30 - 1) are supported.") 35 // Developer note - This option is not actually processed by GWP-ASan itself. It 44 "Install GWP-ASan signal handlers for SIGSEGV during dynamic loading. This " [all …]
|
/freebsd-src/secure/usr.bin/openssl/man/ |
H A D | openssl-ciphers.1 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 45 .\" Escape single quotes in literal strings from groff's Unicode transform. 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" [all …]
|
/freebsd-src/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_dof.h | 44 dof_secidx_t ddo_strsec; /* global strings section index */ 48 dt_buf_t ddo_strs; /* global strings */ 54 dt_buf_t ddo_enoffs; /* is-enabled offsets section data */
|
/freebsd-src/contrib/one-true-awk/ |
H A D | FIXES | 31 mktime() added to bsd-features branch. Thanks to Todd Miller. 34 Fix signal for system-status test. Thanks to Tim van der Molen. 35 Rewrite if-else chain as switch. Thanks to Andrew Sukach. 42 Fixed a use-after-free bug with ARGV for "delete ARGV". 56 Fixed use-after-free bug in fnematch due to adjbuf invalidating 70 Fix inconsistent handling of --csv and FS set in the 77 Fix inconsistent handling of - [all...] |
/freebsd-src/contrib/lutok/m4/ |
H A D | developer-mode.m4 | 29 dnl \file developer-mode.m4 32 dnl build-time warnings as fatal errors. This helps in minimizing the 34 dnl Unfortunately, this is not bullet-proof due to the wide variety of 39 dnl unless developer mode is enabled. 41 dnl Developer mode is enabled when the user requests it through the 49 dnl This macro performs the actual definition of the --enable-developer 50 dnl flag and implements all of its logic. See the file-level comment for 57 AS_HELP_STRING([--enable-developer], [enable developer features]),, 58 [if test -d ${srcdir}/.git; then 66 # The following warning flags should also be enabled but cannot be. [all …]
|
/freebsd-src/contrib/kyua/m4/ |
H A D | developer-mode.m4 | 29 dnl \file developer-mode.m4 32 dnl build-time warnings as fatal errors. This helps in minimizing the 34 dnl Unfortunately, this is not bullet-proof due to the wide variety of 39 dnl unless developer mode is enabled. 41 dnl Developer mode is enabled when the user requests it through the 49 dnl This macro performs the actual definition of the --enable-developer 50 dnl flag and implements all of its logic. See the file-level comment for 57 AS_HELP_STRING([--enable-developer], [enable developer features]),, 58 [if test -d "${srcdir}/.git"; then 66 # The following warning flags should also be enabled but cannot be. [all …]
|
/freebsd-src/contrib/libcbor/ |
H A D | CHANGELOG.md | 2 - [Fix issue X in feature Y](https://github.com/PJK/libcbor/pull/XXX) (by [YYY](https://github.com/… 5 --------------------- 7 0.11.0 (2024-02-04) 8 --------------------- 9 - [Updated documentation to refer to RFC 8949](https://github.com/PJK/libcbor/issues/269) 10 - Improvements to `cbor_describe` 11 …- [Bytestring data will now be printed as well](https://github.com/PJK/libcbor/pull/281) by [akal… 12 - [Formatting consistency and clarity improvements](https://github.com/PJK/libcbor/pull/285) 13 - [Fix `cbor_string_set_handle` not setting the codepoint count](https://github.com/PJK/libcbor/pul… 14 - BREAKING: [`cbor_load` will no longer fail on input strings that are well-formed but not valid UT… [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/clock/ |
H A D | zynq-7000.txt | 15 - #clock-cells : Must be 1 16 - compatible : "xlnx,ps7-clkc" 17 - reg : SLCR offset and size taken via syscon < 0x100 0x100 > 18 - ps-clk-frequency : Frequency of the oscillator providing ps_clk in HZ 20 - clock-output-names : List of strings used to name the clock outputs. Shall be 24 - clocks : as described in the clock bindings 25 - clock-names : as described in the clock bindings 26 - fclk-enable : Bit mask to enable FCLKs statically at boot time. 28 FCLK will only be enabled if it is actually running at 32 The following strings are optional parameters to the 'clock-names' property in [all …]
|
/freebsd-src/contrib/ncurses/man/ |
H A D | tset.1 | 2 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 3 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. * 31 .TH @TSET@ 1 2024-04-27 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "User commands" 53 \fB\%@RESET@\fP \- 56 …SET@\fP [\fB\-IQVcqrsw\fP] [\fB\-\fP] [\fB\-e\fP \fIch\fP] [\fB\-i\fP \fIch\fP] [\fB\-k\fP \fIch\f… 58 …SET@\fP [\fB\-IQVcqrsw\fP] [\fB\-\fP] [\fB\-e\fP \fIch\fP] [\fB\-i\fP \fIch\fP] [\fB\-k\fP \fIch\f… 95 If the terminal type was not specified on the command-line, the \fB\-m\fP 110 if the \*(``\fB\-w\fP\*('' option is enabled, \fB@TSET@\fP may update 120 if the \*(``\fB\-c\fP\*('' option is enabled, 124 unless the \*(``\fB\-I\fP\*('' option is enabled, [all …]
|
/freebsd-src/sys/dev/qlnx/qlnxe/ |
H A D | ecore_hsi_debug_tools.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 241 BIN_BUF_DBG_PARSING_STRINGS /* Debug Tools parsing strings */, 258 * Attention block per-type data 274 …struct dbg_attn_block_type_data per_type_data[2] /* attention block per-type data. Count must matc… 287 …ntions within the blocks attentions list (a value in the range 0..number of block attentions-1) */; 326 …ntions within the blocks attentions list (a value in the range 0..number of block attentions-1) */; 372 #define DBG_BUS_LINE_NUM_OF_GROUPS_MASK 0xF /* Number of groups in the line (0-3) */ 378 …u8 group_sizes /* Four 2-bit values, indicating the size of each group minus 1 (i.e. value=0 means… 404 #define DBG_DUMP_MEM_WIDE_BUS_MASK 0x1 /* indicates if the register is wide-bus */ 418 #define DBG_DUMP_REG_WIDE_BUS_MASK 0x1 /* indicates if the register is wide-bus */ [all …]
|
/freebsd-src/contrib/libpcap/ |
H A D | pcap.3pcap.in | 22 pcap \- Packet Capture library 44 Treat all strings supplied as arguments, and return all strings to the 48 Treat all strings supplied as arguments, and return all strings to the 49 caller, as being in UTF-8. 51 On UNIX-like systems, the local character encoding is assumed to be 52 UTF-8, so no character encoding transformations are done. 62 does not attempt to handle UTF-16LE strings [all...] |
/freebsd-src/lib/libc/gen/ |
H A D | exec.3 | 67 The functions described in this manual page are front-ends for the function 88 Together they describe a list of one or more pointers to null-terminated 89 strings that represent the argument list available to the executed program. 105 functions provide an array of pointers to null-terminated strings that 125 This additional argument is an array of pointers to null-terminated strings 203 executes a file with the program tracing facilities enabled (see 209 The return value is \-1, and the global variable 213 .Bl -ta [all...] |