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

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

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