Name Date Size #Lines LOC

..--

bin/H14-Sep-2021-89,36966,040

cddl/H14-Sep-2021-274,241167,972

contrib/H14-Sep-2021-15,338,68911,233,486

crypto/H14-Sep-2021-1,607,4391,195,328

etc/H14-Sep-2021-42,79731,907

gnu/H14-Sep-2021-87,87061,874

include/H14-Sep-2021-25,93413,749

kerberos5/H14-Sep-2021-8,7056,105

lib/H14-Sep-2021-712,451531,170

libexec/H14-Sep-2021-61,69442,299

release/H14-Sep-2021-26,35819,654

rescue/H14-Sep-2021-430284

sbin/H14-Sep-2021-258,096205,702

secure/H14-Sep-2021-277,728256,075

share/H14-Sep-2021-2,258,5392,226,444

stand/H14-Sep-2021-151,326101,863

sys/H14-Sep-2021-8,793,3906,403,290

targets/H14-Sep-2021-2,9202,429

testcode/H14-Sep-2021-1,8791,573

tests/H14-Sep-2021-47,16633,204

tools/H14-Sep-2021-2,344,0412,288,406

usr.bin/H14-Sep-2021-505,498411,992

usr.sbin/H14-Sep-2021-794,137644,797

.arcconfigHD14-Sep-202185 54

.arclintHD14-Sep-2021448 2726

.cirrus.ymlHD14-Sep-2021488 2313

.gitattributesHD14-Sep-2021152 76

.gitignoreHD14-Sep-2021184 2019

COPYRIGHTHD14-Sep-20216 KiB127102

LOCKSHD14-Sep-2021687 1915

MAINTAINERSHD14-Sep-20215.6 KiB109101

MakefileHD14-Sep-202122.1 KiB603374

Makefile.inc1HD08-Apr-202289.5 KiB2,7992,180

Makefile.libcompatHD14-Sep-20216.1 KiB190148

ObsoleteFiles.incHD14-Sep-2021499.7 KiB10,57010,557

READMEHD14-Sep-20212.6 KiB8754

UPDATINGHD14-Sep-202177.9 KiB1,9031,567

README

1This is the top level of the FreeBSD source directory.  This file
2was last revised on:
3$FreeBSD$
4
5For copyright information, please see the file COPYRIGHT in this
6directory (additional copyright information also exists for some
7sources in this tree - please see the specific source directories for
8more information).
9
10The Makefile in this directory supports a number of targets for
11building components (or all) of the FreeBSD source tree.  See build(7)
12and http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html
13for more information, including setting make(1) variables.
14
15The `buildkernel` and `installkernel` targets build and install
16the kernel and the modules (see below).  Please see the top of
17the Makefile in this directory for more information on the
18standard build targets and compile-time flags.
19
20Building a kernel is a somewhat more involved process.  See build(7), config(8),
21and http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html
22for more information.
23
24Note: If you want to build and install the kernel with the
25`buildkernel` and `installkernel` targets, you might need to build
26world before.  More information is available in the handbook.
27
28The kernel configuration files reside in the sys/<arch>/conf
29sub-directory.  GENERIC is the default configuration used in release builds.
30NOTES contains entries and documentation for all possible
31devices, not just those commonly used.
32
33
34Source Roadmap:
35---------------
36
37bin		System/user commands.
38
39cddl		Various commands and libraries under the Common Development
40		and Distribution License.
41
42contrib		Packages contributed by 3rd parties.
43
44crypto		Cryptography stuff (see crypto/README).
45
46etc		Template files for /etc.
47
48gnu		Various commands and libraries under the GNU Public License.
49		Please see gnu/COPYING* for more information.
50
51include		System include files.
52
53kerberos5	Kerberos5 (Heimdal) package.
54
55lib		System libraries.
56
57libexec		System daemons.
58
59release		Release building Makefile & associated tools.
60
61rescue		Build system for statically linked /rescue utilities.
62
63sbin		System commands.
64
65secure		Cryptographic libraries and commands.
66
67share		Shared resources.
68
69stand		Boot loader sources.
70
71sys		Kernel sources.
72
73tests		Regression tests which can be run by Kyua.  See tests/README
74		for additional information.
75
76tools		Utilities for regression testing and miscellaneous tasks.
77
78usr.bin		User commands.
79
80usr.sbin	System administration commands.
81
82
83For information on synchronizing your source tree with one or more of
84the FreeBSD Project's development branches, please see:
85
86  https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/updating-src.html
87