/freebsd/contrib/ncurses/man/ |
H A D | curs_terminfo.3x | 3 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 4 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. * 32 .TH curs_terminfo 3X 2024-04-13 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" 67 \fB\%vidputs\fP \- 68 \fIcurses\fR interfaces to \fI\%term\%info\fR database 72 \fB#include <term.h> 86 \fBint setupterm(const char *\fIterm\fP, int \fIfiledes\fP, int *\fIerrret\fP); 89 \fBint restartterm(const char *\fIterm\fP, int \fIfiledes\fP, int *\fIerrret\fP); 93 \fBchar *tparm(const char *\fIstr\fP, long \fIp1\fP \fR.\|.\|.\fP \fBlong\fP \fIp9\fP); 105 \fBint tigetflag(const char *\fIcap-code\fP); [all …]
|
H A D | tput.1 | 3 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 4 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. * 32 .TH @TPUT@ 1 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "User commands" 50 \fB\%@TPUT@\fP \- 51 initialize a terminal, exercise its capabilities, or query \fI\%term\%info\fP database 53 \fB@TPUT@\fP [\fB\-T\fP \fIterminal-type\fP] 54 {\fIcap-code\fP [\fIparameter\fP .\|.\|.\&]} .\|.\|. 56 \fB@TPUT@\fP [\fB\-T\fP \fIterminal-type\fP] [\fB\-x\fP] \fBclear\fP 58 \fB@TPUT@\fP [\fB\-T\fP \fIterminal-type\fP] \fBinit\fP 60 \fB@TPUT@\fP [\fB\-T\fP \fIterminal-type\fP] \fB\%reset\fP [all …]
|
/freebsd/crypto/krb5/doc/admin/ |
H A D | enctypes.rst | 13 -------------------- 15 Clients make two types of requests (KDC-REQ) to the KDC: AS-REQs and 16 TGS-REQs. The client uses the AS-REQ to obtain initial tickets 17 (typically a Ticket-Granting Ticket (TGT)), and uses the TGS-REQ to 22 * The long-term key of the service: the KDC uses this to encrypt the 23 actual service ticket. The KDC only uses the first long-term key in 30 * The reply-encrypting key: the KDC uses this to encrypt the reply it 31 sends to the client. For AS replies, this is a long-term key of the 38 it is willing to accept. For the AS-REQ, this list affects both the 39 session key selection and the reply-encrypting key selection. For the [all …]
|
H A D | dictionary.rst | 7 principal's long-term key, which for users is generally derived from a 8 password. Using a pasword-derived long-term key carries the risk of a 27 generated using the password-derived key, and trying each password 32 types use a much more expensive string-to-key function. However, the 37 An off-path attacker has no access to packets sent between legitimate 38 users and the KDC. An off-path attacker could gain access to an 42 server principal which does not have the **-allow_svr** flag. To 43 address off-path attackers, a KDC administrator should set those flags 44 on principals with password-derived keys:: 46 kadmin: add_principal +requires_preauth -allow_svr princname [all …]
|
/freebsd/crypto/krb5/doc/html/_sources/admin/ |
H A D | enctypes.rst.txt | 13 -------------------- 15 Clients make two types of requests (KDC-REQ) to the KDC: AS-REQs and 16 TGS-REQs. The client uses the AS-REQ to obtain initial tickets 17 (typically a Ticket-Granting Ticket (TGT)), and uses the TGS-REQ to 22 * The long-term key of the service: the KDC uses this to encrypt the 23 actual service ticket. The KDC only uses the first long-term key in 30 * The reply-encrypting key: the KDC uses this to encrypt the reply it 31 sends to the client. For AS replies, this is a long-term key of the 38 it is willing to accept. For the AS-REQ, this list affects both the 39 session key selection and the reply-encrypting key selection. For the [all …]
|
H A D | dictionary.rst.txt | 7 principal's long-term key, which for users is generally derived from a 8 password. Using a pasword-derived long-term key carries the risk of a 27 generated using the password-derived key, and trying each password 32 types use a much more expensive string-to-key function. However, the 37 An off-path attacker has no access to packets sent between legitimate 38 users and the KDC. An off-path attacker could gain access to an 42 server principal which does not have the **-allow_svr** flag. To 43 address off-path attackers, a KDC administrator should set those flags 44 on principals with password-derived keys:: 46 kadmin: add_principal +requires_preauth -allow_svr princname [all …]
|
/freebsd/contrib/ntp/parseutil/ |
H A D | testdcf.c | 2 * /src/NTP/ntp4-dev/parseutil/testdcf.c,v 4.10 2005/08/06 14:18:43 kardel RELEASE_20050806_A 8 * Copyright (c) 1995-2015 by Frank Kardel <kardel <AT> ntp.org> 9 …* Copyright (c) 1989-1994 by Frank Kardel, Friedrich-Alexander Universitaet Erlangen-Nuernberg, Ge… 56 long wday; 57 long day; 58 long month; 59 long year; 60 long hour; 61 long minute; 62 long second; [all …]
|
H A D | dcfd.c | 2 …* /src/NTP/REPOSITORY/ntp4-dev/parseutil/dcfd.c,v 4.18 2005/10/07 22:08:18 kardel RELEASE_20051008… 14 * Leap second handling (at that level you should switch to NTP Version 4 - really!) 16 * Copyright (c) 1995-2015 by Frank Kardel <kardel <AT> ntp.org> 17 …* Copyright (c) 1989-1994 by Frank Kardel, Friedrich-Alexander Universitaet Erlangen-Nuernberg, Ge… 90 if ((_a_)->tv_usec >= 1000000) \ 92 (_a_)->tv_sec += (_a_)->tv_usec / 1000000; \ 93 (_a_)->tv_usec = (_a_)->tv_usec % 1000000; \ 95 if ((_a_)->tv_usec < 0) \ 97 (_a_)->tv_sec -= 1 + (-(_a_)->tv_usec / 1000000); \ 98 (_a_)->tv_usec = 999999 - (-(_a_)->tv_usec - 1); \ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | iqs269a.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jef [all...] |
H A D | iqs626a.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jeff LaBundy <jeff@labundy.com> 13 The Azoteq IQS626A is a 14-channel capacitive touch controller that features 14 additional Hall-effect and inductive sensing capabilities. 19 - $ref: touchscreen/touchscreen.yaml# 31 "#address-cells": 34 "#size-cells": 37 azoteq,suspend-mode: [all …]
|
/freebsd/share/doc/papers/kerntune/ |
H A D | 3.t | 61 time is long. 91 Despite the long period of time that elapsed 98 While these benchmarks are not useful as a long term profile 103 long term measurements of general timesharing. 106 in the long term system performance is negligible, 108 but the long term system performance improves significantly. 110 An investigation of our long term profiling showed that 167 cache we ran ``ls \-l'' 169 Before the per-process cache this command 195 Figure 4. Call times for \fInamei\fP with per-process cache. [all …]
|
/freebsd/contrib/ncurses/include/ |
H A D | MKterm.h.awk.in | 3 printf "typedef struct termtype%s { /* in-core form of terminfo data */\n", suffix; 4 print " char *term_names; /* str_table offset of term names */" 7 printf " %-5s *Numbers; /* array of integer values */\n", number; 29 print " * Copyright 2018-2021,2023 Thomas E. Dickey *" 30 print " * Copyright 1998-2013,2017 Free Software Foundation, Inc. *" 58 print "/* Author: Zeyd M. Ben-Halim <zmbenhal@netcom.com> 1992,1995 */" 60 print "/* and: Thomas E. Dickey 1995-on */" 66 print "** term.h -- Definition of struct term" 81 print "/* Make this file self-contained by providing defaults for the HAVE_TERMIO[S]_H" 95 print "/* Define the sp-funcs helper function */" [all …]
|
/freebsd/contrib/ntp/scripts/ |
H A D | plot_summary-opts | 1 # EDIT THIS FILE WITH CAUTION (plot_summary-opts) 3 # It has been AutoGen-ed May 25, 2024 at 12:05:57 AM by AutoGen 5.18.16 4 # From the definitions plot_summary-opts.def 7 use Getopt::Long qw(GetOptionsFromArray); 8 Getopt::Long::Configure(qw(no_auto_abbrev no_ignore_case_always)); 34 'offset-limit' => '0.128', 36 'plot-term' => '', 37 'output-file' => '', 38 'dont-wai [all...] |
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_dane_enable.pod | 9 - enable DANE TLS authentication of the remote TLS server in the local 26 unsigned long SSL_CTX_dane_set_flags(SSL_CTX *ctx, unsigned long flags); 27 unsigned long SSL_CTX_dane_clear_flags(SSL_CTX *ctx, unsigned long flags); 28 unsigned long SSL_dane_set_flags(SSL *ssl, unsigned long flags); 29 unsigned long SSL_dane_clear_flags(SSL *ssl, unsigned long flags); 39 per-connection DANE support as appropriate. 58 By default, matching type C<SHA2-256(1)> (see RFC7218 for definitions 60 with a strength ordinal of C<1> and matching type C<SHA2-512(2)> 65 (The connection must be associated with a DANE-enabled SSL context). 90 and authentication will be based on any configured traditional trust-anchors; [all …]
|
/freebsd/lib/libc/quad/ |
H A D | muldi3.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 8 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and 55 * Now add 2^n u1 v1 to the first term and subtract it from the middle, 56 * and add 2^n u0 v0 to the last term and subtract it from the middle. 60 * (2^n) (u1 v0 - u1 v1 + u0 v1 - u0 v0) + 66 * (2^n) (u1 - u0) (v0 - v1) + [(u1-u0)... = mid] 69 * The terms (u1 v1), (u1 - u0) (v0 - v1), and (u0 v0) can all be done 71 * of (u1 - u0) or (v0 - v1) may be negative.) 75 * Since C does not give us a `long * long = quad' operator, we split [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Delinearization.cpp | 1 //===---- Delinearization.cpp - MultiDimensional Index Delinearization ----===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 // use the on-demand SCEVAddRecExpr::delinearize() function. 14 //===----------------------------------------------------------------------===// 40 return isa<UndefValue>(SU->getValue()); in containsUndefs() 57 Strides.push_back(AR->getStepRecurrence(SE)); in follow() 76 // Stop recursion: once we collected a term, do not walk its operands. in follow() 99 // Stop recursion: once we collected a term, do not walk its operands. in follow() 134 for (const auto *Op : Mul->operands()) { in follow() [all …]
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_CTX_dane_enable.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\| 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" 98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|
/freebsd/crypto/krb5/doc/html/_sources/appdev/refs/macros/ |
H A D | KRB5_RESPONDER_QUESTION_PASSWORD.rst.txt | 3 .. _KRB5-RESPONDER-QUESTION-PASSWORD-data: 12 Long-term password responder question. 14 This question is asked when the long-term password is needed. It has no challenge and the response …
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | term.priv.h | 2 * Copyright 2021-2023,2024 Thomas E. Dickey * 30 * $Id: term.priv.h,v 1.13 2024/03/02 20:43:06 tom Exp $ 32 * term.priv.h 40 /* *INDENT-OFF* */ 64 #include <term.h> /* time_t */ 90 # define PATH_MAX 255 /* the Posix minimum path-size */ 139 * Internals for term.h 141 typedef struct term { /* describe an actual terminal */ struct 156 * Internals for soft-keys 168 long sequence; [all …]
|
/freebsd/share/doc/papers/sysperf/ |
H A D | 2.t | 54 out at 25-35 tps in practice), and the user cpu utilization (us) should 60 be non-zero). It is healthy for the paging demon to free pages when 70 is overloaded or imbalanced. If you have several non-dma 72 that are doing high-speed non-buffered input/output, then the system 73 time may go high (60-80% or higher). 76 activity (in) or system call activity (sy). Long term measurements 85 reduction in the system responsiveness and long pauses when interactive 118 non-zero average seek times. Most modern disk drives should 119 exhibit an average seek time of 25-35 ms. 135 .B \-p [all …]
|
/freebsd/crypto/krb5/src/tests/ |
H A D | t_sesskeynego.py | 11 output = realm.run([klist, '-e']) 14 fail('could not parse etypes from klist -e output') 21 conf1 = {'libdefaults': {'default_tgs_enctypes': 'aes128-cts,aes256-cts'}} 22 conf2 = {'libdefaults': {'default_tgs_enctypes': 'aes256-cts,aes128-cts'}} 25 'default_tkt_enctypes': 'aes128-cts', 26 'default_tgs_enctypes': 'rc4-hmac,aes128-cts'}} 27 conf4 = {'libdefaults': {'permitted_enctypes': 'aes256-cts'}} 31 # aes256 long-term key. 33 realm.run([kadminl, 'addprinc', '-randkey', '-e', 'aes256-cts', 'server']) 35 'aes128-cts,aes256-cts']) [all …]
|
/freebsd/contrib/dialog/ |
H A D | textbox.c | 4 * textbox.c -- implements the text box 6 * Copyright 2000-2020,2021 Thomas E. Dickey 30 #define PAGE_LENGTH (height - 4) 31 #define PAGE_WIDTH (width - 2) 40 long file_size; 41 long fd_bytes_read; 42 long bytes_read; 43 long buffer_len; 47 long page_length; /* lines on the page which is shown */ 48 long in_buf; /* ending index into buf[] for page */ [all …]
|
/freebsd/crypto/krb5/doc/html/admin/ |
H A D | enctypes.html | 6 <meta charset="utf-8" /> 7 …<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" con… 13 …<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"><… 24 <div class="header-wrapper"> 42 <a href="mailto:krb5-bugs@mit.edu?subject=Documentation__Encryption types">feedback</a> 47 <div class="content-wrapper"> 55 <section id="encryption-types"> 56 <span id="enctypes"></span><h1>Encryption types<a class="headerlink" href="#encryption-types" title… 61 <section id="enctypes-in-requests"> 62 <h2>Enctypes in requests<a class="headerlink" href="#enctypes-in-requests" title="Permalink to this… [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/nvidia/ |
H A D | tegra124-apalis-emc.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 OR X11 3 * Copyright 2016-2019 Toradex AG 7 #include <dt-bindings/clock/tegra124-car.h> 11 emc-timings-1 { 12 nvidia,ram-code = <1>; 14 timing-12750000 { 15 clock-frequency = <12750000>; 16 nvidia,parent-clock-frequency = <408000000>; 18 clock-names = "emc-parent"; 21 timing-20400000 { [all …]
|
H A D | tegra124-jetson-tk1-emc.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 #include <dt-bindings/clock/tegra124-car.h> 7 emc-timings-3 { 8 nvidia,ram-code = <3>; 10 timing-12750000 { 11 clock-frequency = <12750000>; 12 nvidia,parent-clock-frequency = <408000000>; 14 clock-names = "emc-parent"; 17 timing-20400000 { 18 clock-frequency = <20400000>; [all …]
|