/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | arm,embedded-trace-extension.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 4 --- 5 $id: http://devicetree.org/schemas/arm/arm,embedded [all...] |
H A D | ete.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause 4 --- 6 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 8 title: ARM Embedded Trace Extensions 11 - Suzuki K Poulose <suzuki.poulose@arm.com> 12 - Mathieu Poirier <mathieu.poirier@linaro.org> 15 Arm Embedded Trace Extension(ETE) is a per CPU trace component that 18 The trace generated by the ETE could be stored via legacy CoreSight 19 components (e.g, TMC-ETR) or other means (e.g, using a per CPU buffer 20 Arm Trace Buffer Extension (TRBE)). Since the ETE can be connected to [all …]
|
/freebsd/contrib/ncurses/doc/ |
H A D | hackguide.doc | 22 + Translation of Non-use Capabilities 24 + Source-Form Translation 40 for character-cell terminals and terminal emulators with the following 42 * Source-compatible with historical curses implementations 46 * High-quality -- stable and reliable code, wide portability, good 48 * Featureful -- should eliminate as much of the drudgery of C 53 compatibility with older version must trump featurefulness -- we 59 We used System V curses as a model, reverse-engineering their API, in 68 with System V took us most of the way to base-level XSI conformance. 77 extension a feature macro, so that ncurses client code can use this [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Features.td | 1 //=- AArch64Features.td - Describe AArch64 SubtargetFeatures -*- tablegen -*-=// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 //===----------------------------------------------------------------------===// 14 // Each Extension record defines an ExtensionInfo entry in the Target Parser 16 class Extension< 17 string TargetFeatureName, // String used for -target-feature, unless overridden. 19 …string ArchitectureFeatureName, // The extension's "FEAT_*"" name(s) defined by the architect… 28 // The user visible name used by -march/-mcpu modifiers and target attribute 32 // An alias that can be used on the command line, if the extension has one. [all …]
|
H A D | AArch64SystemOperands.td | 1 //===- AArch64SystemOperands.td ----------------------------*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 16 //===----------------------------------------------------------------------===// 18 //===----------------------------------------------------------------------===// 20 def HasCCPP : Predicate<"Subtarget->hasCCPP()">, 23 def HasPAN : Predicate<"Subtarget->hasPAN()">, 25 "ARM v8.1 Privileged Access-Never extension">; 27 def HasPsUAO : Predicate<"Subtarget->hasPsUAO()">, [all …]
|
/freebsd/contrib/ncurses/doc/html/ |
H A D | hackguide.html | 1 <!-- 4 * Copyright 2019-2020,2022 Thomas E. Dickey * 5 * Copyright 2000-2013,2017 Free Software Foundation, Inc. * 31 --> 32 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> 38 <link rel="author" href="mailto:bugs-ncurses@gnu.org"> 39 <meta http-equiv="Content-Type" content= 40 "text/html; charset=us-ascii"><!-- 41 This document is self-contained, *except* that there is one relative link to 42 the ncurses-intro.html document, expected to be in the same directory with [all …]
|
/freebsd/stand/man/ |
H A D | loader_4th.8 | 46 automate tasks, do pre-configuration or assist in recovery 53 The main drive behind these commands is user-friendliness. 121 .Dq Li -1 , 158 .Bl -enum 161 .Bl -bullet 189 Every string between non-escaped quotes or double-quotes will be treated 199 Space-delimited arguments are passed to the called builtin command. 206 All builtin words are state-smart, immediate words. 225 While this behavior has benefits, it has its trade-offs. 285 .Bl -tag -width wid-set-super [all …]
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Options.td | 4 def NAME: Flag<["--"], name>, HelpText<help1>; 5 def no_ # NAME: Flag<["--"], "no-" # name>, HelpText<help2>; 9 // '--' instead of '-' and use dashes instead of underscores, so 11 def grp_lld : OptionGroup<"kind">, HelpText<"LLD-SPECIFIC">; 13 def help : Flag<["-", "--"], "help">, 15 def help_hidden : Flag<["--"], "help-hidden">, 18 def verbose : Flag<["--"], "verbose">, 20 def error_limit_eq : Joined<["--"], "error-limit=">, 23 def color_diagnostics: Flag<["--"], "color-diagnostics">, 24 HelpText<"Alias for --color-diagnostics=always">, [all …]
|
/freebsd/contrib/ncurses/man/ |
H A D | ncurses.3x | 3 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 4 .\" Copyright 1998-2015,2017 Free Software Foundation, Inc. * 32 .TH ncurses 3X 2024-04-27 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" 59 \fB\%ncurses\fP \- 60 character-cell terminal interface with optimized output 67 terminal-independent means of reading keyboard and mouse input and 68 updating character-cell terminals with output optimized to minimize 160 .B \-lncurses 168 .B \-lcurses 174 library generates trace logs [all …]
|
/freebsd/contrib/wpa/hostapd/ |
H A D | defconfig | 27 #CFLAGS += -I$<path to libnl include files> 28 #LIBS += -L$<path to libnl library files> 39 #CFLAGS += -I/usr/local/include 40 #LIBS += -L/usr/local/lib 41 #LIBS_p += -L/usr/local/lib 42 #LIBS_c += -L/usr/local/lib 47 # WPA2/IEEE 802.11i RSN pre-authentication 56 # EAP Re-authentication Protocol (ERP) in integrated EAP server 59 # EAP-MD5 for the integrated EAP server 62 # EAP-TLS for the integrated EAP server [all …]
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 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 …]
|
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/sys/contrib/dev/acpica/ |
H A D | changes.txt | 1 ---------------------------------------- 6 …AML Timer() operator. Discovered by UBSAN: ?array-index-out-of-bounds in acpica/dswexec.c:401:12 i… 12 1) ACPICA kernel-resident subsystem: 16 Fixed misspelled CDAT DSMAS define: ACPI_CEDT_DSMAS_NON_VOLATILE -> ACPI_CDAT_DSMAS_NON_VOLATILE. R… 18 1) ACPICA kernel-resident subsystem: 20 Fix GCC 12 dangling-pointer warning. We're storing a persistent pointer to an ephemeral local vari… 22 Also, some C run-times (like MUSL) aren't including <stdint.h> indirectly so we must include it exp… 31 ---------------------------------------- 41 Add OS-specific support for Zephyr RTOS. 46 Add first batch of RISC-V related definitions. [all …]
|
/freebsd/sys/riscv/riscv/ |
H A D | machdep.c | 1 /*- 3 * Copyright (c) 2015-2017 Ruslan Bukin <br@bsdpad.com> 8 * FA8750-10-C-0237 ("CTSRD"), as part of the DARPA CRASH research programme. 145 size = phys_avail[indx + 1] - phys_avail[indx]; in cpu_startup() 147 "0x%016jx - 0x%016jx, %ju bytes (%ju pages)\n", in cpu_startup() 149 (uintmax_t)phys_avail[indx + 1] - 1, in cpu_startup() 196 * Try to power down using the HSM SBI extension and fall back to a in cpu_halt() 208 * Flush the D-cache for non-DMA I/O so that the I-cache can 238 if (td->td_md.md_spinlock_count == 0) { in spinlock_enter() 240 td->td_md.md_spinlock_count = 1; in spinlock_enter() [all …]
|
/freebsd/contrib/ncurses/progs/ |
H A D | tic.c | 2 * Copyright 2018-2023,2024 Thomas E. Dickey * 3 * Copyright 1998-2017,2018 Free Software Foundation, Inc. * 31 * Author: Zeyd M. Ben-Halim <zmbenhal@netcom.com> 1992,1995 * 37 * tic.c --- Main program for terminfo compiler 75 [-e names] \ 76 [-o dir] \ 77 [-R name] \ 78 [-v[n]] \ 79 [-V] \ 80 [-w[n]] \ [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | android.config | 14 # or GnuTLS in non-default location 15 #CFLAGS += -I/usr/local/openssl/include 16 #LIBS += -L/usr/local/openssl/lib 21 #CFLAGS += -I/usr/include/kerberos 25 # functionality is added to it. nl80211-based interface is the new 40 #CFLAGS += -I/usr/local/include 41 #LIBS += -L/usr/local/lib 42 #LIBS_p += -L/usr/local/lib 43 #LIBS_c += -L/usr/local/lib 47 #CFLAGS += -I/usr/include/w32api/ddk [all …]
|
H A D | defconfig | 14 # or GnuTLS in non-default location 15 #CFLAGS += -I/usr/local/openssl/include 16 #LIBS += -L/usr/local/openssl/lib 21 #CFLAGS += -I/usr/include/kerberos 25 # functionality is added to it. nl80211-based interface is the new 40 #CFLAGS += -I$<path to libnl include files> 41 #LIBS += -L$<path to libnl library files> 52 #CFLAGS += -I/usr/local/include 53 #LIBS += -L/usr/local/lib 54 #LIBS_p += -L/usr/local/lib [all …]
|
/freebsd/contrib/dialog/ |
H A D | dialog.1 | 3 .\" Copyright 2005-2020,2021 Thomas E. Dickey 53 dialog \- display dialog boxes from shell scripts 55 \fB\*p \-\-clear\fP 57 .BI "\*p \-\-create\-rc " file 59 \fB\*p \-\-print\-maxsize\fP 62 \fIcommon-options\fP 63 \fIbox-options\fP 108 Use the "\fB\-\-and\-widget\fP" token to force \fB\*p\fP to proceed to the next 118 \*(``\fB\-\-output\-fd\fP\*('', 119 \*(``\fB\-\-stderr\fP\*('' and [all …]
|
H A D | CHANGES | 1 -- $Id: CHANGES,v 1.723 2021/01/17 20:21:41 tom Exp $ 2 -- Thomas E. Dickey <dickey@invisible-island.net> 9 + add option --no-hot-list, to allow suppressing the hotkey feature 12 with the button-box (report by Victor Ananjevsky). 13 + modify options-parsing to permit a "no" on any boolean option and 14 deprecating the "no" options without a "-" , e.g., generalizing on 15 "--nook" equivalence to "--no-ok". 25 + enable keep-tite feature for NetBSD 8 and up; earlier releases would 28 + add option "--cursor-off-label" 29 + add option "--erase-on-exit" [all …]
|
H A D | dialog.3 | 3 .\" Copyright 2005-2020,2021 Thomas E. Dickey 52 dialog \- widgets and utilities for the \*p program 54 .B cc [ flag ... ] file ... \-l\*l [ library ... ] 58 .B cc $(\*p\-config \-\-cflags) file ... $(\*p\-config \-\-libs) ] 83 "Hello, in dialog\-format", 110 The \fB\*p\fP application passes its command-line parameters 115 When the \fB\-\-item\-help\fP option is given, an extra column 139 .\" --------------------------------------------------------------------------- 143 .\" --------------------------------------------------------------------------- 148 .\" --------------------------------------------------------------------------- [all …]
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Driver.cpp | 1 //===- Driver.cpp ---------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 29 #include "llvm/Config/llvm-config.h" 51 #include "llvm/ToolDrivers/llvm-lib/LibDriver.h" 67 // This driver-specific context will be freed later by unsafeLldMain(). in link() 70 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link() 71 ctx->e.logName = args::getFilenameWithoutExe(args[0]); in link() 72 ctx->e.errorLimitExceededMsg = "too many errors emitted, stopping now" in link() 75 ctx->driver.linkerMain(args); in link() [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/crypto/heimdal/doc/ |
H A D | setup.texi | 26 * Credential cache server - KCM:: 32 * Setting up PK-INIT:: 48 @samp{[@samp{section-name}]}. A binding consists of a left hand side, an equal sign 51 @samp{@{} as the first non-whitespace character after the equal sign. All 57 a-subsection = @{ 59 other-var = value with @{@} 60 sub-sub-section = @{ 70 separated by slashes (@samp{/}). The @samp{other-var} variable will thus 71 be @samp{section1/a-subsection/other-var}. 73 For in-depth information about the contents of the configuration file, refer to [all …]
|
/freebsd/bin/sh/ |
H A D | sh.1 | 1 .\"- 66 .St -p1003.1 84 addition to data storage, along with built-in history and line 88 language is common to both interactive and non-interactive 108 .Pq Ql - , 142 The first non-option argument specified on the command line 158 closes a well-known, and sometimes easily exploitable security 181 built-in command 183 .Sx Built-in Commands ) . 185 .Pq Ql - [all …]
|
/freebsd/contrib/ncurses/ncurses/tty/ |
H A D | tty_update.c | 2 * Copyright 2018-2023,2024 Thomas E. Dickey * 3 * Copyright 1998-2016,2017 Free Software Foundation, Inc. * 31 * Author: Zeyd M. Ben-Halim <zmbenhal@netcom.com> 1992,1995 * 33 * and: Thomas E. Dickey 1996-on * 37 /*----------------------------------------------------------------- 45 *-----------------------------------------------------------------*/ 65 #if defined(TRACE) && HAVE_SYS_TIMES_H && HAVE_TIMES 91 * This define controls the line-breakout optimization. Every once in a 96 * Note: Input-check-and-abort is no longer done if the screen is being 101 #define FILL_BCE(sp) (sp->_coloron && !sp->_default_color && !back_color_erase) [all …]
|