forked from FreeBSD/src
1
0
Fork 0
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.
 
 
 
 
 
 
Go to file
Mateusz Piotrowski 3c4f8adc79
hier.7: Document /var/db/freebsd-update
8 months ago
.cirrus-ci Cirrus-CI: add some timing info on pkg install failure 2 years ago
.github .github: Attempt to fix and increase robustness of macOS action 9 months ago
bin sh.1: Fix a mandoc warning 8 months ago
cddl ctfconvert: Actually use the asprintf() helper 8 months ago
contrib Update to bmake-20220726 8 months ago
crypto OpenSSL: Merge OpenSSL 1.1.1q 9 months ago
etc rc: Start testing the rc(8) framework (beginning with *_oomprotect) 8 months ago
gnu libdialog: Bump shared library version to 10. 1 year ago
include include/i386: fix release builds 10 months ago
kerberos5 pkgbase: split kerberos binaries and libs 8 months ago
lib pkgbase: split kerberos binaries and libs 8 months ago
libexec rc: Start testing the rc(8) framework (beginning with *_oomprotect) 8 months ago
release pkgbase: split kerberos binaries and libs 8 months ago
rescue Fix conflict between libnvpair and libnv when building rescue binaries. 10 months ago
sbin Add a flags parameter to the ffs_sbget() function that reads UFS superblocks. 8 months ago
secure libcrypto: Work around strict aliasing violations in bn_nist.c 8 months ago
share hier.7: Document /var/db/freebsd-update 8 months ago
stand stand: Reduce number of files that need -I${LDRSRC} 8 months ago
sys file: Move code to share fdtol structs into kern_descrip.c 8 months ago
targets bintrans: move files to a new directory 11 months ago
tests bridge tests: Tests using pft_ping.py require scapy 8 months ago
tools tools/uma/smrstress: fix kthread exit 8 months ago
usr.bin xinstall: alphabetize: upper case precedes lower. 8 months ago
usr.sbin uhsoctl.1: Fix the man page date 8 months ago
.arcconfig Remove history.immutable from .arcconfig 2 years ago
.arclint arc lint: ignore /tests/ in chmod 5 years ago
.cirrus.yml Cirrus-CI: update image to FreeBSD 13.1 (latest release) 10 months ago
.clang-format clang-format: Add bitset loop macros 2 years ago
.gitattributes Add a basic clang-format configuration file 4 years ago
.gitignore gitignore: Ignore compile_commands.events.json 10 months ago
COPYRIGHT Welcome 2022, update copyrights. 1 year ago
LOCKS LOCKS: update current locks 5 years ago
MAINTAINERS Remove myself from bhyve maintenance; ENOTIME. 1 year ago
Makefile Import bmake-20220726 8 months ago
Makefile.inc1 Makefile.inc1 release bsd.own.mk: Introduce and use TAR_CMD 8 months ago
Makefile.libcompat libcompat: Use WORLDTMP sysroot 9 months ago
Makefile.sys.inc AUTO_OBJ: For all top-level targets enforce using an OBJDIR. 5 years ago
ObsoleteFiles.inc ObsoleteFiles: Fix paths for removed manual pages. 8 months ago
README.md README.md: update gnu directory description 1 year ago
RELNOTES RELNOTES: Fix whitespace 8 months ago
UPDATING LinuxKPI: move pm_message_t from kernel.h to pm.h 10 months 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 Commands and libraries under the GNU General Public License (GPL) or Lesser General Public License (LGPL). 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.