]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - README
sysctl(9): Fix a few mandoc related issues
[FreeBSD/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 FreeBSD is an operating system used to power modern servers,
6 desktops, and embedded platforms. A large community has
7 continually developed it for more than thirty years. Its
8 advanced networking, security, and storage features have
9 made FreeBSD the platform of choice for many of the
10 busiest web sites and most pervasive embedded networking
11 and storage devices.
12
13 For copyright information, please see the file COPYRIGHT in this
14 directory. Additional copyright information also exists for some
15 sources in this tree - please see the specific source directories for
16 more information.
17
18 The Makefile in this directory supports a number of targets for
19 building components (or all) of the FreeBSD source tree.  See build(7), config(8),
20 https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html, and
21 https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html
22 for more information, including setting make(1) variables.
23
24 Source Roadmap:
25 ---------------
26
27 bin             System/user commands.
28
29 cddl            Various commands and libraries under the Common Development
30                 and Distribution License.
31
32 contrib         Packages contributed by 3rd parties.
33
34 crypto          Cryptography stuff (see crypto/README).
35
36 etc             Template files for /etc.
37
38 gnu             Various commands and libraries under the GNU Public License.
39                 Please see gnu/COPYING* for more information.
40
41 include         System include files.
42
43 kerberos5       Kerberos5 (Heimdal) package.
44
45 lib             System libraries.
46
47 libexec         System daemons.
48
49 release         Release building Makefile & associated tools.
50
51 rescue          Build system for statically linked /rescue utilities.
52
53 sbin            System commands.
54
55 secure          Cryptographic libraries and commands.
56
57 share           Shared resources.
58
59 stand           Boot loader sources.
60
61 sys             Kernel sources.
62
63 sys/<arch>/conf Kernel configuration files. GENERIC is the configuration
64                 used in release builds. NOTES contains documentation of
65                 all possible entries.
66
67 tests           Regression tests which can be run by Kyua.  See tests/README
68                 for additional information.
69
70 tools           Utilities for regression testing and miscellaneous tasks.
71
72 usr.bin         User commands.
73
74 usr.sbin        System administration commands.
75
76
77 For information on synchronizing your source tree with one or more of
78 the FreeBSD Project's development branches, please see:
79
80   https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html