|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| amd64/ | H | - | - | 164,014 | 127,087 |
| arm/ | H | - | - | 208,569 | 142,969 |
| arm64/ | H | - | - | 172,338 | 127,389 |
| bsm/ | H | - | - | 2,153 | 1,575 |
| cam/ | H | - | - | 124,478 | 92,096 |
| cddl/ | H | - | - | 104,451 | 77,005 |
| compat/ | H | - | - | 147,073 | 106,615 |
| conf/ | H | - | - | 23,323 | 21,249 |
| contrib/ | H | - | - | 6,031,357 | 4,675,525 |
| crypto/ | H | - | - | 531,729 | 464,916 |
| ddb/ | H | - | - | 9,030 | 5,988 |
| dev/ | H | - | - | 4,669,025 | 3,472,438 |
| dts/ | H | - | - | 12,348 | 10,847 |
| fs/ | H | - | - | 166,583 | 120,443 |
| gdb/ | H | - | - | 2,264 | 1,534 |
| geom/ | H | - | - | 79,391 | 62,496 |
| gnu/ | H | - | - | 29,150 | 26,230 |
| i386/ | H | - | - | 79,036 | 61,413 |
| isa/ | H | - | - | 4,141 | 2,644 |
| kern/ | H | - | - | 321,588 | 234,338 |
| kgssapi/ | H | - | - | 7,240 | 4,522 |
| libkern/ | H | - | - | 9,640 | 5,114 |
| modules/ | H | - | - | 22,040 | 12,691 |
| net/ | H | - | - | 116,026 | 79,473 |
| net80211/ | H | - | - | 66,646 | 45,556 |
| netgraph/ | H | - | - | 84,654 | 55,333 |
| netinet/ | H | - | - | 230,107 | 164,603 |
| netinet6/ | H | - | - | 44,503 | 29,485 |
| netipsec/ | H | - | - | 22,719 | 16,575 |
| netlink/ | H | - | - | 14,038 | 10,286 |
| netpfil/ | H | - | - | 144,388 | 104,606 |
| netsmb/ | H | - | - | 7,227 | 5,618 |
| nfs/ | H | - | - | 4,255 | 2,998 |
| nfsclient/ | H | - | - | 808 | 449 |
| nfsserver/ | H | - | - | 379 | 203 |
| nlm/ | H | - | - | 6,669 | 4,841 |
| ofed/ | H | - | - | 76,438 | 54,512 |
| opencrypto/ | H | - | - | 11,804 | 8,435 |
| powerpc/ | H | - | - | 112,979 | 76,532 |
| riscv/ | H | - | - | 40,216 | 26,730 |
| rpc/ | H | - | - | 19,817 | 12,583 |
| security/ | H | - | - | 49,678 | 34,198 |
| sys/ | H | - | - | 90,568 | 56,413 |
| teken/ | H | - | - | 3,817 | 2,810 |
| tests/ | H | - | - | 2,388 | 1,762 |
| tools/ | H | - | - | 8,007 | 5,371 |
| ufs/ | H | - | - | 45,453 | 31,294 |
| vm/ | H | - | - | 52,163 | 32,758 |
| x86/ | H | - | - | 57,126 | 40,405 |
| xdr/ | H | - | - | 1,869 | 1,130 |
| xen/ | H | - | - | 4,517 | 1,995 |
| Makefile | H A D | 09-Jul-2024 | 2 KiB | 68 | 47 |
| README.md | H A D | 18-Apr-2026 | 3.6 KiB | 78 | 71 |
README.md
1FreeBSD Kernel Source:
2----------------------
3
4This directory contains the source files and build glue that make up the FreeBSD
5kernel and its modules, including both original and contributed software.
6
7Kernel configuration files are located in the `conf/` subdirectory of each
8architecture. `GENERIC` is the configuration used in release builds. `NOTES`
9contains documentation of all possible entries. `LINT` is a compile-only
10configuration used to maximize build coverage and detect regressions.
11
12Documentation:
13--------------
14
15Source code documentation is maintained in a set of man pages, under section 9.
16These pages are located in [`share/man/man9`](../share/man/man9), from the
17top-level of the src tree. Consult [`intro(9)`](https://man.freebsd.org/intro/9)
18for an overview of existing pages.
19
20Some additional high-level documentation of the kernel is maintained in the
21[Architecture Handbook](https://docs.freebsd.org/en/books/arch-handbook/).
22
23Source Roadmap:
24---------------
25| Directory | Description |
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| bsm | Basic Security Module headers - `audit(4)` and `bsm(3)` |
31| cam | Common Access Method storage subsystem - `cam(4)` and `ctl(4)` |
32| cddl | CDDL-licensed optional sources such as DTrace |
33| compat | Linux compatibility layer, FreeBSD 32-bit compatibility |
34| conf | kernel build glue |
35| contrib | 3rd-party imported software such as OpenZFS |
36| crypto | crypto drivers |
37| ddb | interactive kernel debugger - `ddb(4)` |
38| dev | device drivers and other arch independent code |
39| dts | FreeBSD-specific device tree sources |
40| fs | most filesystems, excluding UFS, NFS, and ZFS |
41| gdb | kernel remote GDB stub - `gdb(4)` |
42| geom | GEOM framework - `geom(4)` |
43| gnu | GPL-licensed sources |
44| i386 | i386 (32-bit x86) architecture support |
45| isa | PC ISA bus implementation |
46| kern | main part of the kernel |
47| kgssapi | kernel-space GSSAPI implementation |
48| libkern | libc-like and other support functions for kernel use |
49| modules | kernel module infrastructure |
50| net | core networking code |
51| net80211 | wireless networking (IEEE 802.11) - `net80211(4)` |
52| netgraph | graph-based networking subsystem - `netgraph(4)` |
53| netinet | IPv4 protocol implementation - `inet(4)` |
54| netinet6 | IPv6 protocol implementation - `inet6(4)` |
55| netipsec | IPsec protocol implementation - `ipsec(4)` |
56| netlink | kernel network configuration protocol - `netlink(4)` |
57| netpfil | packet filters - `ipfw(4)`, `pf(4)`, and `ipfilter(4)` |
58| netsmb | Server Message Block protocol implementation |
59| nfs | common code and headers for Network File System |
60| nfsclient | NFS client implementation for mounting and stats |
61| nfsserver | NFS server implementation for exporting local filesystems to network |
62| nlm | Network Lock Management protocol implementation |
63| ofed | OpenFabrics Enterprise Distribution implementation |
64| opencrypto | OpenCrypto framework - `crypto(7)` |
65| powerpc | PowerPC/POWER (32 and 64-bit) architecture support |
66| riscv | 64-bit RISC-V architecture support |
67| rpc | Open Network Computing Remote Procedure Call implementation - `rpc(3)` |
68| security | security facilities - `audit(4)` and `mac(4)` |
69| sys | kernel headers |
70| teken | terminal emulation interface implementation - `teken(3)` |
71| tests | kernel unit tests |
72| tools | kernel build scripts and utilities |
73| ufs | Unix File System - `ffs(4)` |
74| vm | virtual memory system |
75| x86 | code shared by AMD64 and i386 architectures |
76| xdr | External Data Representation implementation - `xdr(3)` |
77| xen | Xen hypervisor support - `xen(4)` |
78