• Home
  • only in /FreeBSD/

Up to higher level directory

NameDateSize

.arcconfig23-Nov-2020115

.arclint13-May-2018448

.cirrus.yml29-Oct-2020731

.clang-format29-Oct-20204.6 KiB

.gitattributes08-Jun-2019205

.github/24-Sep-2020512

.gitignore09-Oct-2020188

bin/19-Sep-20201 KiB

cddl/01-Oct-2020512

COPYRIGHT01-Jan-20206 KiB

crypto/09-Dec-2013512

etc/02-Jun-2020512

gnu/13-May-2018512

include/18-Dec-20202 KiB

kerberos5/10-Oct-2018512

lib/25-Oct-20203 KiB

libexec/01-Oct-20201 KiB

LOCKS09-Jun-2018500

MAINTAINERS01-Sep-20207 KiB

Makefile15-Nov-202029.6 KiB

Makefile.inc116-Dec-2020118.3 KiB

Makefile.libcompat09-Oct-20203.6 KiB

Makefile.sys.inc13-May-20181.9 KiB

ObsoleteFiles.inc16-Dec-2020543.9 KiB

README20-Dec-20202.4 KiB

README.md20-Dec-20202.5 KiB

release/17-Dec-2020512

RELNOTES16-Dec-202010.9 KiB

rescue/13-May-2018512

sbin/26-Nov-20202 KiB

secure/02-Oct-2019512

share/13-May-2018512

stand/23-Sep-20201 KiB

sys/04-Feb-20201 KiB

targets/12-Dec-2019512

tests/27-Oct-2020512

tools/10-Aug-2020512

UPDATING17-Dec-2020100.5 KiB

usr.bin/04-Nov-20205 KiB

usr.sbin/19-Sep-20204.5 KiB

README

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

README.md

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