Lines Matching +full:system +full:- +full:ctl

2 ----------------------
9 contains documentation of all possible entries. `LINT` is a compile-only
13 --------------
17 top-level of the src tree. Consult [`intro(9)`](https://man.freebsd.org/intro/9)
20 Some additional high-level documentation of the kernel is maintained in the
21 [Architecture Handbook](https://docs.freebsd.org/en/books/arch-handbook/).
24 ---------------
26 | --------- | ----------- |
27 | amd64 | AMD64 (64-bit x86) architecture support |
28 | arm | 32-bit ARM architecture support |
29 | arm64 | 64-bit ARM (AArch64) architecture support |
30 | cam | Common Access Method storage subsystem - `cam(4)` and `ctl(4)` |
31 | cddl | CDDL-licensed optional sources such as DTrace |
33 | compat | Linux compatibility layer, FreeBSD 32-bit compatibility |
34 | contrib | 3rd-party imported software such as OpenZFS |
36 | ddb | interactive kernel debugger - `ddb(4)` |
39 | gdb | kernel remote GDB stub - `gdb(4)` |
40 | geom | GEOM framework - `geom(4)` |
41 | i386 | i386 (32-bit x86) architecture support |
43 | libkern | libc-like and other support functions for kernel use |
46 | net80211 | wireless networking (IEEE 802.11) - `net80211(4)` |
47 | netgraph | graph-based networking subsystem - `netgraph(4)` |
48 | netinet | IPv4 protocol implementation - `inet(4)` |
49 | netinet6 | IPv6 protocol implementation - `inet6(4)` |
50 | netipsec | IPsec protocol implementation - `ipsec(4)` |
51 | netpfil | packet filters - `ipfw(4)`, `pf(4)`, and `ipfilter(4)` |
52 | opencrypto | OpenCrypto framework - `crypto(7)` |
53 | powerpc | PowerPC/POWER (32 and 64-bit) architecture support |
54 | riscv | 64-bit RISC-V architecture support |
55 | security | security facilities - `audit(4)` and `mac(4)` |
58 | ufs | Unix File System - `ffs(4)` |
59 | vm | virtual memory system |