/freebsd/sys/contrib/device-tree/Bindings/sram/ |
H A D | allwinner,sun4i-a10-system-control.yaml | 1 # SPDX-License-Identifier: GPL-2.0+ 3 --- 4 $id: http://devicetree.org/schemas/sram/allwinner,sun4i-a10-system-control.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Allwinner A10 System Control 10 - Chen-Yu Tsai <wens@csie.org> 11 - Maxime Ripard <mripard@kernel.org> 15 by a regular node for the SRAM controller itself, with sub-nodes 19 "#address-cells": 22 "#size-cells": [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | sprd,pinctrl.txt | 5 The first block comprises some global control registers, and each 8 pad driving level, system control select and so on ("domain pad 11 select 3.0v, then the pin can output 3.0v. "system control" is used 12 to choose one function (like: UART0) for which system, since we 16 of them, so we can not make every Spreadtrum-special configuration 18 global configuration in future. Then we add one "sprd,control" to 19 set these various global control configuration, and we need use 23 bits in one global control registe [all...] |
/freebsd/share/man/man4/ |
H A D | mac.4 | 7 .\" DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the 36 .Nd Mandatory Access Control 41 The Mandatory Access Control, or MAC, framework allows administrators to 42 finely control system security by providing for a loadable security policy 45 only restrict access relative to one another and the base system policy; 52 .Bl -column ".Xr mac_seeotheruids 4" "ddb(4) interface restrictions" ".Em Labeling" "boot only" 55 .It Xr mac_bsdextended 4 Ta "File system firewall" Ta no Ta any time 59 .It Xr mac_ipacl 4 Ta "IP Address access control" Ta no Ta any time 60 .It Xr mac_lomac 4 Ta "Low-Watermark MAC policy" Ta yes Ta boot only 62 .It Xr mac_ntpd 4 Ta "Non-root NTP Daemon policy" Ta no Ta any time [all …]
|
H A D | termios.4 | 61 .Ss Job Control in a Nutshell 67 .\" .Gw "job control" ; 68 .Em "job control" ; 70 ability from the keyboard (or from program control) to simultaneously 79 the job control related signals and system calls to within processes 88 A job control shell 135 signals and job control signals resulting from reads or writes to the 174 .Ss Terminal Access Control 190 returns -1 with 224 returns -1 with [all …]
|
H A D | ng_ksocket.4 | 19 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. 58 whereas the socket node type enables the user-level manipulation (via 59 a socket) of what is normally a kernel-level entity (the associated 62 node type enables the kernel-level manipulation (via a Netgraph node) of 63 what is normally a user-level entity (the associated socket). 109 .Sh CONTROL MESSAGES 110 This node type supports the generic control messages, plus the following: 111 .Bl -tag -width foo 115 system call. 122 system call. [all …]
|
H A D | netgraph.4 | 1 .\" Copyright (c) 1996-1999 Whistle Communications, Inc. 19 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. 47 system provides a uniform and modular system for the implementation 63 .Bl -bullet -compact 69 A common framework for kernel entities to inter-communicate. 71 A reasonably fast, kernel-based implementation. 90 In object-oriented language, types are classes, and nodes are instances 114 which is expressed as a 32-bit hexadecimal value. 128 .Bl -bullet 151 by the input queueing system, rather than being delivered directly. [all …]
|
/freebsd/share/man/man4/man4.powerpc/ |
H A D | smu.4 | 1 .\"- 31 .Nd Apple System Management Unit Driver 36 .Bd -ragged -offset indent 42 driver provides support for the System Management Unit (SMU) found in many 47 control functionality, and is responsible for managing system cooling 54 .Bl -bullet -compact 56 Apple System Management Unit 62 Without a userspace daemon providing more advanced control, the driver will 63 attempt to maintain system temperatures in a conservative range through 64 coarse-grained control of system cooling devices (see below). [all …]
|
/freebsd/bin/stty/ |
H A D | stty.1 | 1 .\"- 57 .Bl -tag -width indent 61 .St -p1003.2 . 84 .St -p1003.2 . 89 .Ss Control Modes: 90 Control mode flags affect hardware characteristics associated with the 93 .Bl -tag -width Fl 106 control is no longer 121 zero, modem control is 131 Stop asserting modem control [all …]
|
/freebsd/sys/ufs/ufs/ |
H A D | README.acls | 2 UFS Access Control Lists Copyright 4 The UFS Access Control Lists implementation is copyright Robert Watson, 5 and is made available under a Berkeley-style license. 7 About UFS Access Control Lists (ACLs) 9 Access control lists allow the association of fine-grained discretionary 10 access control information with files and directories, extending the 16 Using UFS Access Control Lists (ACLs) 18 Support for UFS access control lists may be enabled by adding: 27 and ACL-specific information follows. 29 To enable support for ACLs on a file system, the 'acls' mount flag [all …]
|
/freebsd/share/misc/ |
H A D | usb_hid_usages | 4 # - lines that do not start with a white space give the number and name of 6 # - lines that start with a white space give the number and name of 20 0x08 Multi-axis Controller 21 0x09 Tablet PC System Controls 46 0x80 System Control 47 0x81 System Power Down 48 0x82 System Sleep 49 0x83 System Wake Up 50 0x84 System Context Menu 51 0x85 System Main Menu [all …]
|
/freebsd/lib/libsys/ |
H A D | procctl.2 | 35 .Nd control processes 45 system call provides for control over processes. 50 arguments specify the set of processes to control. 55 to control as many of the selected processes as possible. 59 .Bl -tag -width P_PGID 61 Control the process with the process ID 66 Control processes belonging to the process group with the ID 70 The control request to perform is specified by the 82 .Bl -tag -width PROC_LOGSIGEXIT_STATUS 89 the control or modify it by other means. [all …]
|
H A D | getpgrp.2 | 61 This system call is thus used by programs such as 65 in implementing job control. 71 are used to get/set the process group of the control terminal. 75 system call always succeeds. 78 system call returns the process group of the specified process; 79 otherwise, it returns a value of \-1 and sets 89 .St -p1003.1-90 . 92 .St -p1003.1-90 98 system call that returns the process group ID for a specified process. 99 Although this function is used to support job control, all known [all …]
|
/freebsd/share/man/man4/man4.arm/ |
H A D | aw_syscon.4 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 32 .Nd driver for the system controller in Allwinner SoC 36 device driver provides support for the Allwinner system controller. 44 driver supports the system controller with one of the following compatible 47 .Bl -bullet -compact 49 allwinner,sun50i-a64-system-controller 51 allwinner,sun50i-a64-system-control 53 allwinner,sun8i-a83t-system-controller 55 allwinner,sun8i-h3-system-controller [all …]
|
/freebsd/share/doc/papers/jail/ |
H A D | paper.ms | 14 …per was presented at the 2nd International System Administration and Networking Conference "SANE 2… 17 Poul-Henning Kamp <phk@FreeBSD.org> 25 OS. FreeBSD 4.0-RELEASE was the first release including this 27 Follow-on work was sponsored by Safeport Network Services, 32 Adding fine-grained access control improves the expressiveness, 33 but often dramatically increases both the cost of system management 39 Where multiple mutually un-trusting parties are introduced, 44 the operating system environment, while maintaining the simplicity 47 is limited to the jail, allowing system administrators to delegate 57 The UNIX access control mechanism is designed for an environment with two [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | syna.txt | 3 According to https://www.synaptics.com/company/news/conexant-marvell 7 --------------------------------------------------------------- 18 "marvell,berlin2cd" for Marvell Armada 1500-mini (BG2CD, 88DE3005) 20 "marvell,berlin2q" for Marvell Armada 1500-pro (BG2Q, 88DE3114) 26 model = "Sony NSZ-GS7"; 27 compatible = "sony,nsz-gs7", "marvell,berlin2", "marvell,berlin"; 32 * Marvell Berlin CPU control bindings 34 CPU control register allows various operations on CPUs, like resetting them 38 - compatible: should be "marvell,berlin-cpu-ctrl" 39 - reg: address and length of the register set [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | pistachio-clock.txt | 5 general control, and top general control) which are instantiated individually 6 from the device-tree. 9 ---------------- 12 defined with the following clock-output-names: 13 - "xtal": External 52Mhz oscillator (required) 14 - "audio_clk_in": Alternate audio reference clock (optional) 15 - "enet_clk_in": Alternate ethernet PHY clock (optional) 18 ---------------------- 21 co-processor), audio, and several peripherals. 24 - compatible: Must be "img,pistachio-clk". [all …]
|
/freebsd/contrib/tcp_wrappers/ |
H A D | README | 13 (comp.security.unix, comp.unix.admin), to the cert-tools mailing list, 16 with in the body (not subject): subscribe tcp-wrappers-announce. 19 ----------------- 21 1 - Introduction 22 2 - Disclaimer 23 3 - Tutorials 24 3.1 - How it works 25 3.2 - Where the logging information goes 26 4 - Features 27 4.1 - Access control [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | ti-phy.txt | 3 OMAP CONTROL PHY 6 - compatible: Should be one of 7 "ti,control-phy-otghs" - if it has otghs_control mailbox register as on OMAP4. 8 "ti,control-phy-usb2" - i [all...] |
/freebsd/sys/contrib/device-tree/Bindings/display/panel/ |
H A D | panel-common.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/display/panel/panel-common.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Thierry Reding <thierry.reding@gmail.com> 11 - Lauren [all...] |
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | max77620.txt | 4 ------------------- 5 - compatible: Must be one of 9 - reg: I2C device address. 12 ------------------- 13 - interrupts: The interrupt on the parent the controller is 15 - interrupt-controller: Marks the device node as an interrupt controller. 16 - #interrupt-cells: is <2> and their usage is compliant to the 2 cells 17 variant of <../interrupt-controller/interrupts.txt> 19 are defined at dt-bindings/mfd/max77620.h. 21 - system-power-controller: Indicates that this PMIC is controlling the [all …]
|
/freebsd/share/doc/usd/04.csh/ |
H A D | csh.g | 1 .\"- 40 is in the \s-2UNIX\s0 User Reference manual in section 1. 100 of the entire directory system \- called the 114 specifies a shorter or different name for a \s-2UNIX\s0 128 Commands in \s-2UNIX\s0 receive a list of 163 \- the part after 182 The standard system 198 is a builtin command used to exit from loops within the control 205 control structure, like a 212 Most commands in \s-2UNIX\s0 are not built into the shell, [all …]
|
/freebsd/share/man/man9/ |
H A D | tcp_functions.9 | 53 on a single system. 55 A system administrator can set a system default stack. 56 By default, all TCP connections will use the system default stack. 57 Additionally, users can specify a particular stack to use on a per-connection 61 for details on setting the system default stack, or selecting a specific stack 74 functions request that the system add a specified function block 81 de-registers the function block. 85 function requests that the system register the function block with the name 95 the system register the function block using the name defined in the 102 function requests that the system register the function block with the name [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/power/ |
H A D | power-controller.txt | 1 * Generic system power control capability 3 Power-management integrated circuits or miscellaneous hardware components are 4 sometimes able to control the system power. The device driver associated with these 6 it can be used to switch off the system. The corresponding device must have the 7 standard property "system-power-controller" in its device node. This property 8 marks the device as able to control the system power. In order to test if this 15 compatible = "active-semi,act8846"; 16 system-power-controller;
|
/freebsd/share/doc/papers/beyond4.3/ |
H A D | beyond43.ms | 28 .\" *troff -ms 34 of Berkeley\s-2\fP 56 update other major components of the system, as well as to offer 68 The fifth is to evaluate alternate access control mechanisms and 69 audit the existing security features of the system, particularly 71 Other areas of work include multi-architecture support, 87 There have been several changes in the system that were included 90 Multi-architecture support 96 non-VAX processor, the CCI Power 6/32 and 6/32SX. (This addition also 98 Harris HCX-7 and HCX-9, as well as the Sperry 7000/40 and ICL machines.) [all …]
|
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | ahpredef.c | 3 * Module Name: ahpredef - Table of all known ACPI predefined names 11 * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp. 28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent 100 * software or system incorporating such software without first obtaining any 104 * re-exports any such software from a foreign destination, Licensee shall 105 * ensure that the distribution and export/re-export of the software is in 108 * any of its subsidiaries will export/re-export any technical data, process, 130 * 3. Neither the names of the above-listed copyright holders nor the names 174 …AH_PREDEF ("_ACx", "Active Cooling, x=0-9", "Returns the active cooling policy threshold values… 183 AH_PREDEF ("_ALx", "Active List, x=0-9", "Returns a list of active cooling device objects"), [all …]
|