summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2017-04-23 08:43:45 +0000
committertrasz <trasz@FreeBSD.org>2017-04-23 08:43:45 +0000
commita5222affe735a11dfb066e5421d57a9447402a7e (patch)
tree04200aeed3dbc92aba51a41beb29c22d2f8b6879
parent9df1b75e1d976f0179056d05f6e05390485c9a5a (diff)
downloadFreeBSD-src-a5222affe735a11dfb066e5421d57a9447402a7e.zip
FreeBSD-src-a5222affe735a11dfb066e5421d57a9447402a7e.tar.gz
MFC r316467:
Add basic description of kernel source layout.
-rw-r--r--share/man/man7/hier.763
1 files changed, 62 insertions, 1 deletions
diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7
index 6294882..1a9abbd 100644
--- a/share/man/man7/hier.7
+++ b/share/man/man7/hier.7
@@ -28,7 +28,7 @@
.\" @(#)hier.7 8.1 (Berkeley) 6/5/93
.\" $FreeBSD$
.\"
-.Dd March 13, 2017
+.Dd April 3, 2017
.Dt HIER 7
.Os
.Sh NAME
@@ -716,6 +716,67 @@ source for files in
.Pa /usr/share
.It Pa sys/
kernel source code
+.Bl -tag -width ".Pa opencrypto/" -compact
+.It Pa amd64/
+AMD64 architecture support
+.It Pa arm/
+ARM architecture support
+.It Pa arm64/
+ARMv8 architecture support
+.It Pa boot/
+bootloader code
+.It Pa cam/
+.Xr cam 4
+.It Pa cddl/
+CDDL-licensed optional sources, including ZFS
+and DTrace
+.It Pa ddb/
+.Xr ddb 4
+.It Pa fs/
+most filesystems
+.It Pa dev/
+device drivers
+.It Pa geom/
+.Xr geom 4
+.It Pa i386/
+i386 (32 bit) architecture support
+.It Pa kern/
+main part of the kernel
+.It Pa mips/
+MIPS architecture support
+.It Pa net80211/
+.Xr net80211 4
+.It Pa netgraph/
+.Xr netgraph 4
+.It Pa netinet/
+.Xr inet 4
+.It Pa netinet6/
+.Xr inet6 4
+.It Pa netipsec/
+.Xr ipsec 4
+.It Pa netpfil/
+.Xr ipfw 4
+and
+.Xr pf 4
+.It Pa opencrypto/
+.Xr crypto 7
+.It Pa powerpc/
+PowerPC/POWER architecture support
+.It Pa riscv/
+RISC-V architecture support
+.It Pa security/
+.Xr audit 4
+and
+.Xr mac 4
+.It Pa sparc64/
+SPARC64 architecture support
+.It Pa sys/
+kernel headers
+.It Pa ufs/
+Unix File System
+.It Pa x86/
+code shared by AMD64 and i386 architectures
+.El
.It Pa targets/
support for experimental DIRDEPS_BUILD
.It Pa tests/
OpenPOWER on IntegriCloud