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

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

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