HardenedBSD src tree
Go to file
Dimitry Andric f946e1f195 Revert "Fix unused variable warning in ffs_snapshot.c"
This reverts commit 6ef6d3424f.

The ffs_snapshot.c code in stable/12 is pretty far behind, and merging
all the additional changesets needed is too much churn.
2022-07-29 21:38:26 +02:00
bin cp: Make -P work without -R as per POSIX 2022-04-24 19:02:30 -05:00
cddl dt_unring_buf: set dtbd_oldest to the start of the first record 2022-02-08 18:16:36 +02:00
contrib blacklistd: Handle 0 sized messages 2022-07-25 11:00:11 -04:00
crypto OpenSSL: Merge OpenSSL 1.1.1q 2022-07-05 12:37:44 -04:00
etc random(4): Add regression tests for uint128 implementation, Chacha CTR 2022-02-13 18:07:05 -08:00
gnu Revert "Do a sweep and remove most WARNS=6 settings" 2021-08-29 15:28:30 +02:00
include Change the return value of _Unwind_GetCFA in include/unwind.h. 2022-02-20 13:33:42 +01:00
kerberos5
lib Remove unnecessary const and volatile qualifiers from __fp_type_select() 2022-07-23 10:57:42 +02:00
libexec ftpd(8): do not refer to now unused libxo(3) 2022-07-29 09:36:53 +07:00
release Remove "/dev/" from geom name in gpart add command. 2022-03-22 21:31:17 -04:00
rescue
sbin ifconfig.8: cleanup reminiscence about long gone ppp(4) 2022-07-29 09:28:15 +07:00
secure OpenSSL: Regen assembly file for OpenSSSL 1.1.1q 2022-07-05 12:41:43 -04:00
share tmpfs.5: Fix typos and linter warnings 2022-07-25 22:01:43 +02:00
stand Adjust parse() definition in boot2 to avoid clang 15 warning 2022-07-19 20:00:46 +02:00
sys Revert "Fix unused variable warning in ffs_snapshot.c" 2022-07-29 21:38:26 +02:00
targets Unify zlib instances into one. 2022-04-09 21:16:24 -07:00
tests Merge fix for zfs readmmap test from CheriBSD 2022-07-19 20:00:32 +02:00
tools Correct markup in WITH_/WITHOUT_UNIFIED_OBJDIR descriptions 2022-05-06 21:13:47 -04:00
usr.bin find.1: small language fix after previous change 2022-07-29 09:24:27 +07:00
usr.sbin beinstall.8: Update example distsites for BSDINSTALL_DISTSITE 2022-07-25 21:53:08 +02:00
.arcconfig
.arclint
.cirrus.yml Cirrus-CI: use 12.3 release VM for builds 2021-12-13 21:32:38 -05:00
.gitattributes
.gitignore add exuberant ctags tags file to gitignore 2022-01-11 15:26:49 +02:00
COPYRIGHT copyrights: Happy New Year 2021 2020-12-31 10:44:52 -05:00
LOCKS
MAINTAINERS
Makefile Partially MFC 7d0c2b1131, to enable MAKE_PARAMS per target_arch 2021-12-21 16:56:30 +01:00
Makefile.inc1 native-xtools: avoid libllvm while populating the sysroot 2022-05-19 10:12:42 -05:00
Makefile.libcompat 12.3: update stable/12 to -PRERELEASE to start the release cycle 2021-10-06 20:07:19 -04:00
Makefile.sys.inc AUTO_OBJ: For all top-level targets enforce using an OBJDIR. 2017-12-05 21:29:47 +00:00
ObsoleteFiles.inc Unify zlib instances into one. 2022-04-09 21:16:24 -07:00
README README.md: update gnu directory description 2021-12-19 20:55:18 -05:00
README.md README.md: update gnu directory description 2021-12-19 20:55:18 -05:00
UPDATING UPDATING: Remove a double word in an entry 2022-04-14 08:38:55 +02:00

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		Commands and libraries under the GNU General Public License
		(GPL) or Lesser General Public License (LGPL).  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