/freebsd/contrib/ncurses/man/ |
H A D | menu_driver.3x | 2 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 3 .\" Copyright 1998-2010,2017 Free Software Foundation, Inc. * 6 .\" copy of this software and associated documentation files (the * 7 .\" "Software"), to deal in the Software without restriction, including * 10 .\" copies of the Software, and to permit persons to whom the Software is * 14 .\" in all copies or substantial portions of the Software. * 16 .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * 21 .\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR * 22 .\" THE USE OR OTHER DEALINGS IN THE SOFTWARE. * 26 .\" sale, use or other dealings in this Software without prior written * [all …]
|
H A D | form_driver.3x | 3 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 4 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. * 7 .\" copy of this software and associated documentation files (the * 8 .\" "Software"), to deal in the Software without restriction, including * 11 .\" copies of the Software, and to permit persons to whom the Software is * 15 .\" in all copies or substantial portions of the Software. * 17 .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * 22 .\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR * 23 .\" THE USE OR OTHER DEALINGS IN THE SOFTWARE. * 27 .\" sale, use or other dealings in this Software without prior written * [all …]
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | MKlib_gen.sh | 3 # MKlib_gen.sh -- generate sources from curses.h macro definitions 8 # Copyright 2018-2021,2022 Thomas E. Dickey # 9 # Copyright 1998-2016,2017 Free Software Foundation, Inc. # 12 # copy of this software and associated documentation files (the "Software"), # 13 # to deal in the Software without restriction, including without limitation # 15 # with modifications, sublicense, and/or sell copies of the Software, and to # 16 # permit persons to whom the Software is furnished to do so, subject to the # 20 # all copies or substantial portions of the Software. # 22 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # 27 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # [all …]
|
/freebsd/contrib/ntp/sntp/libevent/cmake/ |
H A D | CodeCoverage.cmake | 2 # Boost Software License - Version 1.0 - August 17th, 2003 5 # obtaining a copy of the software and accompanying documentation covered by 6 # this license (the "Software") to use, reproduce, display, distribute, 7 # execute, and transmit the Software, and to prepare derivative works of the 8 # Software, and to permit third-parties to whom the Software is furnished to 11 # The copyright notices in the Software and this entire statement, including 13 # must be included in all copies of the Software, in whole or in part, and 14 # all derivative works of the Software, unless such copies or derivative 15 # works are solely in the form of machine-executable object code generated by 18 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR [all …]
|
/freebsd/contrib/libevent/cmake/ |
H A D | CodeCoverage.cmake | 2 # Boost Software License - Version 1.0 - August 17th, 2003 5 # obtaining a copy of the software and accompanying documentation covered by 6 # this license (the "Software") to use, reproduce, display, distribute, 7 # execute, and transmit the Software, and to prepare derivative works of the 8 # Software, and to permit third-parties to whom the Software is furnished to 11 # The copyright notices in the Software and this entire statement, including 13 # must be included in all copies of the Software, in whole or in part, and 14 # all derivative works of the Software, unless such copies or derivative 15 # works are solely in the form of machine-executable object code generated by 18 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/arm64/fujitsu/a64fx/ |
H A D | other.json | 3 "PublicDescription": "This event counts the occurrence count of the micro-operation split.", 6 "BriefDescription": "This event counts the occurrence count of the micro-operation split." 57 …"PublicDescription": "This event counts the LD_COMP_WAIT_PFP_BUSY caused by a software prefetch in… 60 …"BriefDescription": "This event counts the LD_COMP_WAIT_PFP_BUSY caused by a software prefetch ins… 63 …mmitted and the oldest and uncommitted instruction is an integer or floating-point/SIMD instructio… 66 …mmitted and the oldest and uncommitted instruction is an integer or floating-point/SIMD instructio… 69 …ction was committed and the oldest and uncommitted instruction is a floating-point/SIMD instructio… 72 …ction was committed and the oldest and uncommitted instruction is a floating-point/SIMD instructio… 129 …"PublicDescription": "This event counts every cycle that only any micro-operations are committed.", 132 … "BriefDescription": "This event counts every cycle that only any micro-operations are committed." [all …]
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | generate.py | 2 # -*- coding: iso-8859-1 -*- 22 # may be used to endorse or promote products derived from this software 25 # THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND 34 # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 42 "Represents a generated file" 48 self.file.write('/* Automatically generated at ' + 58 "Represents a generated header file" 59 guardTrans = string.maketrans('-.', '__') 78 "Represents a generated implementation file"
|
/freebsd/contrib/ncurses/include/ |
H A D | curses.h.in | 2 * Copyright 2018-2023,2024 Thomas E. Dickey * 3 * Copyright 1998-2016,2017 Free Software Foundation, Inc. * 6 * copy of this software and associated documentation files (the * 7 * "Software"), to deal in the Software without restriction, including * 10 * copies of the Software, and to permit persons to whom the Software is * 14 * in all copies or substantial portions of the Software. * 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * 21 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR * 22 * THE USE OR OTHER DEALINGS IN THE SOFTWARE. * 26 * sale, use or other dealings in this Software without prior written * [all …]
|
/freebsd/lib/libsys/ |
H A D | uuidgen.2 | 14 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 23 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 45 The identifiers are generated according to the syntax and semantics of the 47 See below for a more in-depth description of the identifiers. 50 generated for each invocation of the system call. 51 According to the algorithm of generating time-based UUIDs, this will also 55 When multiple identifiers are to be generated, the 63 (GUIDs), have a binary representation of 128-bits. 66 .Bd -literal 76 .Bl -tag -width ".Va clock_seq_hi_and_reserved" [all …]
|
H A D | sigwait.2 | 16 .\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) ``AS IS'' AND ANY 25 .\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 47 waits until one or more of the selected signals has been generated. 67 for a signal when that signal is generated for the process, it is unspecified 70 If the signal is generated for a specific thread, as by 81 and non-realtime signals, or between multiple pending non-realtime signals, 102 .Bl -tag -width Er 122 .St -p1003.1-96 .
|
/freebsd/share/man/man3/ |
H A D | siginfo.3 | 16 .\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) ``AS IS'' AND ANY 25 .\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 38 The information specifies why the system generated that signal. 54 .Bl -column ".Vt union signal" ".Va si_overrun" 87 system-call number for system calls blocked by Capsicum 107 that are signal-specific or non-signal-specific reasons why the signal was 108 generated: 109 .Bl -column ".Dv SIGPOLL" ".Dv CLD_CONTINUED" 132 floating-point divide by zero 134 floating-point overflow [all …]
|
/freebsd/contrib/bearssl/T0/ |
H A D | Word.cs | 5 * a copy of this software and associated documentation files (the 6 * "Software"), to deal in the Software without restriction, including 8 * distribute, sublicense, and/or sell copies of the Software, and to 9 * permit persons to whom the Software is furnished to do so, subject to 13 * included in all copies or substantial portions of the Software. 15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 21 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 22 * SOFTWARE. 30 * interpreted; native words are implemented as some in-compiler special 34 * thus be part of the generated C code. Native words with no C [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/goldmont/ |
H A D | cache.json | 22 "BriefDescription": "Cycles code-fetch stalled due to an outstanding ICache miss.", 37 …from the intra-die interconnect (IDI) fabric. The XQ may reject transactions from the L2Q (non-cac… 193 "BriefDescription": "Memory uops retired that split a cache-line (Precise event capable)", 205 "BriefDescription": "Load uops retired that split a cache-line (Precise event capable)", 217 "BriefDescription": "Stores uops retired that split a cache-line (Precise event capable)", 303 … "BriefDescription": "Counts data reads generated by L1 or L2 prefetchers that hit the L2 cache.", 311 …"PublicDescription": "Counts data reads generated by L1 or L2 prefetchers that hit the L2 cache. R… 316 … "BriefDescription": "Counts data reads generated by L1 or L2 prefetchers that miss the L2 cache.", 324 …"PublicDescription": "Counts data reads generated by L1 or L2 prefetchers that miss the L2 cache. … 329 …"BriefDescription": "Counts data reads generated by L1 or L2 prefetchers that miss the L2 cache wi… [all …]
|
/freebsd/sys/dev/sfxge/common/ |
H A D | siena_flash.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2007-2016 Solarflare Communications Inc. 16 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 25 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 28 * The views and conclusions contained in the software and documentation are 41 * - parsed by MC boot ROM and firmware 42 * - reserved (but not parsed) by PHY firmware 43 * - opaque to driver 62 typedef struct blobs_hdr_s { /* GENERATED BY scripts/genfwdef */ [all …]
|
/freebsd/contrib/libedit/ |
H A D | makelist | 1 #!/bin/sh - 7 # This code is derived from software contributed to Berkeley by 19 # may be used to endorse or promote products derived from this software 22 # THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 31 # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 39 USAGE="Usage: $0 -h|-fc|-fh|-bh <filenames>" 54 -h) 55 set - `echo $FILES | sed -e 's/\\./_/g'` 59 printf("/* Automatically generated file, do not edit */\n"); 65 name = substr($2, 1, length($2) - 3); [all …]
|
/freebsd/sys/dev/ath/ath_hal/ar5210/ |
H A D | ar5210_power.c | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting 5 * Copyright (c) 2002-2004 Atheros Communications, Inc. 7 * Permission to use, copy, modify, and/or distribute this software for any 11 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 12 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 17 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 28 * Notify Power Mgt is disabled in self-generated frames. 40 * Notify Power Mgt is enabled in self-generated frames. [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/goldmontplus/ |
H A D | cache.json | 26 "BriefDescription": "Cycles code-fetch stalled due to an outstanding ICache miss.", 45 …from the intra-die interconnect (IDI) fabric. The XQ may reject transactions from the L2Q (non-cac… 216 "BriefDescription": "Memory uops retired that split a cache-line (Precise event capable)", 229 "BriefDescription": "Load uops retired that split a cache-line (Precise event capable)", 242 "BriefDescription": "Stores uops retired that split a cache-line (Precise event capable)", 341 …"BriefDescription": "Counts data reads generated by L1 or L2 prefetchers have any transaction resp… 351 …"PublicDescription": "Counts data reads generated by L1 or L2 prefetchers have any transaction res… 356 "BriefDescription": "Counts data reads generated by L1 or L2 prefetchers hit the L2 cache.", 366 …"PublicDescription": "Counts data reads generated by L1 or L2 prefetchers hit the L2 cache. Requir… 371 …"BriefDescription": "Counts data reads generated by L1 or L2 prefetchers miss the L2 cache with a … [all …]
|
/freebsd/lib/libc/gen/ |
H A D | syslog.3 | 13 .\" may be used to endorse or promote products derived from this software 16 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 62 logged-in users, or forwarded to other machines as appropriate. 82 using the variable-length argument facilities of 96 .Bl -tag -width LOG_AUTHPRIV 142 .Bl -tag -width LOG_AUTHPRIV 171 .Bl -tag -width LOG_AUTHPRIV 199 Messages generated by the kernel. 200 These cannot be generated by any user processes. [all …]
|
/freebsd/contrib/netbsd-tests/lib/libm/ |
H A D | t_infinity.c | 3 /*- 7 * This code is derived from software contributed to The NetBSD Foundation 19 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 34 #include <atf-c.h> 43 "check FPU generated infinite float values"); in ATF_TC_HEAD() 55 v = -FLT_MAX; in ATF_TC_BODY() 65 "check FPU generated infinite double values"); in ATF_TC_HEAD() 77 v = -DBL_MAX; in ATF_TC_BODY() 87 "check FPU generated infinite long double values"); in ATF_TC_HEAD() [all …]
|
/freebsd/sys/dev/videomode/ |
H A D | devlist2h.awk | 1 #! /usr/bin/awk -f 15 # 3. All advertising materials mentioning features or use of this software 17 # This product includes software developed by Christopher G. Demetriou. 19 # derived from this software without specific prior written permission 21 # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 30 # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 43 printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \ 46 printf(" * generated from:\n") > dfile 51 printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \ 54 printf(" * generated from:\n") > hfile
|
/freebsd/bin/uuidgen/ |
H A D | uuidgen.1 | 14 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 23 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 47 .Bl -tag -width indent 49 This option only has effect if multiple identifiers are to be generated and 58 This option controls the number of identifiers generated. 59 By default, multiple identifiers are generated in batch. 79 .Ex -std 88 .Bd -literal -offse [all...] |
/freebsd/sys/contrib/xen/arch-arm/ |
H A D | smccc.h | 7 * of this software and associated documentation files (the "Software"), to 8 * deal in the Software without restriction, including without limitation the 10 * sell copies of the Software, and to permit persons to whom the Software is 14 * all copies or substantial portions of the Software. 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22 * DEALINGS IN THE SOFTWARE. 45 /* Hypervisor Service UID. Randomly generated with uuidgen. */ 53 /* Standard Service Call UID. Randomly generated with uuidgen. */ 62 * c-file-style: "BSD" [all …]
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_get_relocation_info.3 | 13 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 22 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 25 .\" $Id: dwarf_get_relocation_info.3 3644 2018-10-15 19:55:01Z jkoshy $ 32 .Nd retrieve generated relocation arrays 49 is used to retrieve the relocation arrays generated by a prior call to 56 The total number of generated relocation arrays retrievable 100 .Bd -literal -offset indent 112 .Bl -tag -width ".Va drd_symbol_index" -compact -offset indent 123 The section-relative offset of the field to be relocated. 152 .Bd -literal -offset indent [all …]
|
/freebsd/contrib/ntp/util/ |
H A D | ntp-keygen.texi | 1 \input texinfo @c -*-texinfo-*- 3 @setfilename ntp-keygen.info 4 @settitle Ntp-keygen User's Manual 10 This file documents the use of the NTP Project's @code{ntp-keygen} 15 * ntp-keygen: (ntp-keygen). NTP Key Generation 20 @subtitle ntp-keygen, version @value{VERSION}, @value{UPDATED} 31 * ntp-keygen Invocation:: Invoking ntp-keygen 40 This document describes the use of the NTP Project's @code{ntp-keygen} 44 if the OpenSSL software 48 The message digest keys file is generated in a [all …]
|
/freebsd/contrib/openresolv/ |
H A D | resolvconf.conf.5.in | 1 .\" Copyright (c) 2009-2016 Roy Marples 13 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 22 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 52 .Nm resolvconf -u 55 When a dynamically generated list is appended or prepended to, the whole 56 is made unique where left-most wins. 58 .Bl -tag -width indent 66 If unset, defaults to the following:- 67 .Bd -compact -literal -offset indent 68 lo lo[0-9]* [all …]
|