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