/freebsd/usr.sbin/config/ |
H A D | config.8 | 4 .\" Redistribution and use in source and binary forms, with or without 9 .\" 2. Redistributions in binary form must reproduce the above copyright 10 .\" notice, this list of conditions and the following disclaimer in the 19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 42 .Op Fl x Ar kernel 61 .Bl -tag -width "SYSTEM_NAME" 67 If the INCLUDE_CONFIG_FILE is present in a configuration file, 68 kernel image will contain full configuration files included [all …]
|
H A D | config.5 | 3 .\" Redistribution and use in source and binary forms, with or without 8 .\" 2. Redistributions in binary form must reproduce the above copyright 9 .\" notice, this list of conditions and the following disclaimer in the 15 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 19 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 20 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 29 .Nd kernel configuration file format 31 A kernel configuration file specifies the configuration of a 33 kernel. 36 to create a build environment where a kernel may be built using [all …]
|
/freebsd/stand/man/ |
H A D | loader_simp.8 | 4 .\" Redistribution and use in source and binary forms, with or without 9 .\" 2. Redistributions in binary form must reproduce the above copyright 10 .\" notice, this list of conditions and the following disclaimer in the 16 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 20 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 21 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 30 .Nd kernel bootstrapping final stage 36 kernel bootstrapping process. 42 and usually located in the directory 46 automate tasks, do pre-configuration or assist in recovery [all …]
|
H A D | loader.efi.8 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2019-2022 Netflix, Inc 12 .\" Redistribution and use in source and binary forms, with or without 17 .\" 2. Redistributions in binary form must reproduce the above copyright 18 .\" notice, this list of conditions and the following disclaimer in the 24 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 28 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 29 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 38 .Nd UEFI kernel loader 42 loads the kernel. [all …]
|
/freebsd/share/man/man9/ |
H A D | kmsan.9 | 1 .\"- 7 .\" Redistribution and use in source and binary forms, with or without 12 .\" 2. Redistributions in binary form must reproduce the above copyright 13 .\" notice, this list of conditions and the following disclaimer in the 19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 33 .Nd Kernel Memory SANitizer 36 .Pa GENERIC-KMSAN 37 kernel configuration can be used to compile a KMSAN-enabled kernel using [all …]
|
H A D | kasan.9 | 1 .\"- 7 .\" Redistribution and use in source and binary forms, with or without 12 .\" 2. Redistributions in binary form must reproduce the above copyright 13 .\" notice, this list of conditions and the following disclaimer in the 19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 33 .Nd Kernel Address SANitizer 36 .Pa GENERIC-KASAN 37 kernel configuration can be used to compile a KASAN-enabled kernel using [all …]
|
H A D | kproc.9 | 1 .\" Copyright (c) 2000-2001 6 .\" Redistribution and use in source and binary forms, with or without 11 .\" 2. Redistributions in binary form must reproduce the above copyright 12 .\" notice, this list of conditions and the following disclaimer in the 18 .\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT, 22 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 23 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 37 .Nd "kernel processes" 72 and actually produced kernel processes. 78 kernel [all …]
|
H A D | kthread.9 | 1 .\" Copyright (c) 2000-2001 6 .\" Redistribution and use in source and binary forms, with or without 11 .\" 2. Redistributions in binary form must reproduce the above copyright 12 .\" notice, this list of conditions and the following disclaimer in the 18 .\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT, 22 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 23 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 37 .Nd "kernel threads" 74 and actually produced kernel processes. 79 kernel threads. [all …]
|
H A D | intro.9 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 14 .Nd "introduction to kernel programming interfaces" 18 kernel documentation. 22 programming interfaces available within the kernel. 29 OS-level concepts and practices. 34 To further set expectations, we acknowledge that kernel documentation, like the 35 source code itself, is forever a work-in-progress. 46 pages in this section most frequently describe functions, but may also 47 describe types, global variables, macros, or high-level concepts. 51 kernel is expected to conform to the established style and coding conventions. [all …]
|
H A D | firmware.9 | 4 .\" Redistribution and use in source and binary forms, with or without 9 .\" 2. Redistributions in binary form must reproduce the above copyright 10 .\" notice, this list of conditions and the following disclaimer in the 16 .\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT, 20 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 21 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 39 .Bd -literal 41 const char *name; /* system-wide name */ 43 size_t datasize; /* size of image in bytes */ 68 into the kernel, and for accessing such images from kernel components. [all …]
|
/freebsd/share/man/man4/ |
H A D | ipfirewall.4 | 11 into the kernel, place the following option in the kernel configuration 13 .Bd -ragged -offset indent 17 Other related kernel options 19 .Bd -ragged -offset indent 36 .Bd -literal -offset indent 55 kernel option. 62 firewall-tuning mistakes which may accidentally block all traffic. 70 facility, the kernel option 76 When using the in-kernel 80 the kernel option [all …]
|
H A D | md.4 | 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 .\" ---------------------------------------------------------------------------- 15 To compile this driver into the kernel, 16 place the following lines in your 17 kernel configuration file: 18 .Bd -ragged -offset indent 23 module at boot time, place the following line in 25 .Bd -literal -offset indent [all …]
|
H A D | textdump.4 | 5 .\" Redistribution and use in source and binary forms, with or without 12 .\" 2. Redistributions in binary form must reproduce the above copyright 13 .\" notice(s), this list of conditions and the following disclaimer in the 19 .\" DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY 23 .\" CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 33 .Nd textdump kernel dumping facility 43 facility allows the capture of kernel debugging information to disk in a 44 human-readable rather than the machine-readable form normally used with 45 kernel memory dumps and minidumps. [all …]
|
H A D | fdt.4 | 7 .\" Redistribution and use in source and binary forms, with or without 12 .\" 2. Redistributions in binary form must reproduce the above copyright 13 .\" notice, this list of conditions and the following disclaimer in the 19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 41 probed or self enumerated, in a uniform and portable way. 48 Configuration data, which cannot be self discovered in run-time, has to be 52 The idea is inherited from Open Firmware IEEE 1275 device-tree notion, and has 54 The scheme works in the following way: [all …]
|
H A D | ksyms.4 | 1 .\" Copyright (c) 2008-2009 Stacey Son <sson@FreeBSD.org> 4 .\" Redistribution and use in source and binary forms, with or without 9 .\" 2. Redistributions in binary form must reproduce the above copyright 10 .\" notice, this list of conditions and the following disclaimer in the 19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 33 .Nd kernel symbol table interface 39 character device provides a read-only interface to a snapshot of the kernel 41 The in-kernel symbol manager is designed to be able to handle [all …]
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | kmodtool | 2 # SPDX-License-Identifier: MIT 5 # kmodtool - Helper script for building kernel module RPMs 6 # Copyright (c) 2003-2012 Ville Skyttä <ville.skytta@iki.fi>, 12 # "Software"), to deal in the Software without restriction, including 19 # included in all copies or substantial portions of the Software. 24 # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 25 # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 26 # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 27 # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 29 shopt -s extglob [all …]
|
/freebsd/share/doc/papers/kernmalloc/ |
H A D | kernmalloc.t | 4 .\" Redistribution and use in source and binary forms, with or without 9 .\" 2. Redistributions in binary form must reproduce the above copyright 10 .\" notice, this list of conditions and the following disclaimer in the 19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 68 pp. 295-303, June 1988. 74 Design of a General Purpose Memory Allocator for the 4.3BSD UNIX\(dg Kernel 81 \(dgUNIX is a registered trademark of AT&T in the US and other countries. 94 The 4.3BSD UNIX kernel uses many memory allocation mechanisms, [all …]
|
/freebsd/sbin/reboot/ |
H A D | nextboot.8 | 4 .\" Redistribution and use in source and binary forms, with or without 9 .\" 2. Redistributions in binary form must reproduce the above copyright 10 .\" notice, this list of conditions and the following disclaimer in the 16 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 20 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 21 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 30 .Nd "specify an alternate kernel and boot flags for the next reboot" 35 .Op Fl k Ar kernel 42 utility allows specifying some combination of an alternate kernel, boot 43 flags, and kernel environment for the next time the machine is booted. [all …]
|
/freebsd/usr.sbin/extattr/ |
H A D | rmextattr.8 | 1 .\"- 6 .\" This software was developed for the FreeBSD Project by Poul-Henning 8 .\" of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 11 .\" Redistribution and use in source and binary forms, with or without 16 .\" 2. Redistributions in binary form must reproduce the above copyright 17 .\" notice, this list of conditions and the following disclaimer in the 23 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 86 a string to store in the attribute. [all …]
|
/freebsd/stand/lua/ |
H A D | config.lua.8 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 6 .\" Redistribution and use in source and binary forms, with or without 11 .\" 2. Redistributions in binary form must reproduce the above copyright 12 .\" notice, this list of conditions and the following disclaimer in the 18 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 22 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 23 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 45 .Bl -tag -width "config.setCarouselIndex(id, idx)" -offset indent 47 Returns the currently chosen index in the carousel menu entry described by 51 for a more in-depth explanation of carousels. [all …]
|
/freebsd/usr.sbin/crashinfo/ |
H A D | crashinfo.sh | 3 # SPDX-License-Identifier: BSD-3-Clause 8 # Redistribution and use in source and binary forms, with or without 13 # 2. Redistributions in binary form must reproduce the above copyright 14 # notice, this list of conditions and the following disclaimer in the 16 # 3. Neither the name of the author nor the names of any co-contributors 23 # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 27 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 28 # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 35 echo "usage: crashinfo [-b] [-d crashdir] [-n dumpnr]" \ 36 "[-k kernel] [core]" [all …]
|
/freebsd/sbin/dumpon/ |
H A D | dumpon.8 | 4 .\" Redistribution and use in source and binary forms, with or without 9 .\" 2. Redistributions in binary form must reproduce the above copyright 10 .\" notice, this list of conditions and the following disclaimer in the 19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 65 utility is used to configure where the kernel can save a crash dump in the case 79 Starting in 90 .Bl -tag -width _k_pubkey 111 Configure encrypted kernel dumps. [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | AMDGPUMetadata.h | 1 //===--- AMDGPUMetadata.h ---------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 /// AMDGPU metadata definitions and in-memory representations. 13 //===----------------------------------------------------------------------===// 27 //===----------------------------------------------------------------------===// 29 //===----------------------------------------------------------------------===// 117 //===----------------------------------------------------------------------===// 118 // Kernel Metadata. 119 //===----------------------------------------------------------------------===// [all …]
|
/freebsd/bin/freebsd-version/ |
H A D | freebsd-version.1 | 1 .\"- 2 .\" Copyright (c) 2013 Dag-Erling Smørgrav 5 .\" Redistribution and use in source and binary forms, with or without 10 .\" 2. Redistributions in binary form must reproduce the above copyright 11 .\" notice, this list of conditions and the following disclaimer in the 17 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 21 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 22 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 30 .Nm freebsd-version 40 of the installed kernel and / or userland. [all …]
|
/freebsd/sys/cam/ctl/ |
H A D | ctl_ioctl.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 6 * Copyright (c) 2014-2017 Alexander Motin <mav@FreeBSD.org> 9 * Redistribution and use in source and binary forms, with or without 15 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 25 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 29 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 31 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 34 * $Id: //depot/users/kenm/FreeBSD-test2/sys/cam/ctl/ctl_ioctl.h#4 $ 130 struct ctl_io_stats *stats; /* passed to/from kernel */ [all …]
|