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