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

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

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