FreeBSD src tree https://www.freebsd.org/

Rozhuk Ivan ec9858bf7d LLVM-asan: fix qsort() interceptor for FreeBSD 3 years ago
.github 40903394bf GitHub actions: unbreak macOS build 3 years ago
bin bbff3a72b2 Fix typo in pwait.c introduced in 5bdce6ff546e 3 years ago
cddl 123ae3045d build: remove LIBPTHREAD/LIBTHR build options 3 years ago
contrib ec9858bf7d LLVM-asan: fix qsort() interceptor for FreeBSD 3 years ago
crypto c3c73b4f0a Merge OpenSSL 1.1.1i. 3 years ago
etc 76b4234537 BSD.usr.dist: remove aout 3 years ago
gnu 47d1ad2413 gnu: remove gnugrep and libgnuregex 3 years ago
include 74eb7f97ec Fix make includes path to nvpair.h 3 years ago
kerberos5 a525283161 Fix more -Wundef warnings during bootstrap 3 years ago
lib 123ae3045d build: remove LIBPTHREAD/LIBTHR build options 3 years ago
libexec 2072c2fd6c rc.d/dumpon: handle encrypted swap 3 years ago
release 5b0914aea2 release: fix PORT variable 3 years ago
rescue d262451715 ping: add a ping6 hard link for backwards compatibility 3 years ago
sbin 123ae3045d build: remove LIBPTHREAD/LIBTHR build options 3 years ago
secure f20c0e3319 caroot: drop $FreeBSD$ expansion from root bundle 3 years ago
share 251a6ddfbd Regen src.conf after MK_{LIBTHR,LIBPTHREAD} removal 3 years ago
stand f6f0b849fb Reuse the amd64 loader relocation code on arm64 3 years ago
sys d4c22775d9 u3g/cdce: patch for huawei 4G/LTE modems: E3272, E3372 3 years ago
targets ee7231c929 targets: no longer depend on bt3cfw(8) 3 years ago
tests 81728a538d Split rtinit() into multiple functions. 3 years ago
tools 123ae3045d build: remove LIBPTHREAD/LIBTHR build options 3 years ago
usr.bin 676c43ecca sys/netinet/ip_carp: proper loopback detection and few improvements 3 years ago
usr.sbin 123ae3045d build: remove LIBPTHREAD/LIBTHR build options 3 years ago
.arcconfig 1906ce9ca7 arcconfig: add callsign again 3 years ago
.arclint 9ff7bf7a93 arc lint: ignore /tests/ in chmod 6 years ago
.cirrus.yml 9abc762138 CI: switch to qemu42 package 3 years ago
.clang-format 71167bd597 clang-format: Avoid breaking after the opening paren of function definitions 3 years ago
.gitattributes b0f20f11fc Add a basic clang-format configuration file 4 years ago
.gitignore a67522b22d gitignore: expand list of ignored files 3 years ago
COPYRIGHT c3e89a30fd copyrights: Happy New Year 2021 3 years ago
LOCKS fcb667426a LOCKS: update current locks 5 years ago
MAINTAINERS 2721e6f91b Add a pointer to csprng@ for the CSPRNG driver. This is enforced anyway by 3 years ago
Makefile 7fa2f2a62f Rename NO_WERROR -> MK_WERROR=no 3 years ago
Makefile.inc1 123ae3045d build: remove LIBPTHREAD/LIBTHR build options 3 years ago
Makefile.libcompat 8537f16249 libcompat: remove redundant path for ncurses 3 years ago
Makefile.sys.inc e22224a5c2 AUTO_OBJ: For all top-level targets enforce using an OBJDIR. 6 years ago
ObsoleteFiles.inc 944041f936 wl(4): remove obsolete header 3 years ago
README 5ef5f51d2b Mark the repository has been converted to Git 3 years ago
README.md 5ef5f51d2b Mark the repository has been converted to Git 3 years ago
RELNOTES a53ce3fc49 Bump CURRENT to 14.0 3 years ago
UPDATING af3993c9e4 Catch up another version bump to 14.0 3 years ago

README

This is the top level of the FreeBSD source directory. This file
was last revised on:
$FreeBSD$

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),
https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html, and
https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html
for more information, including setting make(1) variables.

Source Roadmap:
---------------

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* 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//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:

https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html