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