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