1
0
Fork 0
FreeBSD src tree
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Rozhuk Ivan ec9858bf7d LLVM-asan: fix qsort() interceptor for FreeBSD
https://reviews.llvm.org/D84509
2 years ago
.github/workflows GitHub actions: unbreak macOS build 2 years ago
bin Fix typo in pwait.c introduced in 5bdce6ff54 2 years ago
cddl build: remove LIBPTHREAD/LIBTHR build options 2 years ago
contrib LLVM-asan: fix qsort() interceptor for FreeBSD 2 years ago
crypto Merge OpenSSL 1.1.1i. 2 years ago
etc BSD.usr.dist: remove aout 2 years ago
gnu gnu: remove gnugrep and libgnuregex 2 years ago
include Fix make includes path to nvpair.h 2 years ago
kerberos5 Fix more -Wundef warnings during bootstrap 2 years ago
lib build: remove LIBPTHREAD/LIBTHR build options 2 years ago
libexec rc.d/dumpon: handle encrypted swap 2 years ago
release release: fix PORT variable 2 years ago
rescue ping: add a ping6 hard link for backwards compatibility 2 years ago
sbin build: remove LIBPTHREAD/LIBTHR build options 2 years ago
secure caroot: drop $FreeBSD$ expansion from root bundle 2 years ago
share Regen src.conf after MK_{LIBTHR,LIBPTHREAD} removal 2 years ago
stand Reuse the amd64 loader relocation code on arm64 2 years ago
sys u3g/cdce: patch for huawei 4G/LTE modems: E3272, E3372 2 years ago
targets targets: no longer depend on bt3cfw(8) 2 years ago
tests Split rtinit() into multiple functions. 2 years ago
tools build: remove LIBPTHREAD/LIBTHR build options 2 years ago
usr.bin sys/netinet/ip_carp: proper loopback detection and few improvements 2 years ago
usr.sbin build: remove LIBPTHREAD/LIBTHR build options 2 years ago
.arcconfig arcconfig: add callsign again 2 years ago
.arclint arc lint: ignore /tests/ in chmod 5 years ago
.cirrus.yml CI: switch to qemu42 package 2 years ago
.clang-format clang-format: Avoid breaking after the opening paren of function definitions 2 years ago
.gitattributes Add a basic clang-format configuration file 4 years ago
.gitignore gitignore: expand list of ignored files 2 years ago
COPYRIGHT copyrights: Happy New Year 2021 2 years ago
LOCKS LOCKS: update current locks 5 years ago
MAINTAINERS Add a pointer to csprng@ for the CSPRNG driver. This is enforced anyway by 3 years ago
Makefile Rename NO_WERROR -> MK_WERROR=no 2 years ago
Makefile.inc1 build: remove LIBPTHREAD/LIBTHR build options 2 years ago
Makefile.libcompat libcompat: remove redundant path for ncurses 2 years ago
Makefile.sys.inc AUTO_OBJ: For all top-level targets enforce using an OBJDIR. 5 years ago
ObsoleteFiles.inc wl(4): remove obsolete header 2 years ago
README Mark the repository has been converted to Git 2 years ago
README.md Mark the repository has been converted to Git 2 years ago
RELNOTES Bump CURRENT to 14.0 2 years ago
UPDATING Catch up another version bump to 14.0 2 years ago

README.md

FreeBSD Source:

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/<arch>/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