/freebsd/share/doc/smm/02.config/ |
H A D | 2.t | 48 available hardware 53 for identical hardware, but may have different locations for the root 60 indicates if the system is going to operate on a DEC VAX-11\(dg computer, 75 For example, if the system is being configured for a VAX-11, it could 76 be running on a VAX 8600, VAX-11/780, VAX-11/750, VAX-11/730 or MicroVAX II. 92 (Co-VAX), Kim (No-VAX), and so on. The system identifier selected is used to 96 code in the driver which understood how to handle this non-standard hardware 118 on the hardware and expected job mix. The rules 137 Hardware devices 142 those hardware devices [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | qcom,pm8058-led.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/leds/qcom,pm8058-led.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> 17 hard-wired usecase. 19 Hardware-wise the different LEDs support slightly different output currents. 24 - $ref: common.yaml# 29 - qcom,pm8058-led 30 - qcom,pm8058-keypad-led [all …]
|
H A D | leds-pm8058.txt | 3 The Qualcomm PM8058 is a multi-functional device which contains 8 are more of a suggestion than a hard-wired usecase. 10 Hardware-wise the different LEDs support slightly different 17 mfd/qcom-pm8xxx.txt. 19 Each LED is represented as a sub-node of the syscon device. Each 22 LED sub-node properties: 25 - compatible: one of 26 "qcom,pm8058-led" (for the normal LEDs at 0x131, 0x132 and 0x133) 27 "qcom,pm8058-keypad-led" (for the "keypad" LED at 0x48) 28 "qcom,pm8058-flash-led" (for the "flash" LEDs at 0x49 and 0xFB) [all …]
|
/freebsd/sys/contrib/alpine-hal/ |
H A D | al_hal_udma_iofic.h | 1 /*- 10 found at http://www.gnu.org/licenses/gpl-2.0.html 56 /* *INDENT-OFF* */ 60 /* *INDENT-ON* */ 69 AL_IOFIC_MODE_LEGACY, /**< level-sensitive interrupt wire */ 70 AL_IOFIC_MODE_MSIX_PER_Q, /**< per UDMA queue MSI-X interrupt */ 82 * interrupt controller of each bus-master unit in the I/O Fabric. 169 * could indicate a software bug or hardware failure, unless the UDMA is 195 * descriptors per packet. This could indicate a software bug or a hardware 286 /** PRE-UNACK packets buffer parity error */ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/spi/ |
H A D | spi-controller.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/spi/spi-controller.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Mark Brown <broonie@kernel.org> 20 pattern: "^spi(@.*|-([0-9]|[1-9][0-9]+))?$" 22 "#address-cells": 25 "#size-cells": 28 cs-gpios: 32 increased automatically with max(cs-gpios, hardware chip selects). [all …]
|
/freebsd/contrib/ncurses/man/ |
H A D | term.5 | 3 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 4 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. * 32 .TH term 5 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "File formats" 60 term \- 71 A two-level scheme is used to avoid a linear search 101 The format has been chosen so that it will be the same on all hardware. 148 Short integers are signed, in the range \-32768 to 32767. 149 They are stored as two 8-bit bytes. 153 This format corresponds to the hardware of the \s-1VAX\s+1 154 and \s-1PDP\s+1-11 (that is, little-endian machines). [all …]
|
/freebsd/share/doc/papers/timecounter/ |
H A D | timecounter.ms | 5 .\" ---------------------------------------------------------------------------- 6 .\" "THE BEER-WARE LICENSE" (Revision 42): 9 .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp 10 .\" ---------------------------------------------------------------------------- 16 .A "Poul-Henning Kamp" "The FreeBSD Project" 18 The FreeBSD timecounters are an architecture-independent implementation 19 of a binary timescale using whatever hardware support is at hand 21 multiplication to canonical timescales based on micro- or nano-seconds 23 synchronisation. Timecounters are implemented using lock-less 24 stable-storage based primitives which scale efficiently in SMP [all …]
|
/freebsd/sys/netinet/ |
H A D | tcp_ratelimit.c | 1 /*- 3 * SPDX-License-Identifier: BSD-3-Clause 5 * Copyright (c) 2018-2020 66 MALLOC_DEFINE(M_TCPPACE, "tcp_hwpace", "TCP Hardware pacing memory"); 73 * Why do the rates cluster in the 1-100Mbps range more 78 * this is dependant on the hardware. We have three basic 81 * Chelsio - Supporting 16 configurable rates. 82 * Mlx - c4 supporting 13 fixed rates. 83 * Mlx - c5 & c6 supporting 127 configurable rates. 93 * try to get the most out of a joint hardware/software [all …]
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_xmit.c | 46 if (AH9300(ah)->ah_tx_trig_level >= MAX_TX_FIFO_THRESHOLD && in ar9300_update_tx_trig_level() 55 omask = ar9300_set_interrupts(ah, ahp->ah_mask_reg &~ HAL_INT_GLOBAL, 0); in ar9300_update_tx_trig_level() 66 new_level--; in ar9300_update_tx_trig_level() 75 /* re-enable chip interrupts */ in ar9300_update_tx_trig_level() 78 AH9300(ah)->ah_tx_trig_level = new_level; in ar9300_update_tx_trig_level() 89 return (AH9300(ah)->ah_tx_trig_level); in ar9300_get_tx_trig_level() 100 HAL_CAPABILITIES *p_cap = &AH_PRIVATE(ah)->ah_caps; in ar9300_set_tx_queue_props() 102 if (q >= p_cap->halTotalQueues) { in ar9300_set_tx_queue_props() 106 return ath_hal_setTxQProps(ah, &ahp->ah_txq[q], q_info); in ar9300_set_tx_queue_props() 116 HAL_CAPABILITIES *p_cap = &AH_PRIVATE(ah)->ah_caps; in ar9300_get_tx_queue_props() [all …]
|
/freebsd/share/man/man7/ |
H A D | security.7 | 47 multi-user systems have some inherent security, the job of building and 60 As yesterday's mini-computers and mainframes 74 .Bl -enum -offset indent 89 Typically, DoS attacks are brute-force mechanisms that attempt 99 Brute-force network attacks are harder to deal with. 100 A spoofed-packet attack, for example, is 114 The result is that if you have any moderate-sized user base, 137 may find a bug in a root-run server and be able to break root over a network 138 connection to that server, or the attacker may know of a bug in an SUID-root 152 Security remedies should always be implemented with a multi-layered [all …]
|
/freebsd/share/doc/papers/bufbio/ |
H A D | bio.ms | 1 .\" ---------------------------------------------------------------------------- 2 .\" "THE BEER-WARE LICENSE" (Revision 42): 5 .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp 6 .\" ---------------------------------------------------------------------------- 13 - or - 17 Poul-Henning Kamp <phk@FreeBSD.org> 22 they they left the file-system layer were logical sub disk implementation 27 able to co-exist with other operating systems on the same disk. 31 were implemented in separate hardware they increasingly migrate into 37 This paper contains the road-map for a stackable "BIO" system in [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | idle-states.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/arm/idle-states.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> 14 1 - Introduction 18 where cores can be put in different low-power states (ranging from simple wfi 20 range of dynamic idle states that a processor can enter at run-time, can be 27 - Running 28 - Idle_standby [all …]
|
/freebsd/lib/libc/softfloat/ |
H A D | softfloat-source.txt | 1 $NetBSD: softfloat-source.txt,v 1.2 2006/11/24 19:46:58 christos Exp $ 9 ------------------------------------------------------------------------------- 12 SoftFloat is a software implementation of floating-point that conforms to 13 the IEC/IEEE Standard for Binary Floating-Point Arithmetic. SoftFloat can 14 support four floating-point formats: single precision, double precision, 18 C compiler is needed to compile the code. Support for the extended double- 19 precision and quadruple-precision formats is dependent on the C compiler 20 implementing a 64-bit integer type. 25 The source code for SoftFloat is intended to be relatively machine- 31 ------------------------------------------------------------------------------- [all …]
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | tcp_rack.h | 1 /*- 2 * Copyright (c) 2016-2020 Netflix, Inc. 31 #define RACK_DEFERRED 0x000004/* We can't use this for RTT calc - not used */ 36 #define RACK_TLP 0x000080/* segment sent as tail-loss-probe */ 45 #define RACK_MUST_RXT 0x010000/* We must retransmit this rsm (non-sack/mtu chg)*/ 67 r_rtr_cnt : 8; /* Retran count, index this -1 to get time */ 83 uint64_t r_ack_arrival; /* This is the time of ack-arrival (if SACK'd) */ 103 * wise. Thats not possible with the 32bit usecond timestamp since 116 return ((tv->tv_sec * HPTS_USEC_IN_SEC) + tv->tv_usec); in rack_to_usec_ts() 310 * with the time it was sent. During non-recovery sending we [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/cpu/ |
H A D | idle-states.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/cpu/idle-state [all...] |
/freebsd/sys/dev/cardbus/ |
H A D | cardbus_cis.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2005-2008 M. Warner Losh <imp@FreeBSD.org> 112 "Multi-Functioned", 137 printf("TUPLE: %s [%d]:", info->name, len); in decode_tuple_generic() 159 printf("TUPLE: %s [%d]:", info->name, len); in decode_tuple_linktarget() 217 if (i < len - 1) in decode_tuple_funcid() 223 dinfo->funcid = tupledata[0]; /* use first in list */ in decode_tuple_funcid() 243 dinfo->mfrid = tupledata[1] | (tupledata[2] << 8); in decode_tuple_manfid() 244 dinfo->prodid = tupledata[3] | (tupledata[4] << 8); in decode_tuple_manfid() [all …]
|
/freebsd/sys/contrib/xen/ |
H A D | domctl.h | 24 * Copyright (c) 2002-2003, B Dragovic 25 * Copyright (c) 2002-2006, K Fraser 46 * an id is auto-allocated and returned. 56 /* Use hardware-assisted paging if available? */ 62 /* Disable out-of-sync shadow page tables? */ 106 /* Per-vCPU buffer size in bytes. 0 to disable. */ 141 /* domain has hardware assisted paging */ 144 /* XEN_DOMINF_shutdown guest-supplied code. */ 180 #define XEN_DOMCTL_PFINFO_XALLOC (0xeU<<28) /* allocate-only page */ 208 /* Log-dirty bitmap operations. */ [all …]
|
/freebsd/share/doc/psd/06.Clang/ |
H A D | Clang.ms | 1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 38 The C Programming Language - Reference Manual 47 by Brian W. Kernighan and Dennis M. Ritchie, Prentice-Hall, Inc., 1978. 51 .EH 'PSD:6-%''The C Programming Language - Reference Manual' 52 .OH 'The C Programming Language - Reference Manual''PSD:6-%' 56 This manual describes the C language on the DEC PDP-11\(dg, the DEC VAX-11, 59 \(dg DEC PDP-11, and DEC VAX-11 are trademarks of Digital Equipment Corporation. 65 out implementation-dependent details. With few exceptions, these dependencies 66 follow directly from the underlying properties of the hardware; the various 71 There are six classes of tokens\ -\ [all …]
|
/freebsd/share/dict/ |
H A D | web2a | 12 A-b-c book 13 A-b-c method 14 abdomino-uterotomy 15 Abdul-baha 16 a-be 20 able-bodied 21 able-bodiedness 22 able-minded 23 able-mindedness 27 Abor-miri [all …]
|
/freebsd/sys/contrib/ncsw/Peripherals/QM/ |
H A D | fsl_qman.h | 3 � 1995-2003, 2004, 2005-2011 Freescale Semiconductor, Inc. 50 /* QMan s/w corenet portal, low-level i/face */ 53 e_QmPortalPCI = 0, /* PI index, cache-inhibited */ 54 e_QmPortalPCE, /* PI index, cache-enabled */ 55 e_QmPortalPVB /* valid-bit */ 59 e_QmPortalEqcrCCI = 0, /* CI index, cache-inhibited */ 60 e_QmPortalEqcrCCE /* CI index, cache-enabled */ 64 e_QmPortalDqrrCCI = 0, /* CI index, cache-inhibited */ 65 e_QmPortalDqrrCCE, /* CI index, cache-enabled */ 70 e_QmPortalMrCCI = 0, /* CI index, cache-inhibited */ [all …]
|
/freebsd/sys/contrib/openzfs/man/man4/ |
H A D | zfs.4 | 9 .\" usr/src/OPENSOLARIS.LICENSE or https://opensource.org/licenses/CDDL-1.0. 31 .Bl -tag -width Ds 102 Turbo L2ARC warm-up. 179 Percent of ARC size allowed for L2ARC-only headers. 252 before moving on to the next top-level vdev. 255 Enable metaslab group biasing based on their vdevs' over- or under-utilization 305 When attempting to log an output nvlist of an ioctl in the on-disk history, 310 .Fn zfs_ioc_channel_program Pq cf. Xr zfs-program 8 . 316 Enable/disable segment-based metaslab selection. 319 When using segment-based metaslab selection, continue allocating [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/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 1 //===- TargetTransformInfo.h ------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 /// This pass exposes codegen information to IR-level passes. Every 11 /// 1. The IR-level analysis pass. 12 /// 2. The IR-level transformation interface which provides the needed 14 /// 3. Codegen-level implementation which uses target-specific hooks. 16 /// This file defines #2, which is the interface that IR-level transformations 19 //===----------------------------------------------------------------------===// 75 /// If this is non-null, then analysis/optimization passes can assume that [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp.conf.mdoc.in | 6 .\" It has been AutoGen-ed May 25, 2024 at 12:03:50 AM by AutoGen 5.18.16 8 .\" and the template file agmdoc-cmd.tpl 14 .Op Fl \-option\-name 15 .Op Fl \-option\-name Ar value 46 host addresses written in numeric, dotted\-quad form, 62 .Bl -bullet -offset indent 111 If the Basic Socket Interface Extensions for IPv6 (RFC\-255 [all...] |
H A D | ntp.conf.5mdoc | 6 .\" It has been AutoGen-ed May 25, 2024 at 12:03:50 AM by AutoGen 5.18.16 8 .\" and the template file agmdoc-cmd.tpl 14 .Op Fl \-option\-name 15 .Op Fl \-option\-name Ar value 46 host addresses written in numeric, dotted\-quad form, 62 .Bl -bullet -offset indent 111 If the Basic Socket Interface Extensions for IPv6 (RFC\-255 [all...] |