You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Warner Losh e713d3a013 boot: fix OBJS to not include BTX's crt0.o 3 years ago
.github/workflows Enable GitHub actions CI for stable/13 as well 3 years ago
bin sh: fix debug build 3 years ago
cddl dtrace tests: Fix tst.system.d after ping/ping6 unification 3 years ago
contrib less: upgrade to v581.2. 3 years ago
crypto Revert "Add workaround for a QoS-related bug in VMWare Workstation." 3 years ago
etc daemon: add some basic tests 3 years ago
gnu dialog: fix macro redefinition 3 years ago
include Fix build with WITHOUT_AUDIT=yes in src.conf 3 years ago
kerberos5 kerberos5: fix the WITH_OPENLDAP build 3 years ago
lib msun fixes for SPE 3 years ago
libexec provide easy way to disable kld_list loading 3 years ago
release arm: add a release conf for distribution files 3 years ago
rescue ping: add a ping6 hard link for backwards compatibility 3 years ago
sbin ttys: diff reduction 3 years ago
secure Revert "Add workaround for a QoS-related bug in VMWare Workstation." 3 years ago
share src.conf.5: Regen. 3 years ago
stand boot: fix OBJS to not include BTX's crt0.o 3 years ago
sys PCI hot-plug: use dedicated taskqueue for device attach / detach 3 years ago
targets Remove kgmon(8) 3 years ago
tests gmultipath: make physpath distinct from the underlying providers' 3 years ago
tools Add a description for WITH_SVNLITE. 3 years ago
usr.bin gcore: add option to dump core using kernel facility 3 years ago
usr.sbin bsnmpd: Return the correct uptime. 3 years ago
.arcconfig Remove history.immutable from .arcconfig 3 years ago
.arclint arc lint: ignore /tests/ in chmod 6 years ago
.cirrus.yml Restore Cirrus-CI boot smoke test 3 years ago
.clang-format clang-format: Avoid breaking after the opening paren of function definitions 3 years ago
.gitattributes Add a basic clang-format configuration file 4 years ago
.gitignore gitignore: expand list of ignored files 3 years ago
COPYRIGHT copyrights: Happy New Year 2021 3 years ago
LOCKS LOCKS: update current locks 5 years ago
MAINTAINERS Add a pointer to csprng@ for the CSPRNG driver. This is enforced anyway by 3 years ago
Makefile Fix 'make bmake' top-level bootstrapping. 3 years ago
Makefile.inc1 Makefile.inc1: unbreak bootstrap when kbdcontrol does not exist 3 years ago
Makefile.libcompat libcompat: remove redundant path for ncurses 3 years ago
Makefile.sys.inc AUTO_OBJ: For all top-level targets enforce using an OBJDIR. 6 years ago
ObsoleteFiles.inc Add a few missed libauditd files to ObsoleteFiles.inc 3 years ago
README.md Whitespace cleanup 3 years ago
RELNOTES Spellcheck. 3 years ago
UPDATING UPDATING: add an entry for commit 875977314881 3 years ago

README.md

FreeBSD Source:

This is the top level of the FreeBSD source directory.

FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms. A large community has continually developed it for more than thirty years. Its advanced networking, security, and storage features have made FreeBSD the platform of choice for many of the busiest web sites and most pervasive embedded networking and storage devices.

For copyright information, please see the file COPYRIGHT in this directory. Additional copyright information also exists for some sources in this tree - please see the specific source directories for more information.

The Makefile in this directory supports a number of targets for building components (or all) of the FreeBSD source tree. See build(7), config(8), FreeBSD handbook on building userland, and Handbook for kernels for more information, including setting make(1) variables.

Source Roadmap:

Directory Description
bin System/user commands.
cddl Various commands and libraries under the Common Development and Distribution License.
contrib Packages contributed by 3rd parties.
crypto Cryptography stuff (see crypto/README).
etc Template files for /etc.
gnu Various commands and libraries under the GNU Public License. Please see gnu/COPYING and gnu/COPYING.LIB for more information.
include System include files.
kerberos5 Kerberos5 (Heimdal) package.
lib System libraries.
libexec System daemons.
release Release building Makefile & associated tools.
rescue Build system for statically linked /rescue utilities.
sbin System commands.
secure Cryptographic libraries and commands.
share Shared resources.
stand Boot loader sources.
sys Kernel sources.
sys/arch/conf Kernel configuration files. GENERIC is the configuration used in release builds. NOTES contains documentation of all possible entries.
tests Regression tests which can be run by Kyua. See tests/README for additional information.
tools Utilities for regression testing and miscellaneous tasks.
usr.bin User commands.
usr.sbin System administration commands.

For information on synchronizing your source tree with one or more of the FreeBSD Project’s development branches, please see FreeBSD Handbook.