|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| contrib/ | | 12-May-2024 | - | 5,208 | 4,247 |
| include/ | | 12-May-2024 | - | 181 | 114 |
| lib/libc/ | | 12-May-2024 | - | 2,097 | 1,373 |
| sbin/ | | 12-May-2024 | - | 5,845 | 4,236 |
| stand/ | | 12-May-2024 | - | 1,198 | 756 |
| sys/ | | 12-May-2024 | - | 82,595 | 54,486 |
| COPYRIGHT | D | 12-May-2024 | 6 KiB | 126 | 101 |
| FreeBSD.gni | D | 12-May-2024 | 1.6 KiB | 31 | 29 |
| LOCKS | D | 12-May-2024 | 500 | 15 | 11 |
| MAINTAINERS | D | 12-May-2024 | 7 KiB | 139 | 131 |
| OAT.xml | D | 12-May-2024 | 7.5 KiB | 110 | 59 |
| README | D | 12-May-2024 | 2.4 KiB | 82 | 52 |
| README.OpenSource | D | 12-May-2024 | 461 | 12 | 11 |
| UPDATING | D | 12-May-2024 | 105.3 KiB | 2,554 | 2,111 |
| bundle.json | D | 12-May-2024 | 866 | 37 | 36 |
README
1This is the top level of the FreeBSD source directory. This file
2was last revised on:
3$FreeBSD$
4
5FreeBSD is an operating system used to power modern servers,
6desktops, and embedded platforms. A large community has
7continually developed it for more than thirty years. Its
8advanced networking, security, and storage features have
9made FreeBSD the platform of choice for many of the
10busiest web sites and most pervasive embedded networking
11and storage devices.
12
13For copyright information, please see the file COPYRIGHT in this
14directory. Additional copyright information also exists for some
15sources in this tree - please see the specific source directories for
16more information.
17
18The Makefile in this directory supports a number of targets for
19building components (or all) of the FreeBSD source tree. See build(7), config(8),
20https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html, and
21https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html
22for more information, including setting make(1) variables.
23
24Source Roadmap:
25---------------
26
27bin System/user commands.
28
29cddl Various commands and libraries under the Common Development
30 and Distribution License.
31
32contrib Packages contributed by 3rd parties.
33
34crypto Cryptography stuff (see crypto/README).
35
36etc Template files for /etc.
37
38gnu Commands and libraries under the GNU General Public License
39 (GPL) or Lesser General Public License (LGPL). Please see
40 gnu/COPYING* for more information.
41
42include System include files.
43
44kerberos5 Kerberos5 (Heimdal) package.
45
46lib System libraries.
47
48libexec System daemons.
49
50release Release building Makefile & associated tools.
51
52rescue Build system for statically linked /rescue utilities.
53
54sbin System commands.
55
56secure Cryptographic libraries and commands.
57
58share Shared resources.
59
60stand Boot loader sources.
61
62sys Kernel sources.
63
64sys/<arch>/conf Kernel configuration files. GENERIC is the configuration
65 used in release builds. NOTES contains documentation of
66 all possible entries.
67
68tests Regression tests which can be run by Kyua. See tests/README
69 for additional information.
70
71tools Utilities for regression testing and miscellaneous tasks.
72
73usr.bin User commands.
74
75usr.sbin System administration commands.
76
77
78For information on synchronizing your source tree with one or more of
79the FreeBSD Project's development branches, please see:
80
81 https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html
82
README.OpenSource
1[
2 {
3 "Name" : "FreeBSD",
4 "License" : "BSD 2-Clause License",
5 "License File" : "COPYRIGHT",
6 "Version Number" : "13.1",
7 "Owner" : "tonghaoyang1@huawei.com",
8 "Upstream URL" : "http://www.freebsd.org/",
9 "Description" : "FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms."
10 }
11]
12